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