视频列表支付更新

This commit is contained in:
2025-01-13 15:50:56 +08:00
parent 2ef47931e5
commit 3433ebb6aa
4 changed files with 92 additions and 89 deletions

View File

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