|
@@ -45,7 +45,7 @@
|
|
</radio-group>
|
|
</radio-group>
|
|
<view v-if="currentPlatform =='android'&&!disabled" class="open-svip-btn" @touchstart="creatOrder">立即开通
|
|
<view v-if="currentPlatform =='android'&&!disabled" class="open-svip-btn" @touchstart="creatOrder">立即开通
|
|
</view>
|
|
</view>
|
|
- <view v-if="currentPlatform =='android'&&disabled" class="open-svip-btn-hui"></view>
|
|
|
|
|
|
+ <view v-if="currentPlatform =='android'&&disabled" class="open-svip-btn-hui">立即开通</view>
|
|
<view v-if="currentPlatform =='ios'&&!disabled" style="margin-top: 20rpx;" class="open-svip-btn"
|
|
<view v-if="currentPlatform =='ios'&&!disabled" style="margin-top: 20rpx;" class="open-svip-btn"
|
|
@touchstart="creatOrderIos">立即开通</view>
|
|
@touchstart="creatOrderIos">立即开通</view>
|
|
<view v-if="currentPlatform =='ios'&&disabled" style="margin-top: 20rpx;" class="open-svip-btn-hui">立即开通
|
|
<view v-if="currentPlatform =='ios'&&disabled" style="margin-top: 20rpx;" class="open-svip-btn-hui">立即开通
|