代码提交
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user