tijiao
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user