zhengjinyi
5 vuotta sitten
vanhempi
commit
7d2fb99957
|
@@ -156,10 +156,10 @@
|
|
|
//未输入
|
|
|
if (!S.length||S==0){
|
|
|
uni.showToast({
|
|
|
- title: '请输入正确的数值',
|
|
|
- icon:'none',
|
|
|
- duration: 1000
|
|
|
- });
|
|
|
+ title: '请输入支付金额',
|
|
|
+ icon:'none',
|
|
|
+ duration: 1000
|
|
|
+ });
|
|
|
return false;
|
|
|
}
|
|
|
//将 8. 这种转换成 8.00
|