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