问题修复
This commit is contained in:
@@ -347,6 +347,9 @@ import {
|
||||
} from "../quan_util.js";
|
||||
import { mathFloorPrice } from "@/commons/utils/goodsUtil.js";
|
||||
import { getDiscountByUserId } from "@/http/yskApi/market/consumeDiscount.js";
|
||||
import { useCartStore } from "@/stores/cart.js";
|
||||
|
||||
const cartStore = useCartStore();
|
||||
|
||||
// import { getCouponList } from '@/http/api/coupon.js'
|
||||
import { getHistoryOrder } from "@/http/api/order.js";
|
||||
@@ -1251,6 +1254,7 @@ async function pay(par) {
|
||||
function paySuccess() {
|
||||
infoBox.showToast("支付成功");
|
||||
payStatus = "success";
|
||||
cartStore.personCount=0;
|
||||
setTimeout(() => {
|
||||
// uni.$emit('orderDetail:update')
|
||||
uni.$emit("get:table");
|
||||
|
||||
Reference in New Issue
Block a user