代码提交

This commit is contained in:
黄少君
2023-11-17 20:55:32 +08:00
parent 35b43ffd97
commit c3e62f8922
73 changed files with 1808 additions and 781 deletions

View File

@ -6,7 +6,7 @@
@update: 2023-11-08 16:20
-->
<script setup>
import wechat from '@/static/icon/login/wechat.png'
import { wechat } from "@/utils/images";
import { useRouter } from "@/hooks/useRouter";
import { loginMethods } from "@/pages/login/index.data";
import { wxLogin } from "@/utils/wechatUtils";
@ -109,7 +109,7 @@ function toAgreement(type) {
<view class="main-box flex flex-jc__center">
<image
class="logo"
src="@/static/icon/logo.png"
src="https://b2c-pro-static-dev.zkthink.com/static/icon/logo.png"
/>
</view>
@ -157,7 +157,7 @@ function toAgreement(type) {
</template>
</view>
<!-- #ifdef MP-WEIXIN -->
<view
class="agreement-box"
:class="{'error-animation':isPrivacyError}"
@ -187,6 +187,7 @@ function toAgreement(type) {
</uv-checkbox>
</uv-checkbox-group>
</view>
<!-- #endif -->
</view>
</template>
@ -225,7 +226,8 @@ function toAgreement(type) {
align-items: center;
justify-content: center;
height: 88rpx;
font-size: 28rpx;
border-radius: 0;
.icon {
width: 40rpx;
height: 40rpx;