工单内容修改

cyl/master-im
wangxia 6 months ago
parent 34b483f970
commit 953cf7e308

@ -90,9 +90,7 @@
<view class> <view class>
<image class="g_mr_4" style="width: 20px; height: 20px; display: block" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/fee.svg" mode="aspecFill" lazy-load="false"></image> <image class="g_mr_4" style="width: 20px; height: 20px; display: block" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/fee.svg" mode="aspecFill" lazy-load="false"></image>
</view> </view>
<view class="g_fs_13" v-if="!isLogin" @click.stop="goLogin"></view> <view class="g_fs_13">{{ (recordStatus == 3 || recordStatus == 4 || recordStatus == 5) && !isSelf ? "关注查看" : item.policyClassify == 1 ? item.fuWuFei : "总价" }}</view>
<view class="g_fs_13" v-else-if="userinfo.agencyStatus == 1">{{ item.fuWuFei || "详询客服" }}</view>
<view class="biggerSize2 g_fs_13" v-else @click.stop="tobeAgencyToast">{{ "仅代理可见" }}</view>
</view> </view>
<!-- <text class="g_fs_14">/</text> --> <!-- <text class="g_fs_14">/</text> -->
</view> </view>
@ -218,6 +216,12 @@ export default {
return "default"; return "default";
}, },
}, },
isSelf: {
type: Boolean,
default: () => {
return false;
},
},
isuse: { isuse: {
type: String, type: String,
default: () => { default: () => {

@ -156,6 +156,10 @@ export default {
wxCode: "", wxCode: "",
}; };
} }
uni.showLoading({
title: "登录中...",
mask: true,
});
// #ifdef MP-WEIXIN // #ifdef MP-WEIXIN
uni.checkSession({ uni.checkSession({
success() { success() {
@ -254,6 +258,7 @@ export default {
setToken($data) { setToken($data) {
let that = this; let that = this;
console.log("获取登录用户信息:", $data); console.log("获取登录用户信息:", $data);
uni.hideLoading();
uni.setStorageSync("apply-userinfo", $data); // , uni.setStorageSync("apply-userinfo", $data); // ,
uni.setStorageSync("apply-userinfo-copy", JSON.stringify($data)); // uni.setStorageSync("apply-userinfo-copy", JSON.stringify($data)); //
uni.setStorageSync("apply-avatar", $data.imgSrc); // -- 便 uni.setStorageSync("apply-avatar", $data.imgSrc); // -- 便
@ -277,7 +282,7 @@ export default {
url: that.path, url: that.path,
}); });
} }
if ($data.agencyStatus == 1) { // if ($data.agencyStatus == 1) {
that.G.Get(that.api.login_agencyInfo, {}, (aRes) => { that.G.Get(that.api.login_agencyInfo, {}, (aRes) => {
console.log("获取团队信息:", aRes); console.log("获取团队信息:", aRes);
uni.setStorageSync("agencyInfo", aRes.agency); // 1 2 uni.setStorageSync("agencyInfo", aRes.agency); // 1 2
@ -286,7 +291,7 @@ export default {
// //
uni.setStorageSync("SHOW_INVITE", 1); uni.setStorageSync("SHOW_INVITE", 1);
}); });
} // }
}, },
// //

@ -4,9 +4,9 @@
<!-- 基本信息 --> <!-- 基本信息 -->
<g-panel-card-info <g-panel-card-info
:info="{ :info="{
avatar: userinfo.avatar, avatar: userInfo.avatar,
title: userinfo.name, title: userInfo.name,
num: userinfo.tel, num: userInfo.tel,
isHaveOrder: isHaveOrder, isHaveOrder: isHaveOrder,
}" }"
@clickCard="goPage('/root/person/info')" @clickCard="goPage('/root/person/info')"
@ -17,7 +17,7 @@
<view v-if="isHaveOrder" class="g_pt_12 g_pb_12 g_flex_row_between" style="border-bottom: 1px solid #f5f5f5"> <view v-if="isHaveOrder" class="g_pt_12 g_pb_12 g_flex_row_between" style="border-bottom: 1px solid #f5f5f5">
<view class="g_fs_16 g_c_3 g_fw_600 g_flex_none g_pl_16">我的发单账号</view> <view class="g_fs_16 g_c_3 g_fw_600 g_flex_none g_pl_16">我的发单账号</view>
<view class="g_flex_row_end g_flex_1 g_pr_16" hover-class="thover" @click="goPage('/root/person/myOrder')"> <view class="g_flex_row_end g_flex_1 g_pr_16" hover-class="thover" @click="goPage('/root/person/myOrder')">
<view class="g_fs_16 g_c_6">{{ userinfo.agencyName }}</view> <view class="g_fs_16 g_c_6">{{ userInfo.agencyName }}</view>
<view class="g_ml_6 g_flex_column_center"> <view class="g_ml_6 g_flex_column_center">
<i class="iconfont icon-gengduo11 g_c_c"></i> <i class="iconfont icon-gengduo11 g_c_c"></i>
</view> </view>
@ -25,7 +25,7 @@
</view> </view>
<view class="g_flex_row_center"> <view class="g_flex_row_center">
<view <view
v-for="(item, index) in userinfo.num" v-for="(item, index) in userInfo.num"
:key="index" :key="index"
@click="handleClickNum(item, index)" @click="handleClickNum(item, index)"
hover-class="g_bg_e" hover-class="g_bg_e"
@ -97,20 +97,22 @@
</view> --> </view> -->
</view> </view>
<i class="iconfont icon-gengduo11 g_c_c"></i> <i class="iconfont icon-gengduo11 g_c_c"></i>
<!-- <view class="g_flex_row_end g_fs_16"> {{ userinfo.agencyName }} </view> --> <!-- <view class="g_flex_row_end g_fs_16"> {{ userInfo.agencyName }} </view> -->
</view> </view>
</view> </view>
<!-- <g-panel-form-item :list="[{ icon: 'icon-my_setup', label: '创建发单号', result: '', path: '/root/person/order', tip: 'createOrder', pRow: 12 }]" @clickItem="handleClickItem" /> --> <!-- <g-panel-form-item :list="[{ icon: 'icon-my_setup', label: '创建发单号', result: '', path: '/root/person/order', tip: 'createOrder', pRow: 12 }]" @clickItem="handleClickItem" /> -->
<view class="g_mt_10"> <view class="g_mt_10" v-if="userInfo.admin">
<g-panel-form-item <g-panel-form-item
:list="[{ :list="[
{
icon: 'icon-wodetuandui', icon: 'icon-wodetuandui',
label: '团队管理', label: '团队管理',
result: '', result: '',
path: '/root/person/teamManage', path: '/root/person/teamManage',
pRow: 12, pRow: 12,
}]" },
]"
@clickItem="handleClickItem" @clickItem="handleClickItem"
/> />
</view> </view>
@ -197,7 +199,7 @@ export default {
path: "/root/bind/search?active=1", path: "/root/bind/search?active=1",
}, },
], ],
userinfo: { userInfo: {
all: {}, all: {},
avatar: "", avatar: "",
name: "请登录", name: "请登录",
@ -252,11 +254,11 @@ export default {
that.waitNum_ups = 0; that.waitNum_ups = 0;
that.pageSpeed = 1; that.pageSpeed = 1;
that.isLogin = false; that.isLogin = false;
that.userinfo.avatar = that.G.store().localBaseImg + "fadanzhushou.png"; that.userInfo.avatar = that.G.store().localBaseImg + "fadanzhushou.png";
that.userinfo.name = "请登录"; that.userInfo.name = "请登录";
that.userinfo.tel = "-"; that.userInfo.tel = "-";
that.userinfo.agencyName = ""; that.userInfo.agencyName = "";
that.userinfo.teamType = 0; that.userInfo.teamType = 0;
that.speed = 0; that.speed = 0;
} }
}, },
@ -302,7 +304,7 @@ export default {
pRow: 12, pRow: 12,
}, },
]; ];
if (uni.getStorageSync("apply-supplierAccount") == 1) { // if (uni.getStorageSync("apply-supplierAccount") == 1) {
// //
that.isHaveOrder = true; that.isHaveOrder = true;
if (that.isCreator) { if (that.isCreator) {
@ -326,19 +328,17 @@ export default {
}, },
]; ];
} }
} // }
let userInfo = uni.getStorageSync("apply-userinfo"); let userInfo = uni.getStorageSync("apply-userinfo");
that.isLogin = true; that.isLogin = true;
that.userInfo = { ...userInfo };
console.log(that.userInfo,'that.userInfo');
that.userInfo.avatar = uni.getStorageSync("apply-avatar");
that.userInfo.name = userInfo.userName || userInfo.aliasName;
that.userInfo.tel = uni.getStorageSync("apply-tel");
that.userinfo.agencyName = userInfo.agencyName; if (that.userInfo.num[0].name == "-") {
that.userinfo.user = userInfo.user; that.userInfo.num = [
that.userinfo.avatar = uni.getStorageSync("apply-avatar");
that.userinfo.name = userInfo.userName || userInfo.aliasName;
that.userinfo.tel = uni.getStorageSync("apply-tel");
if (that.userinfo.num[0].name == "-") {
that.userinfo.num = [
{ {
name: "-", name: "-",
num: "-", num: "-",
@ -346,11 +346,11 @@ export default {
]; ];
} }
that.userinfo.agencyName = userInfo.agencyName; that.userInfo.agencyName = userInfo.agencyName;
that.userinfo.teamType = userInfo.teamType; that.userInfo.teamType = userInfo.teamType;
that.getWaitNum(); // that.getWaitNum();
that.checkInvite(); // that.checkInvite();
that.getTeamList(); // that.getTeamList();
if (uni.getStorageSync("watch_invite")) { if (uni.getStorageSync("watch_invite")) {
if (uni.getStorageSync("watch_invite") == 1) { if (uni.getStorageSync("watch_invite") == 1) {
@ -390,16 +390,16 @@ export default {
type: 2, type: 2,
}, },
(res) => { (res) => {
if (res.total > 0) { // if (res.total > 0) {
uni.setTabBarBadge({ // uni.setTabBarBadge({
index: 2, // index: 2,
text: String(res.total), // text: String(res.total),
}); // });
} else { // } else {
uni.removeTabBarBadge({ // uni.removeTabBarBadge({
index: 2, // index: 2,
}); // });
} // }
that.waitNum_ups = res.total; that.waitNum_ups = res.total;
that.getDetail(); that.getDetail();
} }
@ -420,7 +420,7 @@ export default {
that.pageSpeed = 1; that.pageSpeed = 1;
if (uni.getStorageSync("apply-supplierAccount") == 1) { if (uni.getStorageSync("apply-supplierAccount") == 1) {
// //
that.userinfo.num = [ that.userInfo.num = [
{ {
name: "全部职位", name: "全部职位",
num: res.jobNum, num: res.jobNum,
@ -442,7 +442,7 @@ export default {
]; ];
} else { } else {
// //
that.userinfo.num = [ that.userInfo.num = [
{ {
name: "关注", name: "关注",
num: res.upNum, num: res.upNum,
@ -521,7 +521,7 @@ export default {
that.G.Get(that.api.user_getTeamList, {}, (res) => { that.G.Get(that.api.user_getTeamList, {}, (res) => {
console.log("res", res); console.log("res", res);
res.forEach((item) => { res.forEach((item) => {
if (item.id == that.userinfo.user.agencyId) { if (item.id == that.userInfo.user.agencyId) {
item.checked = true; item.checked = true;
} }
}); });

@ -1,6 +1,6 @@
<template> <template>
<view class="g_bg_page"> <view class="g_bg_page">
<view class="g_h_all" style="" v-if="!isLogin || userInfo.agencyStatus != 1"> <view class="g_h_all" style="" v-if="!isLogin">
<!-- <unloginInfo></unloginInfo> --> <!-- <unloginInfo></unloginInfo> -->
</view> </view>
<view class="g_pb_48" v-else> <view class="g_pb_48" v-else>
@ -135,7 +135,33 @@ export default {
path: "/root/person/todayData", path: "/root/person/todayData",
}, },
], ],
billDataList: [], billDataList: [
{
name: "审核中",
num: 0,
path: "/pages/apply/index?status=1",
},
{
name: "待接待",
num: 0,
path: "/pages/apply/index?status=2",
},
{
name: "待面试",
num: 0,
path: "/pages/apply/index?status=3",
},
{
name: "待入职",
num: 0,
path: "/pages/apply/index?status=4",
},
{
name: "在职中",
num: 0,
path: "/pages/apply/index?status=5",
},
],
query: { query: {
pageNum: 1, pageNum: 1,
size: 50, size: 50,
@ -152,11 +178,11 @@ export default {
that.agencyInfo = uni.getStorageSync("agencyInfo"); that.agencyInfo = uni.getStorageSync("agencyInfo");
console.log("that.agencyInfo", that.agencyInfo); console.log("that.agencyInfo", that.agencyInfo);
that.isLogin = uni.getStorageSync("apply-token") ? true : false; that.isLogin = uni.getStorageSync("apply-token") ? true : false;
if (that.userInfo.agencyStatus == 1) { // if (that.userInfo.agencyStatus == 1) {
this.getData(); this.getData();
this.getJobList(); this.getJobList();
this.getCompanyInfo(); this.getCompanyInfo();
} // }
// if (typeof that.$scope.getTabBar === "function" && that.$scope.getTabBar()) { // if (typeof that.$scope.getTabBar === "function" && that.$scope.getTabBar()) {
// that.$scope.getTabBar().setData({ // that.$scope.getTabBar().setData({
// selected: 4, // selected: 4,

@ -13,8 +13,8 @@
<g-panel-detail-item label="项目方" :value="orderDetail.upAgencyName" valueColor="#333" /> <g-panel-detail-item label="项目方" :value="orderDetail.upAgencyName" valueColor="#333" />
<!-- @clickItem="handleOpenPeopleModal" --> <!-- @clickItem="handleOpenPeopleModal" -->
<g-panel-detail-item label="报名人" from="resident-info" beforeIcon='icon-phone' @clickItem="goTel(orderDetail.agencyTel)" :remarkValue='orderDetail.agencyTel' v-if="!orderDetail.prevRecordId" :value="orderDetail.applyUserName" /> <g-panel-detail-item label="报名人" from="resident-info" beforeIcon="icon-phone" @clickItem="goTel(orderDetail.agencyTel)" :remarkValue="orderDetail.agencyTel" v-if="!orderDetail.prevRecordId" :value="orderDetail.applyUserName" />
<g-panel-detail-item label="报名人" from="resident-info" beforeIcon='icon-phone' @clickItem="goTel(orderDetail.agencyTel)" :remarkValue='orderDetail.agencyTel' v-else :value="orderDetail.applyUserName" /> <g-panel-detail-item label="报名人" from="resident-info" beforeIcon="icon-phone" @clickItem="goTel(orderDetail.agencyTel)" :remarkValue="orderDetail.agencyTel" v-else :value="orderDetail.applyUserName" />
<view> <view>
<view class="g_pt_10 g_border_d_t" v-if="orderDetail.canEdit || (!orderDetail.canEdit && (orderDetail.statusId == 10 || orderDetail.statusId == 20 || orderDetail.statusId == 25))"> <view class="g_pt_10 g_border_d_t" v-if="orderDetail.canEdit || (!orderDetail.canEdit && (orderDetail.statusId == 10 || orderDetail.statusId == 20 || orderDetail.statusId == 25))">
@ -89,15 +89,16 @@
<view class="m-price"> <view class="m-price">
<view class="g_h_12"></view> <view class="g_h_12"></view>
<view class="link g_bg_f g_pt_10"> <view class="link g_bg_f g_pt_10">
<view v-if="(!orderDetail.nextRecordId && !orderDetail.prevRecordId && isCreator) || (isCreator && orderDetail.nextRecordId)"> <!-- v-if="(!orderDetail.nextRecordId && !orderDetail.prevRecordId && isCreator) || (isCreator && orderDetail.nextRecordId)" -->
<view>
<g-panel-detail-item label="服务费" :value="setReturnFee(orderDetail.returnFee, orderDetail.returnFeeType)" /> <g-panel-detail-item label="服务费" :value="setReturnFee(orderDetail.returnFee, orderDetail.returnFeeType)" />
<g-panel-detail-item label="服务费详情" :value="orderDetail.returnFeeDesp" afterIcon="icon-gengduo11" @clickItem="goInfo(orderDetail.returnFeeDesp, '服务费详情', 'view')" /> <g-panel-detail-item label="服务费详情" :value="orderDetail.returnFeeDesp" afterIcon="icon-gengduo11" @clickItem="goInfo(orderDetail.returnFeeDesp, '服务费详情', 'view')" />
</view> </view>
<div v-if="(!orderDetail.nextRecordId && !orderDetail.prevRecordId) || orderDetail.prevRecordId || agencyId == orderDetail.agencyId"> <!-- <div v-if="(!orderDetail.nextRecordId && !orderDetail.prevRecordId) || orderDetail.prevRecordId || agencyId == orderDetail.agencyId">
<g-panel-detail-item :label="isCreator ? '代理费' : '代理费'" :value="setReturnFee(orderDetail.agencyReturnFee, orderDetail.agencyReturnFeeType)" afterIcon="icon-gengduo11" @clickItem="goInfo(orderDetail.agencyReturnFee / 100, '代理费', 'form', orderDetail.agencyReturnFeeType)" /> <g-panel-detail-item :label="isCreator ? '代理费' : '代理费'" :value="setReturnFee(orderDetail.agencyReturnFee, orderDetail.agencyReturnFeeType)" afterIcon="icon-gengduo11" @clickItem="goInfo(orderDetail.agencyReturnFee / 100, '代理费', 'form', orderDetail.agencyReturnFeeType)" />
<g-panel-detail-item :label="isCreator ? '代理费详情' : '代理费详情'" :value="orderDetail.agencyReturnFeeDesp" afterIcon="icon-gengduo11" @clickItem="goInfo(orderDetail.agencyReturnFeeDesp, '代理费详情', 'edit')" /> <g-panel-detail-item :label="isCreator ? '代理费详情' : '代理费详情'" :value="orderDetail.agencyReturnFeeDesp" afterIcon="icon-gengduo11" @clickItem="goInfo(orderDetail.agencyReturnFeeDesp, '代理费详情', 'edit')" />
</div> </div> -->
<g-panel-detail-item label="政策模式" v-if="isCreator" :value="orderDetail.zhengceTextShow" afterIcon="icon-gengduo11" @clickItem="handleOpenZhengceModal" from="zhengce-info" /> <!-- <g-panel-detail-item label="政策模式" v-if="isCreator" :value="orderDetail.zhengceTextShow" afterIcon="icon-gengduo11" @clickItem="handleOpenZhengceModal" from="zhengce-info" /> -->
<g-panel-detail-item label="报名备注" :value="orderDetail.desp" /> <g-panel-detail-item label="报名备注" :value="orderDetail.desp" />
<view class="g_h_15"></view> <view class="g_h_15"></view>
</view> </view>
@ -106,19 +107,27 @@
<view class="m-job"> <view class="m-job">
<view class="g_h_12"></view> <view class="g_h_12"></view>
<view class="link g_bg_f g_pt_10"> <view class="link g_bg_f g_pt_10">
<g-panel-detail-item label="报名企业" :value="orderDetail.storeName" /> <!-- <g-panel-detail-item label="报名企业" :value="orderDetail.storeName" /> -->
<g-panel-detail-item label="报名岗位" :value="orderDetail.storeJobName" fontWeight="bold" /> <g-panel-detail-item label="报名岗位" :value="orderDetail.storeJobName" fontWeight="bold" />
<g-panel-detail-item label="面试地址" :value="orderDetail.interviewAddress" afterIcon="icon-gengduo11" @clickItem="handleChooseAddressModal" />
<!-- 服务费 最上游或者不是管理人员不显示 orderDetail.nextRecordId为空 是最上游 --> <!-- 服务费 最上游或者不是管理人员不显示 orderDetail.nextRecordId为空 是最上游 -->
<!-- 代理费/服务费 最下游不显示 orderDetail.prevRecordId为空 是最下游 --> <!-- 代理费/服务费 最下游不显示 orderDetail.prevRecordId为空 是最下游 -->
<g-panel-detail-item label="驻场信息" v-if="orderDetail.prevRecordId || (!orderDetail.prevRecordId && !orderDetail.nextRecordId)" :value="orderDetail.totalZC || '-'" afterIcon="icon-gengduo11" @clickItem="handleOpenModal" from="resident-info" afterType="multi" @clickLabelBtn="handleClickLabelBtn(orderDetail.totalZC || '-')" labelSubStr="复制" />
<g-panel-detail-item label="驻场信息" v-else labelSubStr="复制" :value="orderDetail.totalZC || '-'" from="resident-info" afterType="multi" @clickLabelBtn="handleClickLabelBtn(orderDetail.totalZC || '-')" />
<!-- <g-panel-detail-item label="报名时间" :value="orderDetail.create_time" /> --> <!-- <g-panel-detail-item label="报名时间" :value="orderDetail.create_time" /> -->
<g-panel-detail-item label="其他信息" :value="orderDetail.interviewDesp" afterIcon="icon-gengduo11" @clickItem="goInfo(orderDetail.interviewDesp, '其他信息', 'edit')" />
<g-panel-detail-item label="职位说明" :value="orderDetail.employeeSalary" afterIcon="icon-gengduo11" @clickItem="goInfo(orderDetail.employeeSalary, '职位说明', 'edit')" /> <g-panel-detail-item label="职位说明" :value="orderDetail.employeeSalary" afterIcon="icon-gengduo11" @clickItem="goInfo(orderDetail.employeeSalary, '职位说明', 'edit')" />
<view class="g_h_15"></view> <view class="g_h_15"></view>
</view> </view>
</view> </view>
<view class="m-price">
<view class="g_h_12"></view>
<view class="link g_bg_f g_pt_10">
<g-panel-detail-item label="面试地址" :value="orderDetail.interviewAddress" afterIcon="icon-gengduo11" @clickItem="handleChooseAddressModal" />
<g-panel-detail-item label="驻场信息" v-if="orderDetail.prevRecordId || (!orderDetail.prevRecordId && !orderDetail.nextRecordId)" :value="orderDetail.totalZC || '-'" afterIcon="icon-gengduo11" @clickItem="handleOpenModal" from="resident-info" afterType="multi" @clickLabelBtn="handleClickLabelBtn(orderDetail.totalZC || '-')" labelSubStr="复制" />
<g-panel-detail-item label="驻场信息" v-else labelSubStr="复制" :value="orderDetail.totalZC || '-'" from="resident-info" afterType="multi" @clickLabelBtn="handleClickLabelBtn(orderDetail.totalZC || '-')" />
<g-panel-detail-item label="其他说明" :value="orderDetail.interviewDesp" afterIcon="icon-gengduo11" @clickItem="goInfo(orderDetail.interviewDesp, '其他信息', 'edit')" />
<view class="g_h_15"></view>
</view>
</view>
<!-- 企业信息 --> <!-- 企业信息 -->
<!-- <view class="m-boss"> <!-- <view class="m-boss">
<view class="g_h_10"></view> <view class="g_h_10"></view>

@ -115,9 +115,8 @@ export default {
}, },
onLoad() { onLoad() {
let that = this; let that = this;
let userInfo = uni.getStorageSync("apply-userinfo"); that.userinfo = uni.getStorageSync("apply-userinfo") || "";
this.showInvite = uni.getStorageSync("SHOW_INVITE_ALL") == 1 ? true : false; this.showInvite = uni.getStorageSync("SHOW_INVITE_ALL") == 1 ? true : false;
that.userinfo = userInfo;
this.getTeamList(); this.getTeamList();
}, },
onShow() { onShow() {
@ -133,7 +132,7 @@ export default {
that.G.Get(that.api.user_getTeamList, {}, (res) => { that.G.Get(that.api.user_getTeamList, {}, (res) => {
console.log("res", res); console.log("res", res);
res.forEach((item) => { res.forEach((item) => {
if (item.id == that.userinfo.user.agencyId) { if (item.id == uni.getStorageSync("apply-agencyId")) {
item.checked = true; item.checked = true;
} }
}); });
@ -206,6 +205,7 @@ export default {
title: "切换中...", title: "切换中...",
}); });
that.G.Get(that.api.user_toggleTeam + `/${item.id}`, {}, (res) => { that.G.Get(that.api.user_toggleTeam + `/${item.id}`, {}, (res) => {
uni.setStorageSync("apply-agencyId", item.id);
console.log("res", res); console.log("res", res);
that.G.checkTokenNew().then(() => { that.G.checkTokenNew().then(() => {
uni.hideLoading(); uni.hideLoading();

@ -151,7 +151,7 @@ let data = {
}); });
setTimeout(() => { setTimeout(() => {
uni.reLaunch({ uni.reLaunch({
url: '/pages/login/index?path=' + that.getPathCopy().path + '&level=' + that.getPathCopy().level url: '/pages/login/index?path=/' + that.getPathCopy().path + '&level=' + that.getPathCopy().level
}); });
}, 1500); }, 1500);
} else {// 其他异常 } else {// 其他异常

Loading…
Cancel
Save