Commit 604d78ca authored by 潘永坪's avatar 潘永坪

联票注释

parent 0b3e33f9
...@@ -565,9 +565,9 @@ export default { ...@@ -565,9 +565,9 @@ export default {
let query = '?merchantId=' + this.chooseProduct[0].merchantId + '&productId=' + this.chooseProduct[0].id + '&orderSource=3' let query = '?merchantId=' + this.chooseProduct[0].merchantId + '&productId=' + this.chooseProduct[0].id + '&orderSource=3'
if (this.chooseProduct[0].ticketType == 2) { if (this.chooseProduct[0].ticketType == 2) {
//联票 //联票
uni.navigateTo({ // uni.navigateTo({
url: '/pages/scenic/scenicJointOrder/scenicJointOrder' + query // url: '/pages/scenic/scenicJointOrder/scenicJointOrder' + query
}) // })
} else { } else {
//普通票 //普通票
uni.navigateTo({ uni.navigateTo({
......
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