update sheep/components/s-auth-modal/components/change-mobile.vue.

微信小程序在提审的时候审核驳回,小程序登录页面或弹窗(调用手机号快速验证组件的前置页面),存在混淆腾讯官方的元素,包括但不限于”微信“字样、微信官方logo等,请去除相关元素,如:将手机号授权登录提示修改为“手机号快捷登录”,再重新提交代码审核。

Signed-off-by: 爱宇阳 <thedanyang@qq.com>
pull/162/head
爱宇阳 2025-11-06 01:25:15 +00:00 committed by Gitee
parent 86030de73b
commit d78afe311c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
open-type="getPhoneNumber" open-type="getPhoneNumber"
@getphonenumber="getPhoneNumber" @getphonenumber="getPhoneNumber"
> >
使用微信手机号 手机号快捷登录
</button> </button>
</view> </view>
</template> </template>