Commit da9f4cca authored by Mac's avatar Mac

1

parent 76d38d25
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<view class="recharge-top"> <view class="recharge-top">
<u-avatar :src="mall_UserInfo.Photo" size="80" ></u-avatar> <u-avatar :src="mall_UserInfo.Photo" size="80" ></u-avatar>
<view class="recharge-top-r"> <view class="recharge-top-r">
<text class="chaochu1" style="font-size:13px;color: #111111;" >{{mall_UserInfo.Name}}</text> <text class="chaochu1" style="font-size:13px;color: #111111;font-weight: bold;" >{{mall_UserInfo.Name}}</text>
<text class="chaochu1" style='font-size: 11px;color: #666666;'>可用点数:{{Point}}</text> <text class="chaochu1" style='font-size: 11px;color: #666666;'>可用点数:{{Point}}</text>
</view> </view>
</view> </view>
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
margin-left: 10px; margin-left: 10px;
font-size: 13px; font-size: 13px;
color: #111111; color: #111111;
height: 30px; height: 40px;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
} }
......
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