소스 검색

调整流程

xiaohaizhao 2 주 전
부모
커밋
9e34e09753
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packageA/invoice/detail.js

+ 1 - 1
packageA/invoice/detail.js

@@ -27,11 +27,11 @@ Page({
         }]
     },
     onLoad(options) {
+        getApp().globalData.Language.getLanguagePackage(this, 'E-订单');
         this.setData({
             sa_invoiceapplyid: options.id
         });
         this.getDetail();
-        getApp().globalData.Language.getLanguagePackage(this, 'E-订单');
     },
     getDetail() {
         _Http.basic({