Parcourir la source

补充国际化

xiaohaizhao il y a 3 mois
Parent
commit
bafe22b873
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      packageA/remitVoucher/detail.js

+ 1 - 0
packageA/remitVoucher/detail.js

@@ -32,6 +32,7 @@ Page({
 			sa_paybillid: options.id
 		});
 		this.getDetail(true);
+    getApp().globalData.Language.getLanguagePackage(this, 'E-订单');
 	},
 	/* 获取详情 */
 	getDetail(init = false, show = true) {