ソースを参照

Merge branch 'feature-ios-buy-hidden' into dev

ArvinQi 6 年 前
コミット
386cff6187
1 ファイル変更2 行追加2 行削除
  1. 2 2
      components/type/vip/mobile.vue

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

@@ -55,7 +55,7 @@
       <section class="list">
         <section class="price-box">
           <span class="vip">{{currentCom ? '企业会员' : '开发者会员'}}</span>
-          <span class="price">
+          <span v-if="deviceType !== 'ios'" class="price">
             <span class="del" v-if="detail.is_month_discount">原价¥{{detail.monthly_origin_price}}/月</span>
             <span class="money">
               ¥{{detail.monthly_real_price}}
@@ -63,7 +63,7 @@
             </span>
           </span>
         </section>
-        <div class="prices">
+        <div class="prices" v-if="deviceType !== 'ios'">
           按季付费
           <span style="color: #333;">¥{{detail.quarterly_real_price}}</span>
         </div>