代码提交

This commit is contained in:
黄少君
2023-11-22 18:55:55 +08:00
parent c3e62f8922
commit 68b3f2dcc3
46 changed files with 1021 additions and 763 deletions

View File

@ -16,6 +16,7 @@ import { useInterface } from "@/hooks/useInterface";
import { privacyAgreementUrl, userAgreementUrl, weixinLogin } from "@/api/auth";
import { useMainStore } from "@/store/store";
import { afterLogin } from "@/utils";
import { loginLogoIcon } from "@/utils/images";
const {toast, loading, hideLoading} = useInterface()
const {goBack, push} = useRouter()
@ -109,7 +110,7 @@ function toAgreement(type) {
<view class="main-box flex flex-jc__center">
<image
class="logo"
src="https://b2c-pro-static-dev.zkthink.com/static/icon/logo.png"
:src="loginLogoIcon"
/>
</view>