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