Commit 4e7aff54 by 冷斌

`试卷`

parent f4801e74
......@@ -46,7 +46,7 @@
<div class="divider"></div>
<div class="input_bottom layout_h">
<div>
<span class="text_14_400 color_333333">最大可提现:¥<span class="text_14_400 color_EF4339">{{max}}</span></span>
<span class="text_14_400 color_333333">当前余额:¥<span class="text_14_400 color_EF4339">{{current}}</span>最大可提现:¥<span class="text_14_400 color_EF4339">{{max}}</span></span>
</div>
</div>
</div>
......@@ -63,7 +63,8 @@
return {
value: "",
min: 1,
max: "{$balance}",
current: "{$balance}",
max: 5000
}
},
computed: {
......
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