Commit 3f0927d6830e717a5cf982eb112e4874127511f2

Authored by WXD-SEASON\season
2 parents 06b78132 87cdba2a

Merge branch 'test' of http://git.vipzhuang.cn/wxd/MShopWeApp into qa

packageE/pages/cart/cart2_pt/cart2_pt.js
... ... @@ -1851,7 +1851,7 @@ Page({
1851 1851 return th.get_wuliu(th.calculatePrice2());
1852 1852 }
1853 1853  
1854   - if (ty !=0 && th.data.using_quan[th.data.bn_pick].isby==1) {
  1854 + if (ty !=0 && th.data.using_quan[th.data.bn_pick] && th.data.using_quan[th.data.bn_pick].isby==1) {
1855 1855 let using_quan={
1856 1856 [th.data.bn_pick]:{
1857 1857 is_nouse_red:1
... ...