mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化物品领用
This commit is contained in:
parent
1b97a00793
commit
78b21995dd
@ -76,7 +76,7 @@
|
||||
vc.toast("请完善物品信息");
|
||||
return;
|
||||
}
|
||||
if (_resourceStores[i].quantity > _resourceStores[i].stock) {
|
||||
if (parseInt(_resourceStores[i].quantity) > parseInt(_resourceStores[i].stock)) {
|
||||
vc.toast(_resourceStores[i].resName + ",库存不足");
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user