Commit aca914140a596ba31809f935d39aad30a6a5319a

Authored by 后端研发-苏明海
2 parents ce817e6f f720accf

Merge branch 'dev' into 'test'

优惠促销的优化~~

See merge request !1179
packageE/pages/cart/cart2/cart2.js
... ... @@ -1592,12 +1592,12 @@ Page({
1592 1592 t.data.data.thi_rate = tt.data.data.thi_rate;
1593 1593 t.data.data.commission = tt.data.data.commission;
1594 1594  
1595   - if(tt.is_order_yh){
  1595 + if(tt.data.data.is_order_yh){
1596 1596 th.data.bn_is_order_yh=1;
1597 1597 }else{
1598 1598 th.data.bn_is_order_yh=0;
1599 1599 }
1600   - if(tt.is_post_temp){
  1600 + if(tt.data.data.is_post_temp){
1601 1601 th.data.bn_is_post_temp=1;
1602 1602 }else{
1603 1603 th.data.bn_is_post_temp=0;
... ...