|
@@ -1236,16 +1236,24 @@ export default {
|
|
|
if (res.status === 1 && res.issue_no_start) {
|
|
if (res.status === 1 && res.issue_no_start) {
|
|
|
this.orderList[5].label =
|
|
this.orderList[5].label =
|
|
|
"年订阅(当月起订," + res.issue_no_start + "期起)";
|
|
"年订阅(当月起订," + res.issue_no_start + "期起)";
|
|
|
- this.orderList[6].label =
|
|
|
|
|
- "年订阅(当月起订," +
|
|
|
|
|
- res.issue_no_start +
|
|
|
|
|
- "期起)(" +
|
|
|
|
|
- this.studyTips +
|
|
|
|
|
- ")";
|
|
|
|
|
|
|
+ if (this.bookType === "huakan") {
|
|
|
|
|
+ this.orderList = this.orderList.slice(0, 6);
|
|
|
|
|
+ } else if (this.bookType === "baozhi") {
|
|
|
|
|
+ this.orderList[6].label =
|
|
|
|
|
+ "年订阅(当月起订," +
|
|
|
|
|
+ res.issue_no_start +
|
|
|
|
|
+ "期起)(" +
|
|
|
|
|
+ this.studyTips +
|
|
|
|
|
+ ")";
|
|
|
|
|
+ }
|
|
|
} else {
|
|
} else {
|
|
|
this.orderList[5].label = "年订阅(当月起订)";
|
|
this.orderList[5].label = "年订阅(当月起订)";
|
|
|
- this.orderList[5].label =
|
|
|
|
|
- "年订阅(当月起订)(" + this.studyTips + ")";
|
|
|
|
|
|
|
+ if (this.bookType === "huakan") {
|
|
|
|
|
+ this.orderList = this.orderList.slice(0, 6);
|
|
|
|
|
+ } else if (this.bookType === "baozhi") {
|
|
|
|
|
+ this.orderList[6].label =
|
|
|
|
|
+ "年订阅(当月起订)(" + this.studyTips + ")";
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
.catch(() => {});
|
|
.catch(() => {});
|