Commit bfc2f4232637394be710c6d00c64dd0436ac9f62
1 parent
d52eafb3
提示报错报警
Showing
1 changed file
with
1 additions
and
1 deletions
packageC/pages/presell/cart/cart2_pre.js
... | ... | @@ -233,7 +233,7 @@ Page({ |
233 | 233 | th.setData({ user_addr: ie }); |
234 | 234 | if (!th.data.user_addr || th.data.user_addr.address_id != ie.address_id) { |
235 | 235 | th.setData({ add_back: 1 }); |
236 | - if (this.data.bn_goods) th.calculatePrice2(); | |
236 | + if (th.data.bn_goods) th.calculatePrice2(); | |
237 | 237 | } |
238 | 238 | }) |
239 | 239 | //--更新默认地址--,看一下是不是跳到地址页面 | ... | ... |