Commit 9d07596d authored by zhengke's avatar zhengke

修改

parent fa9b4ac4
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
<text style='font-size: 12px;margin-left: 5px;'>({{g.price}}*{{g.ride_num}})</text> <text style='font-size: 12px;margin-left: 5px;'>({{g.price}}*{{g.ride_num}})</text>
</view> </view>
<view class='btnstyle'> <view class='btnstyle' @click="goUrl()">
预订 预订
</view> </view>
</view> </view>
...@@ -374,6 +374,12 @@ ...@@ -374,6 +374,12 @@
uni.navigateTo({ uni.navigateTo({
url:'/pages/guidecar/guidedetails?g='+encodeURIComponent(JSON.stringify(this.g))+'&type='+type url:'/pages/guidecar/guidedetails?g='+encodeURIComponent(JSON.stringify(this.g))+'&type='+type
}) })
},
//跳转
goUrl(){
uni.navigateTo({
url:'/pages/guidecar/place_order'
})
} }
} }
......
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