Commit 064b0c17 by 冷斌

fix bug

parent e852354d
......@@ -18,11 +18,13 @@
<div class="inputBox">
<input v-model="userId" type="number" @blur="userinfo" 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>
<div v-if="face">
<div class="zuanNum">剩余钻石:{{zuanNum}}</div>
<!-- 用户头像 -->
<div class="userBox" >
<img src="__PUBLIC__/appapi/pay/img/bandCard.png" class="userImg" >
<div class="userName">手机用户0565</div>
</div>
</div>
</div>
......@@ -64,6 +66,8 @@
sel_num:1 , // 充值类型/数量
zuanNum: 0, // 钻石数量
bstype: 0, // 0不在微信浏览器打开 1在微信浏览器打开
face: '',
nickname: '',
},
methods: {
//事件
......
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