Showing
1 changed file
with
2 additions
and
4 deletions
@@ -342,7 +342,7 @@ const getOrderData = (uid, type, page) => { | @@ -342,7 +342,7 @@ const getOrderData = (uid, type, page) => { | ||
342 | 3: { | 342 | 3: { |
343 | text: '您暂时还没有待收货的订单' | 343 | text: '您暂时还没有待收货的订单' |
344 | } | 344 | } |
345 | - } | 345 | + }; |
346 | 346 | ||
347 | type = parseInt(type, 10); | 347 | type = parseInt(type, 10); |
348 | 348 | ||
@@ -361,9 +361,7 @@ const getOrderData = (uid, type, page) => { | @@ -361,9 +361,7 @@ const getOrderData = (uid, type, page) => { | ||
361 | const empty = { | 361 | const empty = { |
362 | showEmptyEn: emptyMsg[type].showEmptyEn, | 362 | showEmptyEn: emptyMsg[type].showEmptyEn, |
363 | emptyMsg: emptyMsg[type].text | 363 | emptyMsg: emptyMsg[type].text |
364 | - } | ||
365 | - | ||
366 | - console.log(empty); | 364 | + }; |
367 | 365 | ||
368 | navBar.tabs[typeActiveIndexMap[type]].isActive = true; | 366 | navBar.tabs[typeActiveIndexMap[type]].isActive = true; |
369 | 367 |
-
Please register or login to post a comment