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