微信合规调整

This commit is contained in:
kron
2026-01-05 09:23:26 +08:00
parent 9f7523839d
commit fd026efc85
6 changed files with 11 additions and 12 deletions

View File

@@ -167,12 +167,7 @@ onShow(() => {
</view>
<SButton :rounded="20" width="80vw" :onClick="handleLogin">
<block v-if="!loading">
<image
:src="`../static/wechat-icon${noBg ? '' : '-black'}.png`"
mode="widthFix"
class="wechat-icon"
/>
<text :style="{ color: '#000' }">登录/注册</text>
<text :style="{ color: '#000' }">手机号快捷登录</text>
</block>
<block v-else>
<image

View File

@@ -36,6 +36,7 @@ const toRankListPage = () => {
url: "/pages/rank-list",
});
};
watch(
() => [config.value, user.value],
([n_config, n_user]) => {
@@ -111,11 +112,11 @@ watch(
</view>
</block>
<block v-else>
<view class="signin">
<view class="signin" @click="onSignin">
<image src="../static/user-icon.png" mode="widthFix" />
<view @click="() => (showModal = true)">
<view>
<text>新来的弓箭手你好呀~</text>
<view @click="onSignin">
<view>
<text>登录</text>
<image src="../static/enter-arrow-blue.png" mode="widthFix" />
</view>