Commit 10c37082a18387a546ecc71b17c92303e853cf1a
1 parent
7cfd8371
优化
Showing
5 changed files
with
5 additions
and
5 deletions
packageC/pages/luckyGo/luckyGo_cart_ct/luckyGo_cart_ct.js
@@ -241,7 +241,7 @@ Page({ | @@ -241,7 +241,7 @@ Page({ | ||
241 | // let cartList= this.data.cartlist | 241 | // let cartList= this.data.cartlist |
242 | // let cartList= arr | 242 | // let cartList= arr |
243 | // let length = cartList.length | 243 | // let length = cartList.length |
244 | - if(this.data.is_pre_cut==0){ | 244 | + if(!this.data.is_pre_cut){ |
245 | return {} | 245 | return {} |
246 | } | 246 | } |
247 | wx.showLoading({ | 247 | wx.showLoading({ |
packageC/pages/presell/cart/cart2_pre.js
@@ -371,7 +371,7 @@ Page({ | @@ -371,7 +371,7 @@ Page({ | ||
371 | // let cartList= this.data.cartlist | 371 | // let cartList= this.data.cartlist |
372 | // let cartList= arr | 372 | // let cartList= arr |
373 | // let length = cartList.length | 373 | // let length = cartList.length |
374 | - if(this.data.is_pre_cut==0){ | 374 | + if(!this.data.is_pre_cut){ |
375 | return {} | 375 | return {} |
376 | } | 376 | } |
377 | wx.showLoading({ | 377 | wx.showLoading({ |
packageE/pages/cart/cart2/cart2.js
@@ -382,7 +382,7 @@ Page({ | @@ -382,7 +382,7 @@ Page({ | ||
382 | // let cartList= this.data.cartlist | 382 | // let cartList= this.data.cartlist |
383 | // let cartList= arr | 383 | // let cartList= arr |
384 | // let length = cartList.length | 384 | // let length = cartList.length |
385 | - if(this.data.is_pre_cut==0){ | 385 | + if(!this.data.is_pre_cut){ |
386 | return {} | 386 | return {} |
387 | } | 387 | } |
388 | wx.showLoading({ | 388 | wx.showLoading({ |
pages/cart/cart2_inte/cart2_inte.js
@@ -245,7 +245,7 @@ Page({ | @@ -245,7 +245,7 @@ Page({ | ||
245 | // let cartList= this.data.cartlist | 245 | // let cartList= this.data.cartlist |
246 | // let cartList= arr | 246 | // let cartList= arr |
247 | // let length = cartList.length | 247 | // let length = cartList.length |
248 | - if(this.data.is_pre_cut==0){ | 248 | + if(!this.data.is_pre_cut){ |
249 | return {} | 249 | return {} |
250 | } | 250 | } |
251 | wx.showLoading({ | 251 | wx.showLoading({ |
pages/cart/cart2_pt/cart2_pt.js
@@ -198,7 +198,7 @@ Page({ | @@ -198,7 +198,7 @@ Page({ | ||
198 | // let cartList= this.data.cartlist | 198 | // let cartList= this.data.cartlist |
199 | // let cartList= arr | 199 | // let cartList= arr |
200 | // let length = cartList.length | 200 | // let length = cartList.length |
201 | - if(this.data.is_pre_cut==0){ | 201 | + if(!this.data.is_pre_cut){ |
202 | return {} | 202 | return {} |
203 | } | 203 | } |
204 | wx.showLoading({ | 204 | wx.showLoading({ |