|
@@ -108,7 +108,6 @@ import {
|
|
|
getSelectPrice,
|
|
|
getSVIPBuyInfo,
|
|
|
getUserAccountInfo,
|
|
|
- getUserPower,
|
|
|
createCommonOrder,
|
|
|
getGiftList,
|
|
|
appointmentAdd,
|
|
@@ -319,7 +318,9 @@ export default {
|
|
|
this.initAdjustTime()
|
|
|
this.getType()
|
|
|
await this.getUserBuyInfo()
|
|
|
- await this.getAllGiftList()
|
|
|
+ try {
|
|
|
+ await this.getAllGiftList()
|
|
|
+ } catch (error) {}
|
|
|
this.getGoodsPrice()
|
|
|
if (!this.token) {
|
|
|
// 有token时候可以不用请求getAccountInfo
|