|
@@ -46,7 +46,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="content-heji" v-if="item.cardList.length>1">合计:¥{{item.money}}</view>
|
|
|
- <view v-if="item.status !=2" class="footer-mall-pay-box">
|
|
|
+ <view v-if="item.status !=2" class="order-bottom-box">
|
|
|
<view class="pay-status-box"
|
|
|
v-if="payType =='weixin'&¤tPlatform =='android'"
|
|
|
@click="switchPayWay">
|
|
@@ -61,18 +61,18 @@
|
|
|
<icon class="apple-icon"></icon>apple
|
|
|
</view>
|
|
|
|
|
|
- <view v-if="currentPlatform =='android'" class="open-svip-btn"
|
|
|
+ <view v-if="currentPlatform =='android'" class="pay-btn"
|
|
|
@touchstart="creatOrder(item.cardList,index)">立即支付
|
|
|
</view>
|
|
|
- <view v-if="currentPlatform =='ios'" style="margin-top: 20rpx;"
|
|
|
- class="open-svip-btn" @touchstart="creatOrderIos(item.cardList,index)">立即支付
|
|
|
+ <view v-if="currentPlatform =='ios'"
|
|
|
+ class="pay-btn" @touchstart="creatOrderIos(item.cardList,index)">立即支付
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 未付款显示付款按钮 wgy-->
|
|
|
<!-- <payComponents ref="payComponentsRef">
|
|
|
- <view v-if="currentPlatform =='android'" class="open-svip-btn" @touchstart="creatOrder(item,index)">立即支付
|
|
|
+ <view v-if="currentPlatform =='android'" class="pay-btn" @touchstart="creatOrder(item,index)">立即支付
|
|
|
</view>
|
|
|
- <view v-if="currentPlatform =='ios'" style="margin-top: 20rpx;" class="open-svip-btn"
|
|
|
+ <view v-if="currentPlatform =='ios'" class="pay-btn"
|
|
|
@touchstart="creatOrderIos(item,index)">立即支付</view>
|
|
|
</payComponents> -->
|
|
|
</template>
|
|
@@ -120,7 +120,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="content-heji" v-if="item.cardList.length>1">合计:¥{{item.money}}</view>
|
|
|
- <view v-if="item.status !=2" class="footer-mall-pay-box">
|
|
|
+ <view v-if="item.status !=2" class="order-bottom-box">
|
|
|
<view class="pay-status-box"
|
|
|
v-if="payType =='weixin'&¤tPlatform =='android'"
|
|
|
@click="switchPayWay">
|
|
@@ -135,18 +135,18 @@
|
|
|
<icon class="apple-icon"></icon>apple
|
|
|
</view>
|
|
|
|
|
|
- <view v-if="currentPlatform =='android'" class="open-svip-btn"
|
|
|
+ <view v-if="currentPlatform =='android'" class="pay-btn"
|
|
|
@touchstart="creatOrder(item.cardList,index)">立即支付
|
|
|
</view>
|
|
|
- <view v-if="currentPlatform =='ios'" style="margin-top: 20rpx;"
|
|
|
- class="open-svip-btn" @touchstart="creatOrderIos(item.cardList,index)">立即支付
|
|
|
+ <view v-if="currentPlatform =='ios'"
|
|
|
+ class="pay-btn" @touchstart="creatOrderIos(item.cardList,index)">立即支付
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 未付款显示付款按钮 wgy-->
|
|
|
<!-- <payComponents ref="payComponentsRef">
|
|
|
- <view v-if="currentPlatform =='android'" class="open-svip-btn" @touchstart="creatOrder(item,index)">立即支付
|
|
|
+ <view v-if="currentPlatform =='android'" class="pay-btn" @touchstart="creatOrder(item,index)">立即支付
|
|
|
</view>
|
|
|
- <view v-if="currentPlatform =='ios'" style="margin-top: 20rpx;" class="open-svip-btn"
|
|
|
+ <view v-if="currentPlatform =='ios'" class="pay-btn"
|
|
|
@touchstart="creatOrderIos(item,index)">立即支付</view>
|
|
|
</payComponents> -->
|
|
|
</template>
|
|
@@ -194,7 +194,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="content-heji" v-if="item.cardList.length>1">合计:¥{{item.money}}</view>
|
|
|
- <view v-if="item.status !=2" class="footer-mall-pay-box">
|
|
|
+ <view v-if="item.status !=2" class="order-bottom-box">
|
|
|
<view class="pay-status-box"
|
|
|
v-if="payType =='weixin'&¤tPlatform =='android'"
|
|
|
@click="switchPayWay">
|
|
@@ -209,18 +209,18 @@
|
|
|
<icon class="apple-icon"></icon>apple
|
|
|
</view>
|
|
|
|
|
|
- <view v-if="currentPlatform =='android'" class="open-svip-btn"
|
|
|
+ <view v-if="currentPlatform =='android'" class="pay-btn"
|
|
|
@touchstart="creatOrder(item.cardList,index)">立即支付
|
|
|
</view>
|
|
|
- <view v-if="currentPlatform =='ios'" style="margin-top: 20rpx;"
|
|
|
- class="open-svip-btn" @touchstart="creatOrderIos(item.cardList,index)">立即支付
|
|
|
+ <view v-if="currentPlatform =='ios'"
|
|
|
+ class="pay-btn" @touchstart="creatOrderIos(item.cardList,index)">立即支付
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 未付款显示付款按钮 wgy-->
|
|
|
<!-- <payComponents ref="payComponentsRef">
|
|
|
- <view v-if="currentPlatform =='android'" class="open-svip-btn" @touchstart="creatOrder(item,index)">立即支付
|
|
|
+ <view v-if="currentPlatform =='android'" class="pay-btn" @touchstart="creatOrder(item,index)">立即支付
|
|
|
</view>
|
|
|
- <view v-if="currentPlatform =='ios'" style="margin-top: 20rpx;" class="open-svip-btn"
|
|
|
+ <view v-if="currentPlatform =='ios'" class="pay-btn"
|
|
|
@touchstart="creatOrderIos(item,index)">立即支付</view>
|
|
|
</payComponents> -->
|
|
|
</template>
|