Commit c9751c4f authored by Damon's avatar Damon

refactor: 订单详情适配模板消息跳转

parent 1981afa7
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
back-icon-color="#FFFFFF" back-icon-color="#FFFFFF"
:background="background" :background="background"
:border-bottom="false" :border-bottom="false"
:custom-back="goBack"
title-bold title-bold
></u-navbar> ></u-navbar>
<view class="content"> <view class="content">
...@@ -482,6 +483,11 @@ export default { ...@@ -482,6 +483,11 @@ export default {
this.closeLocationChange() this.closeLocationChange()
}, },
methods: { methods: {
goBack() {
uni.switchTab({
url:'pages/index/order'
})
},
updateLocation() { updateLocation() {
let self = this let self = this
wx.startLocationUpdate({ wx.startLocationUpdate({
......
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