|
@@ -977,7 +977,6 @@ export default {
|
|
this.showMark = true;
|
|
this.showMark = true;
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- !this.userInfo && this.$api.refreshUserInfo();
|
|
|
|
this.courseId = Number(option.id) || "";
|
|
this.courseId = Number(option.id) || "";
|
|
this.goodsId = Number(option.goodsId);
|
|
this.goodsId = Number(option.goodsId);
|
|
this.orderGoodsId = Number(option.orderGoodsId) || "";
|
|
this.orderGoodsId = Number(option.orderGoodsId) || "";
|
|
@@ -997,6 +996,7 @@ export default {
|
|
if (this.$method.isGoLogin()) {
|
|
if (this.$method.isGoLogin()) {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
+ !this.userInfo && this.$api.refreshUserInfo();
|
|
this.closePhoto();
|
|
this.closePhoto();
|
|
this.courseCourseList();
|
|
this.courseCourseList();
|
|
},
|
|
},
|