This commit is contained in:
liuyuan
2025-09-04 13:55:23 +08:00
parent 9126f47346
commit 0d0bf4bb3a
27 changed files with 9302 additions and 5262 deletions

View File

@@ -128,11 +128,11 @@ export default {
this.payType = 1;
}
this.chargeOrderSn = options.orderSn;
this.getDevName();
},
//页面显示
onShow() {
this.getDevName();
},
computed: {
...mapState(["userInfo"]),
@@ -373,8 +373,8 @@ export default {
title: '加载中'
})
var data = {
type: "point",
qudao: "Android",
type: "vip",
qudao: "google",
};
$http.request({
url: this.urlList.list,
@@ -385,6 +385,7 @@ export default {
},
})
.then((res) => {
console.log(res,'11111111111111')
uni.hideLoading();
this.cjList = res.bookBuyConfigList;
//this.stepsCj = res.bookBuyConfigList[0];