Commit fbb38c51 authored by IvyXia123's avatar IvyXia123

支付情况4

parent 95e09ea6
...@@ -680,12 +680,12 @@ export default { ...@@ -680,12 +680,12 @@ export default {
if (res.buy_type === 1) { if (res.buy_type === 1) {
this.$router.push({ this.$router.push({
name: "buySuccess", name: "buySuccess",
query: { out_trade_no: res.out_trade_no } query: { out_trade_no: res.out_trade_no, shopId: this.shopId }
}); });
} else { } else {
this.$router.push({ this.$router.push({
name: "success", name: "success",
query: { out_trade_no: res.out_trade_no } query: { out_trade_no: res.out_trade_no, shopId: this.shopId }
}); });
} }
} }
......
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
dateConfirm(val) { dateConfirm(val) {
this.currentTime = val this.currentTime = val
this.dateShow = false this.dateShow = false
console.log(document.querySelectorAll('.van-picker-column'));
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment