mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-24 05:46:09 +08:00
优化代码
This commit is contained in:
parent
acd65498f5
commit
de81b91e61
@ -156,7 +156,10 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
if (msg != '') {
|
if (msg != '') {
|
||||||
this._showToast(msg);
|
uni.showToast({
|
||||||
|
icon:'none',
|
||||||
|
title:msg
|
||||||
|
})
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// 提交
|
// 提交
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user