商品详情数量事件调用错误修复

master
gongfuxiang 2021-10-19 17:30:12 +08:00
parent 862f42f148
commit 27935274ed
1 changed files with 0 additions and 5 deletions

View File

@ -1238,11 +1238,6 @@
var sku_count = this.goods_specifications_choose.length;
var active_count = spec.length;
if (sku_count > 0 && active_count < sku_count) {
this.setData({
goods_spec_base_price: this.goods.price,
goods_spec_base_original_price: this.goods.original_price,
goods_spec_base_inventory: this.goods.inventory
});
return false;
}