Browse Source

登录页标题修改

htc 1 week ago
parent
commit
f033b0f402
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/login.vue

+ 1 - 1
pages/login.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class="page" :style="{'min-height':h+'px', 'padding-top':mt+'px'}">
-		<cus-header title='AI玩具' :showback="false"></cus-header>
+		<cus-header title='传秀AI终端' :showback="false"></cus-header>
 		<div class="content">
 			<button class="zt_btn" open-type="getPhoneNumber" @getphonenumber="decryptPhoneNumber">手机号一键登录</button>
 			<div class="qx_btn" @click="cancelLogin">取消</div>