Commit dc2c4a9c by 梁建民

js

parent bcf9474e
......@@ -389,8 +389,11 @@
window.location.href = "/v3/login?referer=" + encodeURIComponent(window.location.href);
return;
} else {
var stock=util.aggxde(item.stock);
if (this.applyCount != 0) {
if (item.goods_info && item.goods_info.stock) {
if (stock) {
if ((this.applyCount * 1) < (item.quota * 1)) {
this.getPops = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment