소스 검색

修复bug

wayne 6 년 전
부모
커밋
80d92a0c1c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components/type/vip/mobile.vue

+ 1 - 1
components/type/vip/mobile.vue

@@ -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>