This commit is contained in:
DESKTOP-GMUNQ1B\k 2024-02-29 21:51:54 +08:00
parent 6d7c1384ce
commit 0345221a1b
2 changed files with 5 additions and 22 deletions

View File

@ -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;

View File

@ -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(() => {