Commit 8ad76083 authored by 肖健's avatar 肖健

还原界面

parent a2a0bd4e
......@@ -31,13 +31,13 @@
点击下方按钮联系车主
</div>
<div class="move-car__btn" @click="call">
立即通知
拨打车主电话通知
</div>
<div class="move-car__wx">
<u-checkbox-group placement="row">
<u-checkbox v-model="checked"></u-checkbox>
</u-checkbox-group> 微信通知(上限3次)
</div>
<!-- <div class="move-car__wx">-->
<!-- <u-checkbox-group placement="row">-->
<!-- <u-checkbox v-model="checked"></u-checkbox>-->
<!-- </u-checkbox-group> 微信通知(上限3次)-->
<!-- </div>-->
<div class="move-car__more">
<div>
获取同款挪车牌
......@@ -110,11 +110,7 @@ export default {
},
methods: {
call() {
//this.show = true;
uni.showToast({
title:'通知成功',
icon:'none',
})
this.show = true;
},
close() {
this.show = false;
......
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