Browse Source

111111

master
guoxing 1 year ago
parent
commit
d22566c5a2
  1. 13
      pages/good/shoppCart.vue
  2. 10
      pages/home/cloudCard2.vue

13
pages/good/shoppCart.vue

@ -135,6 +135,9 @@
this.page.affiliation = options.affiliation
this.page.qssl = options.weight
console.log(" options", options);
},
onShow() {
this.request()
},
methods: {
@ -324,12 +327,12 @@
console.log("params", params);
let _this = this
// _this.$api.createVegeOrder(params).then((resp) => {
_this.$api.createVegeOrder(params).then((resp) => {
// // console.log("resp", resp);
// this.$pay(resp)
// }).catch(e => {
// })
// console.log("resp", resp);
this.$pay(resp)
}).catch(e => {
})
},

10
pages/home/cloudCard2.vue

@ -523,12 +523,12 @@
console.log("params", params);
let _this = this
// _this.$api.createVegeOrder(params).then((resp) => {
_this.$api.createVegeOrder(params).then((resp) => {
// // console.log("resp", resp);
// this.$pay(resp)
// }).catch(e => {
// })
// console.log("resp", resp);
this.$pay(resp)
}).catch(e => {
})
},

Loading…
Cancel
Save