Commit 646d23e5a4875ce046c0225bc014d338c1c11b63
1 parent
01ce1321
小程序代码
Showing
2 changed files
with
1 additions
and
2 deletions
packageA/pages/prom_list/prom_list.js
pages/cart/cart2/cart2.js
@@ -1053,7 +1053,7 @@ Page({ | @@ -1053,7 +1053,7 @@ Page({ | ||
1053 | } | 1053 | } |
1054 | 1054 | ||
1055 | //-- 如果有一件代发的商品或者不是同城配送的配送 -- | 1055 | //-- 如果有一件代发的商品或者不是同城配送的配送 -- |
1056 | - if(!narr[hi].show_same_city || narr[hi].whsle_id>0){ | 1056 | + if(narr[hi].is_same_city!=1 || narr[hi].whsle_id>0){ |
1057 | th.setData({show_same_city:0}) | 1057 | th.setData({show_same_city:0}) |
1058 | } | 1058 | } |
1059 | 1059 |