Commit 064b0c17 by 冷斌

fix bug

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