diff --git a/api/job.js b/api/job.js index 3be1885..a74e299 100644 --- a/api/job.js +++ b/api/job.js @@ -30,18 +30,6 @@ let jobInfo = { new_job_list: '/yishoudan/custom/job/listV2', // 新职位列表 dao_job_list: '/yishoudan/store/job/platform/list', // 稻田职位列表 get_userViewJobList: "/assistant/custom/job/v2/userViewJobList",// 获取用户浏览的职位列表 - - - - job_myJobList: "/yishoudan/custom/job/list", // 我的职位列表 - status_num_list: "/yishoudan/order/helper/countStatusMap", // 各种状态数量 - task_list: "/yishoudan/order/helper/list", // 当前稍后列表 - yi_my_apply_list: '/yishoudan/common/order/list', // 一才我的报名列表 - person_dataValue: "/statistics/home",// 获取各种数据参数 - merchantManagement_userData: `/yishoudan/agency/teamsman/overview`, // 获取用户数据 - app_getPosterList:"/poster/getList",// 获取海报列表 - job_getUserListOfSameTeam: "/yishoudan/agency/group/user/getUserListOfSameTeam",// 新增简历-跟进人 - add_resume: "/yishoudan/user/applyClue/addRecord",// 简历报名 } export default jobInfo; \ No newline at end of file diff --git a/pages.json b/pages.json index 49d24aa..668dbe4 100644 --- a/pages.json +++ b/pages.json @@ -554,158 +554,6 @@ } } ] - }, - { - "root": "root/merchantManagement", - "pages": [ - { - "path": "teamManage", - "style": { - "backgroundColor": "#ededed", - "backgroundColorTop": "#ededed", - "backgroundColorBottom": "#ededed", - "navigationBarTitleText": "团队管理" - } - }, - { - "path": "addOrUpdataMember", - "style": { - "navigationBarTitleText": " ", - "backgroundColor": "#ededed", - "backgroundColorTop": "#ededed", - "backgroundColorBottom": "#ededed" - } - }, - { - "path": "memberApplyQRCode", - "style": { - "navigationBarTitleText": "添加成员", - "backgroundColor": "#ededed", - "backgroundColorTop": "#ededed", - "backgroundColorBottom": "#ededed" - } - }, - { - "path": "applyManage", - "style": { - "navigationBarTitleText": "新的成员", - "backgroundColor": "#ffffff", - "backgroundColorTop": "#ffffff", - "backgroundColorBottom": "#ffffff" - } - }, - { - "path": "memberApplyAdd", - "style": { - "navigationBarTitleText": "加入团队", - "backgroundColor": "#ededed", - "backgroundColorTop": "#ededed", - "backgroundColorBottom": "#ededed" - } - }, - { - "path": "todayData", - "style": { - "backgroundColor": "#ededed", - "backgroundColorTop": "#ededed", - "backgroundColorBottom": "#ededed", - "navigationBarTitleText": "团队数据" - } - }, - { - "path": "watchedMe", - "style": { - "backgroundColor": "#ededed", - "backgroundColorTop": "#ededed", - "backgroundColorBottom": "#ededed", - "navigationBarTitleText": "谁看过我" - } - }, - { - "path": "merchantManagement", - "style": { - "backgroundColor": "#ededed", - "backgroundColorTop": "#ededed", - "backgroundColorBottom": "#ededed", - "navigationBarTitleText": "工作台" - // "navigationStyle": "custom" - } - }, - { - "path": "platformJobList", - "style": { - "backgroundColor": "#ededed", - "backgroundColorTop": "#ededed", - "backgroundColorBottom": "#ededed", - "navigationBarTitleText": "平台职位" - // "navigationStyle": "custom" - } - }, - { - "path": "relationUs", - "style": { - "backgroundColor": "#ededed", - "backgroundColorTop": "#ededed", - "backgroundColorBottom": "#ededed", - "navigationBarTitleText": "联系我们" - // "navigationStyle": "custom" - } - }, - { - "path": "dynamicNotice", - "style": { - "backgroundColor": "#ededed", - "backgroundColorTop": "#ededed", - "backgroundColorBottom": "#ededed", - "navigationBarTitleText": "动态公告" - // "navigationStyle": "custom" - } - }, - { - "path": "setting", - "style": { - "backgroundColor": "#ededed", - "backgroundColorTop": "#ededed", - "backgroundColorBottom": "#ededed", - "navigationBarTitleText": "职位配置" - // "navigationStyle": "custom" - } - }, - { - "path": "posterShare", - "style": { - "navigationBarTitleText": "海报分享" - } - }, - { - "path": "jobForm", - "style": { - "backgroundColor": "#ededed", - "backgroundColorTop": "#ededed", - "backgroundColorBottom": "#ededed", - "navigationBarTitleText": "发布职位" - } - }, - { - "path": "message", - "style": { - "backgroundColor": "#ededed", - "backgroundColorTop": "#ededed", - "backgroundColorBottom": "#ededed", - "navigationBarTitleText": "加入团队" - } - }, - { - "path": "child/jobLabels", - "style": { - "backgroundColor": "#ededed", - "backgroundColorTop": "#ededed", - "backgroundColorBottom": "#ededed", - "navigationBarTitleText": "职位标签", - "navigationStyle": "custom" - } - } - ] } ], "globalStyle": { diff --git a/pages/person/index.vue b/pages/person/index.vue index ca9388a..691b0e8 100644 --- a/pages/person/index.vue +++ b/pages/person/index.vue @@ -92,7 +92,7 @@ :list="[ { icon: 'icon-tuandui1', - label: '团队管理', + label: '团队管理', result: agencyInfo.fullName || agencyInfo.agencyName || '设置企业信息', path: '/root/person/teamManage', pRow: 12, @@ -120,26 +120,19 @@ @clickItem="goPage('/root/person/set')" /> - - - 商家管理后台 - - - + - - - - - 豫ICP备2025146744号 - - - + + + 豫ICP备2025146744号 + + + @@ -531,7 +524,7 @@ export default { } else { that.isHaveInvite = false; } - }, + } ); }, getWaitNum() { @@ -548,7 +541,7 @@ export default { (res) => { that.waitNum_ups = res.total; that.getDetail(); - }, + } ); }, getDetail() { @@ -596,7 +589,7 @@ export default { }, ]; } - }, + } ); } }, @@ -799,7 +792,7 @@ export default { }, ]; } - }, + } ); }, getCompanyInfo() { @@ -813,7 +806,7 @@ export default { (res) => { // console.log("item.", res); that.userNum = res; - }, + } ); }, getNum() { diff --git a/root/components/applyFlow.vue b/root/components/applyFlow.vue index f6a9c5a..4aa7d19 100644 --- a/root/components/applyFlow.vue +++ b/root/components/applyFlow.vue @@ -127,7 +127,7 @@ export default { return {}; }, }, - // 被邀请方的代理信息 + // 邀请方的代理信息 shareAgencyId: { type: String, default: "", diff --git a/root/detail/fellow copy.vue b/root/detail/fellow copy.vue deleted file mode 100644 index f2f60b9..0000000 --- a/root/detail/fellow copy.vue +++ /dev/null @@ -1,500 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - 我已阅读并同意 - 《用户服务协议》 - 及 - 《隐私政策》 - - - - - - - - - - - - - - - - - diff --git a/root/detail/fellow.vue b/root/detail/fellow.vue index 80f2818..f2f60b9 100644 --- a/root/detail/fellow.vue +++ b/root/detail/fellow.vue @@ -1,43 +1,6 @@ - - - - - - - - - - - - - 职位信息 - - - - - - - 简历分配 - - - - + + - - - - + + + - + + + + + + + + 我已阅读并同意 + 《用户服务协议》 + 及 + 《隐私政策》 + + - - + + - - - 跟进人选择 - - - - {{ item.aliasName || item.userName || item.tel }} - - - - - - - - - - - + diff --git a/components/AiApply.vue b/root/home/components/AiApply.vue similarity index 100% rename from components/AiApply.vue rename to root/home/components/AiApply.vue diff --git a/root/home/quickApplication copy.vue b/root/home/quickApplication copy.vue index fdb7cf6..8aa0280 100644 --- a/root/home/quickApplication copy.vue +++ b/root/home/quickApplication copy.vue @@ -101,7 +101,7 @@ - - diff --git a/root/merchantManagement/applyManage.vue b/root/merchantManagement/applyManage.vue deleted file mode 100644 index 95c8dce..0000000 --- a/root/merchantManagement/applyManage.vue +++ /dev/null @@ -1,118 +0,0 @@ - - - - - {{ index == "near" ? "近三天" : "三天前" }} - - - - - - - - - {{ i.applyUsername }} - - - {{ i.userName }} - - - - 已过期 - 已通过 - 已拒绝 - - - - - - - - - - - - - - - - - - diff --git a/root/merchantManagement/child/jobLabels.vue b/root/merchantManagement/child/jobLabels.vue deleted file mode 100644 index d6609a8..0000000 --- a/root/merchantManagement/child/jobLabels.vue +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - - 取消 - - - 确定 - - - - - - - 模拟选中标签 - - - - - - 全部标签 - - - - - {{item.name}} - - - + - 新建标签 - - - - - - - 新建标签 - - - - - - - - - - - \ No newline at end of file diff --git a/root/merchantManagement/child/jobList.vue b/root/merchantManagement/child/jobList.vue deleted file mode 100644 index 304e493..0000000 --- a/root/merchantManagement/child/jobList.vue +++ /dev/null @@ -1,229 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/root/merchantManagement/child/resumeNew.vue b/root/merchantManagement/child/resumeNew.vue deleted file mode 100644 index be76c9b..0000000 --- a/root/merchantManagement/child/resumeNew.vue +++ /dev/null @@ -1,656 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/root/merchantManagement/child/tools.vue b/root/merchantManagement/child/tools.vue deleted file mode 100644 index d580a5f..0000000 --- a/root/merchantManagement/child/tools.vue +++ /dev/null @@ -1,208 +0,0 @@ - - - - - - - - - diff --git a/root/merchantManagement/child/workbench.vue b/root/merchantManagement/child/workbench.vue deleted file mode 100644 index 0abfc6d..0000000 --- a/root/merchantManagement/child/workbench.vue +++ /dev/null @@ -1,430 +0,0 @@ - - - - - - - - {{ i.num || 0 }} - - - {{ i.label || "-" }} - - - - - - - - - - - {{ map.agencyData[i.type] || 0 }} - - - {{ i.label || "-" }} - - - - - - - - {{ hasNewResume }} - - - - - - 当前工单 - 全部 - - - - - {{ i.num || 0 }} - - - {{ i.name || "" }} - - - - - - - - - - - - - - diff --git a/root/merchantManagement/dynamicNotice.vue b/root/merchantManagement/dynamicNotice.vue deleted file mode 100644 index c47616d..0000000 --- a/root/merchantManagement/dynamicNotice.vue +++ /dev/null @@ -1,124 +0,0 @@ - - - - 预览 - - - - - - - - - 公告内容 - - - - - - - - - - - - - diff --git a/root/merchantManagement/jobForm.vue b/root/merchantManagement/jobForm.vue deleted file mode 100644 index f7fe00e..0000000 --- a/root/merchantManagement/jobForm.vue +++ /dev/null @@ -1,1277 +0,0 @@ - - - - - - 职位名称 - * - - - - - - - - 员工薪资 - * - - - - - {{ item.text }} - - - - - - - - {{ currentPrice.suffix }} - - - - - {{ currentPrice.pre }} - - - - {{ currentPrice.suffix }} - - - - - - 性别年龄 - * - - - - - {{ item.text }} - - - - - - - - - - - - {{ ageHandler || "请选择年龄" }} - 岁 - - - - - - - 男 - - - {{ manAgeHandler || "请选择年龄" }} - - 岁 - - - 女 - - - {{ womanAgeHandler || "请选择年龄" }} - - 岁 - - - - - 职位标签 - - - 请添加职位标签 - - - - - - - - 驻场信息 - - - - - {{ item.userName }} - - - - - 请选择驻场信息 - - - - - - - 招聘企业 - * - - - - - - - - 企业地址 - * - - - - {{ formInfo.storeAddr }} - 请选择企业地址 - - - - - - - 代理费 - * - - - - - {{ item.text }} - - - - - - - - {{ serviceFee.list[formInfo.returnFeeType].suffix }} - - - - - {{ serviceFee.list[formInfo.returnFeeType].pre }} - - - - - - 代理费详情 - * - - - - - - - - 政策模式 - * - - - 政策一 - - - - - - - 职位描述 - - - - - - - - - - - - - 添加图片 - - - - - - - - - - - - - - - - - - - - 选择驻场 - - - - {{ item.userName }} - - - - - - - - 确定 - - - - - 选择政策 - - - - {{ item.name }} - - - - - - - - - - - - - - - - - - - - diff --git a/root/merchantManagement/memberApplyAdd.vue b/root/merchantManagement/memberApplyAdd.vue deleted file mode 100644 index 3b6e32d..0000000 --- a/root/merchantManagement/memberApplyAdd.vue +++ /dev/null @@ -1,129 +0,0 @@ - - - - 「{{ agencyInfo.inviteUserName || "-" }}」邀请您加入他的团队: - - - - {{ agencyInfo.fullName || "-" }} - - - {{ agencyInfo.desp || "-" }} - - - - 填写个人信息: - - - - 该名称会在团队成员列表显示,创建人可以修改。 - - - - - - - - - - - - diff --git a/root/merchantManagement/memberApplyQRCode lod.vue b/root/merchantManagement/memberApplyQRCode lod.vue deleted file mode 100644 index 1ce8725..0000000 --- a/root/merchantManagement/memberApplyQRCode lod.vue +++ /dev/null @@ -1,513 +0,0 @@ - - - - - - - - - - - - - - - {{ agencyName }} - 今日更新职位{{ recommendList.jobUpdateNum }} - - - - - - - - {{ recommendList.jobNum }} - 总职位 - - - {{ recommendList.recruitmentJobNum.toString() }} - 在招数 - - - {{ recommendList.downNum }} - 粉丝数 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/root/merchantManagement/memberApplyQRCode.vue b/root/merchantManagement/memberApplyQRCode.vue deleted file mode 100644 index f809165..0000000 --- a/root/merchantManagement/memberApplyQRCode.vue +++ /dev/null @@ -1,553 +0,0 @@ - - - - - - 长按图片转发给微信好友 - - - - - - - - - - - - {{ agencyName }} - 今日更新职位{{ recommendList.jobUpdateNum }} - - - - - - - - {{ recommendList.jobNum }} - 总职位 - - - {{ recommendList.recruitmentJobNum.toString() }} - 在招数 - - - {{ recommendList.downNum }} - 粉丝数 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/root/merchantManagement/merchantManagement.vue b/root/merchantManagement/merchantManagement.vue deleted file mode 100644 index 9700d72..0000000 --- a/root/merchantManagement/merchantManagement.vue +++ /dev/null @@ -1,173 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/root/merchantManagement/message copy.vue b/root/merchantManagement/message copy.vue deleted file mode 100644 index 9b252d7..0000000 --- a/root/merchantManagement/message copy.vue +++ /dev/null @@ -1,231 +0,0 @@ - - - - - - - - - - - - - - - - {{ item.title }} - - {{ item.pubTime || "-" }} - - - {{ item.remark || "[图片]" }} - - - - - - - - - - - diff --git a/root/merchantManagement/message.vue b/root/merchantManagement/message.vue deleted file mode 100644 index cfdc4b2..0000000 --- a/root/merchantManagement/message.vue +++ /dev/null @@ -1,168 +0,0 @@ - - - - - 「{{ agencyInfo.inviteUserName || "-" }}」邀请您加入他的团队: - - - - {{ agencyInfo.fullName || "-" }} - - - {{ agencyInfo.desp || "-" }} - - - - 填写个人信息: - - - - 该名称会在团队成员列表显示,创建人可以修改。 - - - - - - - - - 二维码已过期 - - - - - - - - diff --git a/root/merchantManagement/platformJobList.vue b/root/merchantManagement/platformJobList.vue deleted file mode 100644 index 2f7c190..0000000 --- a/root/merchantManagement/platformJobList.vue +++ /dev/null @@ -1,178 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/root/merchantManagement/posterShare.vue b/root/merchantManagement/posterShare.vue deleted file mode 100644 index 0f13f0b..0000000 --- a/root/merchantManagement/posterShare.vue +++ /dev/null @@ -1,327 +0,0 @@ - - - - - - - - - - - - {{ miniAppInfo.fullName || miniAppInfo.agencyName }} - - - {{ miniAppInfo.slogan || "全心全意为老乡服务" }} - - - - - - - - - - - - - - - - - - - - - - - - - {{ miniAppInfo.fullName || miniAppInfo.agencyName }} - - - {{ miniAppInfo.slogan || "全心全意为老乡服务" }} - - - - - - - - - - - - - - - - - - - - diff --git a/root/merchantManagement/relationUs.vue b/root/merchantManagement/relationUs.vue deleted file mode 100644 index cbbaadc..0000000 --- a/root/merchantManagement/relationUs.vue +++ /dev/null @@ -1,169 +0,0 @@ - - - - - 预览: - - 联系我们 - 联系人: {{ submitInfo.contactUserName || "-" }} - 联系电话: {{ submitInfo.contactTel || "-" }} - - 长按识别二维码 - - - - - - - - - - - - - - - - - - diff --git a/root/merchantManagement/setting.vue b/root/merchantManagement/setting.vue deleted file mode 100644 index c142444..0000000 --- a/root/merchantManagement/setting.vue +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - - - 同步平台职位 - - - - - 打开开关后, 系统会实时同步一次,然后系统会每天在23:00自动同步平台上最近上新的职位。 - - - - - - - - - - - - - diff --git a/root/merchantManagement/teamManage.vue b/root/merchantManagement/teamManage.vue deleted file mode 100644 index ca71092..0000000 --- a/root/merchantManagement/teamManage.vue +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - - - - - 新的成员 - 您有{{ applyNum }}条申请等待审核 - - - - - - - - - - {{ item.aliasName || item.userName }} - {{ i }} - - - {{ item.tel }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 手动填写信息 - 微信分享邀请 - - - 取消 - - - - - - - - diff --git a/root/merchantManagement/todayData.vue b/root/merchantManagement/todayData.vue deleted file mode 100644 index f36d8c8..0000000 --- a/root/merchantManagement/todayData.vue +++ /dev/null @@ -1,441 +0,0 @@ - - - - - - - - 今日 - 本周 - 本月 - (dropdownShow = e)"> - - {{ dateType || "更多" }} - - - {{ item.name }} - - - - - (customDateShow = e)" width="calc(100vw - 48rpx)"> - - 自定义 - - - - - {{ !!startTime ? startTime : "----" }} - - - - - - {{ !!endTime ? endTime : "----" }} - - - - - - - - - - 姓名 - - 用户 - 活跃 - 报名 - 约面 - 到面 - 通过 - 入职 - - 在职 - - - - - - 其他 - {{ globalData.userNum || 0 }} - {{ globalData.activeUserNum || 0 }} - {{ globalData.applyClueNum || 0 }} - {{ globalData.signUps || 0 }} - {{ globalData.arrived || 0 }} - {{ globalData.passed || 0 }} - {{ globalData.entry || 0 }} - {{ globalData.obJob || 0 }} - - - {{ index * 1 + 1 + " " }}{{ item.aliasName || item.agencyTeamName }} - {{ item.userNum }} - {{ item.activeUserNum }} - {{ item.applyClueNum }} - {{ item.signUps }} - {{ item.arrived }} - {{ item.passed }} - {{ item.entry }} - {{ item.obJob }} - - - - 总计 - {{ globalData.userNum + totalObj.userNum }} - {{ globalData.activeUserNum + totalObj.activeUserNum }} - {{ globalData.applyClueNum + totalObj.applyClueNum }} - {{ totalObj.signUps }} - {{ totalObj.arrived }} - {{ totalObj.passed }} - {{ totalObj.entry }} - {{ totalObj.obJob }} - - - - - - - - diff --git a/root/merchantManagement/utils/commonSub.js b/root/merchantManagement/utils/commonSub.js deleted file mode 100644 index bf0af00..0000000 --- a/root/merchantManagement/utils/commonSub.js +++ /dev/null @@ -1,72 +0,0 @@ - -let data = { - /** - * canvas绘图 start - */ - /** - * 文字绘制 - */ - fillTextLineBreak (ctx, text, x, y, lw, lh, color = "#333", font = "32", weight = "500") { - // , align = "center" - var i = 0; - var n = 0; - var r = -1; - // var initHeight = 0; - ctx.font = weight + " " + font + "px Arial"; //字体大小 - ctx.fillStyle = color; //字体颜色 - // ctx.textBaseline = align; - // ctx.textAlign = align; - while (i < text.length) { - while (ctx.measureText(text.substring(n, i)).width < lw && i < text.length) { - i++; - } - r++; - ctx.fillText(text.substring(n, i), x, y + lh * r); - n = i; - } - }, - /** - * 背景图绘制 - */ - roundRect (ctx, img, bg_x, bg_y, bg_w, bg_h, bg_r) { - // 开始绘制 - ctx.save(); - ctx.beginPath(); - ctx.arc(bg_x + bg_r, bg_y + bg_r, bg_r, Math.PI, Math.PI * 1.5); - ctx.arc(bg_x + bg_w - bg_r, bg_y + bg_r, bg_r, Math.PI * 1.5, Math.PI * 2); - ctx.arc(bg_x + bg_w - bg_r, bg_y + bg_h - bg_r, bg_r, 0, Math.PI * 0.5); - ctx.arc(bg_x + bg_r, bg_y + bg_h - bg_r, bg_r, Math.PI * 0.5, Math.PI); - ctx.clip(); - ctx.drawImage(img, bg_x, bg_y, bg_w, bg_h); - // 恢复之前保存的绘图上下文 - ctx.restore(); - }, - roundRect_yuan (ctx, x, y, size) { - // 开始绘制 - ctx.save(); // 保存 - ctx.beginPath(); // 开始绘制 - // ctx.arc(100, 75, 50, 0, 2 * Math.PI) - ctx.arc(size / 2 + x, size / 2 + y, size / 2, 0, Math.PI * 2, false); - ctx.clip(); - // 恢复之前保存的绘图上下文 - ctx.restore(); - }, - - roundRect1 (ctx, x, y, w, h, r, color) { - //绘制圆角矩形(无填充色)) - ctx.save(); - ctx.fillStyle = color; - ctx.strokeStyle = color; - ctx.lineJoin = "round"; //交点设置成圆角 - ctx.lineWidth = r; - ctx.strokeRect(x + r / 2, y + r / 2, w - r, h - r); - ctx.fillRect(x + r, y + r, w - r * 2, h - r * 2); - ctx.stroke(); - ctx.closePath(); - }, - /** - * canvas绘图 end - */ -} - -export default data; diff --git a/root/merchantManagement/watchedMe.vue b/root/merchantManagement/watchedMe.vue deleted file mode 100644 index b511599..0000000 --- a/root/merchantManagement/watchedMe.vue +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - {{ item.userName || "-" }} - - - {{ item.tel || "-" }} - - - - 最后访问时间: - {{ item.lastViewTime || "-" }} - - - - - - - 加载中... - - 上划加载更多 - 数据加载完了 - - - - - - - - 职位查看记录-{{ currentUser.userName + "(" + currentUser.tel + ")" }} - - - - - {{ item.jobName }} - - - {{ item.viewTimeStr }} - - - - {{ item.cus_price }} - - {{ item.gender + item.age }} - - - - - - - - 加载中... - - - - - - - - - - - - - diff --git a/uni_modules/rh-ui/components/rh-form-slot/rh-form-slot.vue b/uni_modules/rh-ui/components/rh-form-slot/rh-form-slot.vue index dbb7200..03c137b 100644 --- a/uni_modules/rh-ui/components/rh-form-slot/rh-form-slot.vue +++ b/uni_modules/rh-ui/components/rh-form-slot/rh-form-slot.vue @@ -238,13 +238,13 @@ - + - + diff --git a/utils/ajax.js b/utils/ajax.js index 222d12f..b7c23a6 100644 --- a/utils/ajax.js +++ b/utils/ajax.js @@ -109,7 +109,7 @@ let data = { // console.log("公共参数,+++++", Object.assign($parmas, that.setPublicParams())); uni.getNetworkType({ success: function (res) { - console.log('resresresres networkType', res); + console.log('resresresres networkType',res); if (res.networkType !== 'none') { uni.request({ url: ajaxUrl + $url,