ソースを参照

区分测试和正式

hxl13994548489 1 年間 前
コミット
5b2d913f24
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pages/login/login.vue

+ 1 - 1
pages/login/login.vue

@@ -36,7 +36,7 @@
 				<view style="margin-top: 216upx;">
 					<button class="cu-btn round lg  bg-blue " style="display: flex;" :loading="loading"
 						:class="[shape == 'round' ? 'round' : '']" @tap="onLogin"><text
-							space="emsp">{{ loading ? "登录中..." : " 登录/注册"}}</text>
+							space="emsp">{{ loading ? "登录中..." : " 登录/注册(测试)"}}</text>
 					</button>
 				</view>
        <!--  去掉注册和忘记密码  add by hxl  2025-07-16       -->