优化播放开始请求接口增加防抖

This commit is contained in:
2025-01-14 18:25:09 +08:00
parent 092b040b5f
commit b8082b3352
4 changed files with 67 additions and 49 deletions

View File

@@ -31,6 +31,7 @@
getOrderInfo({
orderId: state.orderId
}).then(res => {
console.log(res);
if (res == 1) {
uni.hideLoading()
const sysInfo = uni.getSystemInfoSync();