|
@@ -95,9 +95,9 @@
|
|
|
<icon class="apple-icon"></icon>apple
|
|
|
</view>
|
|
|
|
|
|
- <view v-if="currentPlatform =='android'" class="open-svip-btn" @touchstart="creatOrder">立即支付
|
|
|
+ <view v-if="currentPlatform =='android'" class="pay-btn" @touchstart="creatOrder">立即支付
|
|
|
</view>
|
|
|
- <view v-if="currentPlatform =='ios'" style="margin-top: 20rpx;" class="open-svip-btn"
|
|
|
+ <view v-if="currentPlatform =='ios'" class="pay-btn"
|
|
|
@touchstart="creatOrderIos">立即支付</view>
|
|
|
</view>
|
|
|
<detail-dialog ref="mallDetailPopup" :selected-list="getSelectedProducts"></detail-dialog>
|