优化播放开始请求接口增加防抖
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
getOrderInfo({
|
||||
orderId: state.orderId
|
||||
}).then(res => {
|
||||
console.log(res);
|
||||
if (res == 1) {
|
||||
uni.hideLoading()
|
||||
const sysInfo = uni.getSystemInfoSync();
|
||||
|
||||
Reference in New Issue
Block a user