|
|
|
@ -1,18 +1,18 @@ |
|
|
|
|
<template> |
|
|
|
|
<view class="page" v-if="payPriceShow"> |
|
|
|
|
<view class="page" > |
|
|
|
|
<view class="pay-price"> |
|
|
|
|
<view class="price"> |
|
|
|
|
<text class="unit">{{$t(`¥`)}}</text> |
|
|
|
|
<numberScroll :num='payPriceShow' color="#E4884E" width='36' height='70' fontSize='60'></numberScroll> |
|
|
|
|
</view> |
|
|
|
|
<view class="count-down"> |
|
|
|
|
<view class="count-down" v-if="!wei_status"> |
|
|
|
|
{{$t(`支付剩余时间`)}}: |
|
|
|
|
<countDown :is-day="false" :tip-text="' '" :day-text="' '" :hour-text="' : '" :minute-text="' : '" |
|
|
|
|
:second-text="' '" :datatime="invalidTime"></countDown> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="payment"> |
|
|
|
|
<!-- <view class="title"> |
|
|
|
|
<!-- <view class="title"> |
|
|
|
|
{{$t(`支付方式`)}} |
|
|
|
|
</view> --> |
|
|
|
|
<view class="item acea-row row-between-wrapper" v-for="(item,index) in cartArr" :key="index" |
|
|
|
@ -109,7 +109,8 @@ |
|
|
|
|
msg: '' |
|
|
|
|
}, |
|
|
|
|
formContent: '', |
|
|
|
|
oid: 0 |
|
|
|
|
oid: 0, |
|
|
|
|
wei_status:0 |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
watch: { |
|
|
|
@ -216,6 +217,7 @@ |
|
|
|
|
this.cartArr[2].number = res.data.now_money; |
|
|
|
|
this.number = Number(res.data.now_money) || 0; |
|
|
|
|
this.oid = res.data.oid |
|
|
|
|
this.wei_status = res.data.wei_status; |
|
|
|
|
uni.hideLoading(); |
|
|
|
|
}).catch(err => { |
|
|
|
|
uni.hideLoading(); |
|
|
|
|