浏览代码

补充国际化

xiaohaizhao 3 月之前
父节点
当前提交
bafe22b873
共有 1 个文件被更改,包括 1 次插入0 次删除
  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) {