支付连击 bug

main
yanzai 2 months ago
parent 7e8cec6c6a
commit c69142c5ce

@ -91,7 +91,10 @@
const StartPay = async (id) => { const StartPay = async (id) => {
// //
uni.showLoading(); uni.showLoading({
title: '加载中',
mask:true
});
const response = await $api("StartPay", { const response = await $api("StartPay", {
openid: localStorage.getItem("OPENID"), openid: localStorage.getItem("OPENID"),
id: id, id: id,

Loading…
Cancel
Save