Browse Source

【修改】启动金额修改。

程志平 4 years ago
parent
commit
e9f61ed653
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/reshui/reshui.vue

+ 2 - 2
pages/reshui/reshui.vue

@@ -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) => {