Commit 54624435 by 刘海龙

111

parent c66f380e
......@@ -26,7 +26,7 @@
<div class="jiazurzTitle">经纪人ID</div>
<div style="width: 100%; padding: 0 .85rem;">
<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="cancelFid">
</div>
</div>
......@@ -179,7 +179,7 @@
},
checkFid: function () {
if (this.form.fid === '') {
layer.msg("家族ID不能为空");
layer.msg("经纪人ID不能为空");
return;
}
let _this = this;
......
......@@ -19,6 +19,7 @@
<input v-model="userId" type="number" class="input_id" placeholder="请输入ID" />
</div>
<div class="zuanNum">剩余钻石:{{zuanNum}}</div>
<!-- 用户头像 -->
<div class="userBox" v-if="userId">
<img src="__PUBLIC__/appapi/pay/img/bandCard.png" class="userImg" >
<div class="userName">手机用户0565</div>
......
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