Commit 7e1b445e3c06e838afa702961226bd191630c840
1 parent
14364aea
积分购的修改
Showing
1 changed file
with
2 additions
and
2 deletions
pages/cart/cart2_inte/cart2_inte.js
... | ... | @@ -144,10 +144,10 @@ Page({ |
144 | 144 | |
145 | 145 | }); |
146 | 146 | //--更新默认地址--,看一下是不是跳到地址页面 |
147 | - if(!getApp().globalData.is_cart2_old){ | |
147 | + if(!getApp().globalData.is_cart_old){ | |
148 | 148 | this.update_code(); |
149 | 149 | }else{ |
150 | - getApp().globalData.is_cart2_old=0; | |
150 | + getApp().globalData.is_cart_old=0; | |
151 | 151 | } |
152 | 152 | } |
153 | 153 | ... | ... |