增加支付跳转盘抽奖

This commit is contained in:
2025-01-13 17:37:51 +08:00
parent 8029d157b6
commit f410719b46
4 changed files with 42 additions and 35 deletions

View File

@@ -31,8 +31,7 @@
getOrderInfo({
orderId: state.orderId
}).then(res => {
console.log(res);
if (res.data == 1) {
if (res == 1) {
uni.hideLoading()
const sysInfo = uni.getSystemInfoSync();
let isIos = sysInfo.platform == 'ios'