@@ -1,5 +1,5 @@
<template>
- <div class="wrapper">
+ <div class="wrapper" v-if="detail">
<div class="switch-bar" :class="active===0?'switch-bar-brown':current===0?'switch-bar-blue':'switch-bar-green'">
<div class="switch-item" :class="{'switch-item-active':active===0}" @click="handleSwitchClick(0)">
<div class="switch-item-title">开发者会员</div>