111111
This commit is contained in:
@@ -135,6 +135,9 @@
|
|||||||
this.page.affiliation = options.affiliation
|
this.page.affiliation = options.affiliation
|
||||||
this.page.qssl = options.weight
|
this.page.qssl = options.weight
|
||||||
console.log(" options", options);
|
console.log(" options", options);
|
||||||
|
|
||||||
|
},
|
||||||
|
onShow() {
|
||||||
this.request()
|
this.request()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@@ -324,12 +327,12 @@
|
|||||||
console.log("params", params);
|
console.log("params", params);
|
||||||
|
|
||||||
let _this = this
|
let _this = this
|
||||||
// _this.$api.createVegeOrder(params).then((resp) => {
|
_this.$api.createVegeOrder(params).then((resp) => {
|
||||||
|
|
||||||
// // console.log("resp", resp);
|
// console.log("resp", resp);
|
||||||
// this.$pay(resp)
|
this.$pay(resp)
|
||||||
// }).catch(e => {
|
}).catch(e => {
|
||||||
// })
|
})
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -523,12 +523,12 @@
|
|||||||
console.log("params", params);
|
console.log("params", params);
|
||||||
|
|
||||||
let _this = this
|
let _this = this
|
||||||
// _this.$api.createVegeOrder(params).then((resp) => {
|
_this.$api.createVegeOrder(params).then((resp) => {
|
||||||
|
|
||||||
// // console.log("resp", resp);
|
// console.log("resp", resp);
|
||||||
// this.$pay(resp)
|
this.$pay(resp)
|
||||||
// }).catch(e => {
|
}).catch(e => {
|
||||||
// })
|
})
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user