@@ -508,10 +508,10 @@
scan() {
var amount = parseFloat(this.amount);
// 启动最低金额限制
- if (amount < 10.00) {
+ if (amount < 2.00) {
uni.showModal({
title: '提示',
- content: '当前余额不足¥10元',
+ content: '当前余额不足¥2元',
cancelText: '我知道了',
confirmText: '我要充值',
success: (res) => {