更新
This commit is contained in:
parent
af7a76a450
commit
c06a2c862c
@ -185,7 +185,6 @@
|
||||
background-image: url("https://lihai001.oss-cn-chengdu.aliyuncs.com/def/c582c202402291601584806.webp");
|
||||
background-size: 100% auto;
|
||||
background-repeat: no-repeat;
|
||||
padding-top: 88rpx;
|
||||
margin-bottom: 20rpx;
|
||||
|
||||
.v-navbar {
|
||||
|
@ -172,6 +172,7 @@
|
||||
import {
|
||||
orderPay
|
||||
} from "@/api/payment.js";
|
||||
import { Toast } from '../../libs/uniApi';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
@ -951,9 +952,10 @@
|
||||
// 支付
|
||||
orderPay(this.payForm).then(res => {
|
||||
uni.hideLoading();
|
||||
console.log(res)
|
||||
}).catch(() => {
|
||||
Toast(res.message)
|
||||
}).catch((e) => {
|
||||
uni.hideLoading();
|
||||
Toast(e.message)
|
||||
})
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user