zhang 1 tahun lalu
induk
melakukan
59f9c631ae

+ 4 - 1
libs/i18n/lang/cn.json

@@ -116,7 +116,10 @@
 		"a3": "活动未开启,请等待活动开启",
 		"a4": "进行中",
 		"a5": "中奖",
-		"a6": "未中奖"
+		"a6": "未中奖",
+		"a7": "提示",
+		"a8": "是否押注",
+		"a10": "到"
 	},
 	"userinfo": {
 		"u1": "收款地址",

+ 4 - 1
libs/i18n/lang/en.json

@@ -123,7 +123,10 @@
 		"a3": "The activity has not been opened, please wait",
 		"a4": "Ongoing",
 		"a5": "Winning",
-		"a6": "Nothing"
+		"a6": "Nothing",
+		"a7": "Prompt",
+		"a8": "Whether to bet",
+		"a10": "To"
 	},
 	"money": {
 		"a1": "wallet",

+ 4 - 1
libs/i18n/lang/tw.json

@@ -116,7 +116,10 @@
 		"a3": "活動未開啟,請等待活動開啟",
 		"a4": "進行中",
 		"a5": "中獎",
-		"a6": "未中獎"
+		"a6": "未中獎",
+		"a7": "提示",
+		"a8": "是否押注",
+		"a10": "到"
 	},
 	"userinfo": {
 		"u1": "收款地址",

+ 3 - 3
pages/index/entertainment.vue

@@ -359,10 +359,10 @@
 				const that = this;
 				that.upOnBtnData.passwordArr = val;
 				that.colsePayPassword();
-				const typeList = ["上",'下','奇','偶'];
+				const typeList = [this.$t('enter.u6'),this.$t('enter.u4'),this.$t('enter.u5'),this.$t('enter.u7')];
 				uni.showModal({
-					title: '提示',
-					content: `是否压住${that.upOnBtnData.value}USDT到${typeList[that.upOnBtnData.type-1]}`,
+					title: this.$t('enter.c4'),
+					content: `this.$t('enter.a8')${that.upOnBtnData.value}USDTthis.$t('enter.a10')${typeList[that.upOnBtnData.type-1]}`,
 					success: res => {
 						if(res.confirm){
 							that.gameBetIn();