|
|
@@ -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 -->
|