Browse Source

feat: 文字调整;

林韬明 8 months ago
parent
commit
ee88600828
1 changed files with 3 additions and 3 deletions
  1. 3 3
      pages/index/index.vue

+ 3 - 3
pages/index/index.vue

@@ -8,7 +8,7 @@
 		</video>
 		<div v-if="Login">
 			<div class="login-box">
-				<p class="title">店够注册</p>
+				<p class="title">店够</p>
 				<div class="input-box">
 					<input type="text" :adjust-position="false" v-model="phone" maxlength="11" placeholder="请输入手机号">
 				</div>
@@ -16,7 +16,7 @@
 					<input type="text" :adjust-position="false" v-model="code" placeholder="请输入验证码">
 					<div class="send-btn" @click="codeText=='发送验证码'?sendCode():''">{{codeText}}</div>
 				</div>
-				<div class="login-btn" @click="login">注册下载</div>
+				<div class="login-btn" @click="login">立即体验</div>
 				<div class="xieyi">
 					<span class="checkbox" @click="changeType" v-if="!checked"></span>
 					<image class="checked" src="../../static/checked.png" alt="" @click="changeType" v-if="checked">
@@ -487,4 +487,4 @@
 			color: rgba(153, 153, 153, 100);
 		}
 	}
-</style>
+</style>