xiaohaizhao hai 2 semanas
pai
achega
9e34e09753
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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({