1
This commit is contained in:
parent
6d7c1384ce
commit
0345221a1b
@ -23,10 +23,9 @@
|
||||
<view class="v-con">
|
||||
<view class="v-con-text">付款金额</view>
|
||||
<view class="v-con-input">
|
||||
<text style="color: #303133;font-size:46rpx;">¥</text>
|
||||
<u--input type="number" maxlength="5" fontSize="23" v-model="cartForm.total_amount" placeholder="请输入金额"
|
||||
border="none" placeholderStyle="color:#999;font-size:30rpx">
|
||||
<u-text size="23" color="#303133" text="¥" slot="prefix" margin="0 3px 0 0" type="tips"></u-text>
|
||||
</u-input>
|
||||
</u--input>
|
||||
</view>
|
||||
|
||||
@ -274,6 +273,8 @@
|
||||
}
|
||||
|
||||
.v-con-input {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 83rpx;
|
||||
padding: 0 0 40rpx 12rpx;
|
||||
border-bottom: 1rpx solid #D6D6D6;
|
||||
|
@ -187,19 +187,10 @@
|
||||
"jyf-parser": parser,
|
||||
authorize,
|
||||
},
|
||||
filters: {
|
||||
filterDay(val) {
|
||||
if (val) {
|
||||
var reg = /(\d{4})\-(\d{2})\-(\d{2})/;
|
||||
var date = val.replace(reg, "$2月$3日");
|
||||
return date
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
data() {
|
||||
return {
|
||||
// 备注
|
||||
textareaStatus: true,
|
||||
|
||||
platformConsumption: [],
|
||||
//支付方式
|
||||
cartArr: [{
|
||||
@ -384,7 +375,6 @@
|
||||
this.payType = this.from
|
||||
}
|
||||
let _this = this
|
||||
this.textareaStatus = true;
|
||||
uni.setStorage({
|
||||
key: 'invoice_Data',
|
||||
data: {},
|
||||
@ -749,14 +739,6 @@
|
||||
title: '订单支付中',
|
||||
mask: true
|
||||
});
|
||||
// 支付
|
||||
orderPay(this.payForm).then(res => {
|
||||
uni.hideLoading();
|
||||
Toast(res.message)
|
||||
}).catch((e) => {
|
||||
uni.hideLoading();
|
||||
Toast(e.message)
|
||||
})
|
||||
|
||||
// #ifdef MP
|
||||
openPaySubscribe().then(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user