Explorar el Código

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

wenmenghao hace 1 año
padre
commit
eda769e8c7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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)
           }
         }