Commit ceb9bdab authored by lvtz's avatar lvtz

fix

parent fc5ab983
......@@ -216,5 +216,10 @@ Page({
source: this.data.options,
})
})
},
goHelpcenter() {
wx.navigateTo({
url: `/business/pages/helpcenter/feedbacksubmit?sid=${this.data.sid}`
})
}
})
\ No newline at end of file
......@@ -53,6 +53,12 @@
</view>
<image class="right-icon" src="{{imageRoot}}2b/organizationalmgt/right.png?{{imageVersion}}"></image>
</view>
<view class="line" bindtap="goHelpcenter">
<view class="left">
<image class="icon" src="{{imageRoot}}2b/organizationalmgt/set-icon.png?{{imageVersion}}" />意见反馈
</view>
<image class="right-icon" src="{{imageRoot}}2b/organizationalmgt/right.png?{{imageVersion}}"></image>
</view>
</view>
<btabbar sid="{{sid}}" current="ucenter">
</btabbar>
......
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