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

新组合票开发

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