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