Commit 646d23e5a4875ce046c0225bc014d338c1c11b63

Authored by yvan.ni
1 parent 01ce1321

小程序代码

packageA/pages/prom_list/prom_list.js
... ... @@ -234,7 +234,6 @@ Page({
234 234 }
235 235 t.data.data.gg = gg;
236 236  
237   -
238 237 //--看一下有没有开启等级卡---
239 238 if (ee.data.rank_switch) {
240 239 //---回调卡的列表---
... ...
pages/cart/cart2/cart2.js
... ... @@ -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 1057 th.setData({show_same_city:0})
1058 1058 }
1059 1059  
... ...