|
@@ -1010,9 +1010,9 @@ var vm = new Vue({
|
|
|
// 继续往下走
|
|
|
} else {
|
|
|
// 线上课程私有页面
|
|
|
- if (applybill_status === 0) {
|
|
|
+ if (type !== 'look') {
|
|
|
return _this.goToLink('/jyxsapp/invoice?code=' + orderCode)
|
|
|
- } else if (applybill_status === 1 || applybill_status === 2) {
|
|
|
+ } else {
|
|
|
return _this.goToLinkAndSaveState('/jyxsapp/invoiceDetail?code=' + orderCode + '&id=' + order.id)
|
|
|
}
|
|
|
}
|