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