Commit ff3bbff8 authored by 潘永坪's avatar 潘永坪

新组合票开发

parent b2cfec57
......@@ -143,6 +143,7 @@
购物车
</view>
</view> -->
<!-- #ifdef MP-WEIXIN -->
<view class="middle3-list" @click="online()">
<view>
<image src="@/static/img/my/center/customer.png"></image>
......@@ -151,6 +152,7 @@
AI客服
</view>
</view>
<!-- #endif -->
<view class="middle3-list" @click="goTravelNotes()">
<view>
<image src="@/static/img/my/center/mark.png"></image>
......
......@@ -1031,7 +1031,7 @@ export default {
},
//---再次预订
orderAgain(){
let query = '?merchantId='+this.orderInfo.merchantId+'&productId=' +this.orderInfo.id +'&orderSource=3'
let query = '?merchantId='+this.orderInfo.merchantId+'&productId=' +this.orderInfo.productId +'&orderSource=3'
uni.navigateTo({
url: '/pages/scenic/scenicJointOrder/scenicJointOrder' + query
})
......
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