xiaohaizhao vor 1 Jahr
Ursprung
Commit
9e34e09753
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      packageA/invoice/detail.js

+ 1 - 1
packageA/invoice/detail.js

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