会员,充值,明细,下单问题修复

This commit is contained in:
2025-09-28 17:41:19 +08:00
parent a8c2096096
commit 4245c2be0d
13 changed files with 508 additions and 151 deletions

View File

@@ -1,5 +1,5 @@
export const pay = (res) => {
return new Promise((reslove, reject) => {
return new Promise((resolve, reject) => {
uni.showLoading({
title: '支付中...',
mask: true