Browse Source

补充国际化

xiaohaizhao 3 months ago
parent
commit
bafe22b873
1 changed files with 1 additions and 0 deletions
  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) {