Commit df385ee0 authored by fwz's avatar fwz

Merge remote-tracking branch 'origin/dev_cd' into dev_cd

parents 914510b2 9b8767b6
......@@ -44,7 +44,7 @@
</u-checkbox-group> 微信通知(上限3次)
</div> -->
<div class="move-car__more" @click="">
<div>
<div @click="goToIndex">
获取同款挪车牌
<span>
<image src="@/static/move-car/move-car-code2.png">
......@@ -119,6 +119,11 @@ export default {
}
},
methods: {
goToIndex() {
uni.navigateTo({
url: '/pages/main'
});
},
changeWechat(){
this.appBo.wechat = !this.appBo.wechat
},
......
......@@ -30,7 +30,7 @@
<div class="view__btn view__no__bind" @click="confirmBinding">
确认绑定
</div>
<div class="use__text">使用说明</div>
<div class="use__text" @click="gotoExplanation">使用说明</div>
</div>
</view>
</template>
......@@ -118,6 +118,12 @@ export default {
}
},
methods: {
// 跳转到使用说明页面
gotoExplanation() {
uni.navigateTo({
url: '/pagesD/pages/personal/help'
});
},
goLoveCar() {
uni.navigateTo({
url: '/pagesB/pages/move-car/loveCar?price=1'
......
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