|
|
@ -91,11 +91,11 @@ |
|
|
|
<view class="width94 comorder mart10"> |
|
|
|
<view class="width94 comorder mart10"> |
|
|
|
<view class="height50 width100 backcorfff"> |
|
|
|
<view class="height50 width100 backcorfff"> |
|
|
|
<view class="width100 flleft fcor333 fontwig6 font16" style="padding-left: 4%;"> |
|
|
|
<view class="width100 flleft fcor333 fontwig6 font16" style="padding-left: 4%;"> |
|
|
|
支付方式<text class="jfrecharge" @click="jumpdeposits" v-if="typeId == 1">积分充值</text> |
|
|
|
支付方式<text class="jfrecharge" @click="jumpdeposits" v-if="couponList.displayArea == 2|| couponList.displayArea == 4 ">积分充值</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="width94 line1 mart5 marb5" v-if="typeId == 1"></view> |
|
|
|
<view class="width94 line1 mart5 marb5" v-if="couponList.displayArea == 2 || couponList.displayArea == 4"></view> |
|
|
|
<view class="height50 width100 backcorfff" @tap="paytype='jinbi'" v-if="typeId == 1"> |
|
|
|
<view class="height50 width100 backcorfff" @tap="paytype='jinbi'" v-if="couponList.displayArea == 2 || couponList.displayArea == 4"> |
|
|
|
<view class="width70 flleft fcor333 fontwig6 font16 text1" style="padding-left: 4%;"> |
|
|
|
<view class="width70 flleft fcor333 fontwig6 font16 text1" style="padding-left: 4%;"> |
|
|
|
积分支付<text class="font14 fcor666 margle">可用积分: {{user.gold}}</text> |
|
|
|
积分支付<text class="font14 fcor666 margle">可用积分: {{user.gold}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -104,8 +104,8 @@ |
|
|
|
<radio :checked="paytype=='jinbi'" color="#0083f5" /> |
|
|
|
<radio :checked="paytype=='jinbi'" color="#0083f5" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="width94 line1 mart5 marb5" v-if="typeId == 2"></view> |
|
|
|
<view class="width94 line1 mart5 marb5" v-if="couponList.displayArea != 2"></view> |
|
|
|
<view class="height50 width100 backcorfff" @tap="paytype='unionPay'" v-if="typeId == 2"> |
|
|
|
<view class="height50 width100 backcorfff" @tap="paytype='unionPay'" v-if="couponList.displayArea != 2"> |
|
|
|
<view class="width50 flleft fcor333 fontwig6 font16" style="padding-left: 4%;"> |
|
|
|
<view class="width50 flleft fcor333 fontwig6 font16" style="padding-left: 4%;"> |
|
|
|
银联支付 |
|
|
|
银联支付 |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -114,7 +114,7 @@ |
|
|
|
<radio :checked="paytype=='unionPay'" color="#0083f5" /> |
|
|
|
<radio :checked="paytype=='unionPay'" color="#0083f5" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="width94 line1 mart5 marb5" v-if="couponList.displayArea == 4"></view> |
|
|
|
<!-- <view class="width94 line1 mart5 marb5" v-if="couponList.displayArea == 4"></view> |
|
|
|
<view class="height50 width100 backcorfff" @tap="paytype='unionPaystags'" |
|
|
|
<view class="height50 width100 backcorfff" @tap="paytype='unionPaystags'" |
|
|
|
v-if="couponList.displayArea == 4"> |
|
|
|
v-if="couponList.displayArea == 4"> |
|
|
|
<view class="width50 flleft fcor333 fontwig6 font16" style="padding-left: 4%;"> |
|
|
|
<view class="width50 flleft fcor333 fontwig6 font16" style="padding-left: 4%;"> |
|
|
@ -124,7 +124,7 @@ |
|
|
|
style="align-items: center;"> |
|
|
|
style="align-items: center;"> |
|
|
|
<radio :checked="paytype=='unionPaystags'" color="#0083f5" /> |
|
|
|
<radio :checked="paytype=='unionPaystags'" color="#0083f5" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> --> |
|
|
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|