Commit 57a7c37e by qiuren

feat: 简中国际化

parent cc9d90b9
Showing with 10 additions and 9 deletions
...@@ -46,15 +46,16 @@ ...@@ -46,15 +46,16 @@
function webAppComm() { function webAppComm() {
this.data = null; this.data = null;
this.langList = [ this.langList = [
// 简中
{ {
'lang1': 'Events Rule', 'lang1':'活动规则',
'lang2': 'Refresh', 'lang2':'刷新',
'lang3': 'Customer Service', 'lang3':'客服咨询',
'lang4': 'Compartir', 'lang4':'推荐朋友',
'lang5': 'Event Zone', 'lang5':'活动专区',
'lang6': 'Close Page', 'lang6':'关闭页面',
'lang7': 'DEWs', 'lang7':'露水',
'lang8': 'GEMs' 'lang8':'宝石'
}, },
//1英文 //1英文
{ {
...@@ -409,7 +410,7 @@ webAppComm.prototype.openHalfWeb = function (param) { ...@@ -409,7 +410,7 @@ webAppComm.prototype.openHalfWeb = function (param) {
if (param.top || param.top === 0) { if (param.top || param.top === 0) {
obj.data.top = param.top; obj.data.top = param.top;
} }
if (param.left || param.left === 0) { if (param.left || param.left === 0) {
obj.data.left = param.left; obj.data.left = param.left;
} }
if (param.bottom || param.bottom === 0) { if (param.bottom || param.bottom === 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment