|
|
@@ -1216,10 +1216,10 @@ export default {
|
|
|
getLogin(MethodName, data)
|
|
|
.then((res) => {
|
|
|
if (res.status === 1 && res.issue_no_start) {
|
|
|
- this.orderList[4].label =
|
|
|
+ this.orderList[5].label =
|
|
|
"年订阅(当月起订," + res.issue_no_start + "期起)";
|
|
|
} else {
|
|
|
- this.orderList[4].label = "年订阅(当月起订)";
|
|
|
+ this.orderList[5].label = "年订阅(当月起订)";
|
|
|
}
|
|
|
})
|
|
|
.catch(() => {});
|