Browse Source

调整流程

xiaohaizhao 2 weeks ago
parent
commit
9e34e09753
1 changed files with 1 additions and 1 deletions
  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({