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