Commit 4a3ef81a by 冷斌

update

parent ce6107c0
......@@ -27,7 +27,7 @@
<div style="width: 100%; padding: 0 .85rem;">
<div class="jiazuIdbox">
<input v-model="form.fid" type="text" placeholder="请输入家族ID" />
<img src="__PUBLIC__/appapi/img/Group.png" @click="auth2">
<img src="__PUBLIC__/appapi/img/Group.png" @click="cancelFid">
</div>
</div>
<div class="surejiazuId" @click="checkFid">确定</div>
......@@ -114,6 +114,9 @@
},
methods: {
//事件
cancelFid: function () {
this.form.fid = '';
},
auth2: function () {
this.next = true;
},
......
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