提现
This commit is contained in:
parent
4b738cedcb
commit
1c1fe848fb
@ -1,5 +1,5 @@
|
||||
// const ip: string = "119.29.194.155:8893";
|
||||
const ip: string = "yufangzc.com";
|
||||
const ip: string = "119.29.194.155:8893";
|
||||
// const ip: string = "yufangzc.com";
|
||||
const fwqip: string = "yufangzc.com";
|
||||
//打包服务器接口代理标识
|
||||
const SERVERAGENT: string = "/jzd-api";
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
@select="(event:any) => afterRead(event, index)"
|
||||
@close="handleAvatarClose(index)"
|
||||
:sourceType="['camera', 'album']"
|
||||
:value="student.xstx"
|
||||
:value="imagUrl(student.xstx)"
|
||||
>
|
||||
<view class="avatar-placeholder">
|
||||
<view class="wh-full flex-col-center">
|
||||
@ -108,6 +108,7 @@ import { dicApi } from "@/api/system/dic";
|
||||
import { loginRegisterJzApi } from "@/api/base/server";
|
||||
import { useUserStore } from "@/store/modules/user";
|
||||
import { useDataStore } from "@/store/modules/data";
|
||||
import {imagUrl} from "@/utils";
|
||||
|
||||
const [register, { getValue }] = useForm({
|
||||
formsProps: { labelWidth: 100 },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user