Commit 4a3ef81a by 冷斌

update

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