Parcourir la source

区分测试和正式

hxl13994548489 il y a 1 an
Parent
commit
5b2d913f24
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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       -->