Bladeren bron

Merge branch 'dev/v4.9.21_wmh' of qmx/jy into feature/v4.9.21

wenmenghao 1 jaar geleden
bovenliggende
commit
eda769e8c7
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      src/web/staticres/common-module/order-list/js/order-list.js

+ 2 - 2
src/web/staticres/common-module/order-list/js/order-list.js

@@ -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)
           }
         }