视频列表支付更新
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user