2 Commits 8ba15766c5 ... b60199f92e

Author SHA1 Message Date
  zyx b60199f92e Merge branch 'master' of http://git.qiniu1314.com/zhang/jingcai 10 months ago
  zyx cc284e982b 2023.11.25 10 months ago
4 changed files with 4 additions and 16 deletions
  1. 1 1
      libs/i18n/lang/cn.json
  2. 1 1
      libs/i18n/lang/en.json
  3. 1 1
      libs/i18n/lang/tw.json
  4. 1 13
      pages/public/forget.vue

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

@@ -206,7 +206,7 @@
 		"a2": "互娱区",
 		"a3": "压和值(01234)上,(56789)下,(13579)奇,(02468)偶,压100U中180U",
 		"a4": "共享区",
-		"a5": "压和值(01234)上,(56789)下,(13579)奇,(02468)偶,压100U中100.2U,没中返本金。 共享区每天1小時,每晚19点-21点,共24期。"
+		"a5": "压和值(01234)上,(56789)下,(13579)奇,(02468)偶,压100U中100.2U,没中返本金。 共享区每天2小時,每晚19点-21点,共24期。"
 	},
 	"promotion": {
 		"a1": "推广计划",

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

@@ -204,7 +204,7 @@
 		"a2": "Mutual entertainment area",
 		"a3": "Pressure sum value (01234) above, (56789) below, (13579) odd, (02468) even, 180U in 100U pressure",
 		"a4": "Share area",
-		"a5": "Above the pressure sum value (01234), below (56789), (13579) odd, (02468) even, under the pressure of 100U, 100.2U is returned, and the principal is not returned. The share area lasts for 1 hour per day, from 19:00 to 21:00 every night, for a total of 24 sessions."
+		"a5": "Above the pressure sum value (01234), below (56789), (13579) odd, (02468) even, under the pressure of 100U, 100.2U is returned, and the principal is not returned. The share area lasts for 2 hour per day, from 19:00 to 21:00 every night, for a total of 24 sessions."
 	},
 	"promotion": {
 		"a1": "Campaign",

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

@@ -205,7 +205,7 @@
 		"a2": "互娛區",
 		"a3": "壓和值(01234)上,(56789)下,(13579)奇,(02468)偶,壓100U中180U",
 		"a4": "共享區",
-		"a5": "壓和值(01234)上,(56789)下,(13579)奇,(02468)偶,壓100U中100.2U,沒中返本金。 共享區每天1小時,每晚19點-21點,共24期。"
+		"a5": "壓和值(01234)上,(56789)下,(13579)奇,(02468)偶,壓100U中100.2U,沒中返本金。 共享區每天2小時,每晚19點-21點,共24期。"
 	},
 	"promotion": {
 		"a1": "推廣計劃",

+ 1 - 13
pages/public/forget.vue

@@ -20,7 +20,7 @@
 			<view class="login_input flex">
 				<view class="login_img"><image class="codeimg" src="/static/icon/ze2.png"></image></view>
 				<view class="login_name flex">
-					<input class="uni-input width" v-model="captcha" type="number" focus :placeholder="$t('password.a6')" />
+					<input class="uni-input" v-model="captcha" type="number" focus :placeholder="$t('password.a6')" />
 					<view class="code" @click="verification">{{ countDown == 0 ? $t('login.b5') : countDown }}</view>
 				</view>
 			</view>
@@ -209,18 +209,6 @@ page {
 		}
 	}
 
-	.other {
-		margin-top: 60rpx;
-		.fenge {
-			width: 30%;
-			height: 2rpx;
-			background-color: #eeeeee;
-		}
-		.qita {
-			font-size: 28rpx;
-			color: #999999;
-		}
-	}
 	.uni-button-green {
 		text-align: center;
 		color: #ffffff;