From a009f59346369fa51aa61eac44ad7d57fca441e3 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Wed, 10 Dec 2025 14:57:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/AiApply.vue | 32 +- components/button.vue | 327 --------------------- components/empty.vue | 51 ---- components/list/apply.vue | 12 +- components/list/applyPage.vue | 26 +- components/list/job.vue | 28 +- components/myMain.vue | 60 ++-- components/panel/formSlot.vue | 2 +- components/panel/time.vue | 4 +- components/unloginInfo.vue | 2 +- main.js | 16 +- .../conversation-list/conversation-item.vue | 2 +- .../pages/Conversation/conversation-list/index.vue | 2 +- pages/home/child/filter.vue | 4 +- pages/home/index.vue | 9 +- pages/home/order copy.vue | 6 +- pages/home/order.vue | 4 +- pages/person/index.vue | 2 +- root/bind/applyList.vue | 2 +- root/bind/fensi.vue | 6 +- root/bind/inviteList.vue | 2 +- root/bind/more.vue | 2 +- root/bind/myMain copy.vue | 10 +- root/bind/myMain.vue | 14 +- root/bind/order.vue | 2 +- root/bind/search.vue | 10 +- root/bind/view.vue | 2 +- root/components/applyFlow.vue | 4 +- root/detail/apply.vue | 10 +- root/detail/fellow.vue | 4 +- root/detail/job copy.vue | 2 +- root/detail/job.vue | 6 +- root/detail/jobDesp.vue | 8 +- root/detail/myMain.vue | 4 +- root/detail/user copy.vue | 2 +- root/detail/user.vue | 4 +- root/detail/userShare copy.vue | 22 +- root/detail/userShare.vue | 22 +- root/home/applicationSuccess.vue | 4 +- root/home/components/AiApply.vue | 4 +- root/home/editTownsman.vue | 4 +- root/home/jobForm.vue | 6 +- root/home/quickApplication copy.vue | 2 +- root/home/quickApplication.vue | 2 +- root/home/shareJob.vue | 2 +- root/home/shareList.vue | 2 +- root/other/city.vue | 4 +- root/person/account.vue | 6 +- root/person/addOrUpdataMember.vue | 2 +- root/person/admin.vue | 2 +- root/person/applyManage.vue | 4 +- root/person/change.vue | 2 +- root/person/changeUser.vue | 4 +- root/person/feedback.vue | 2 +- root/person/feedbackList.vue | 2 +- root/person/group.vue | 2 +- root/person/inviteFollowMe.vue | 14 +- root/person/inviteFollowSuccess.vue | 10 +- root/person/loginIndex.vue | 4 +- root/person/marge.vue | 22 +- root/person/memberApplyAdd.vue | 6 +- root/person/memberApplyQRCode.vue | 10 +- root/person/message.vue | 2 +- root/person/myOrder.vue | 2 +- root/person/order.vue | 6 +- root/person/orderEdit.vue | 4 +- root/person/pwdForget.vue | 2 +- root/person/pwdForget1.vue | 2 +- root/person/pwdLogin.vue | 2 +- root/person/set.vue | 8 +- root/person/teamManage.vue | 8 +- .../rh-ui/components/rh-button/rh-button.vue | 56 ++-- .../rh-login-false-list/rh-login-false-list.vue | 2 +- .../components/rh-unlogininfo/rh-unlogininfo.vue | 2 +- 74 files changed, 273 insertions(+), 672 deletions(-) delete mode 100644 components/button.vue delete mode 100644 components/empty.vue diff --git a/components/AiApply.vue b/components/AiApply.vue index 81a6ddb..b7af922 100644 --- a/components/AiApply.vue +++ b/components/AiApply.vue @@ -11,10 +11,10 @@ - + - + @@ -57,14 +57,14 @@ export default { methods: { openCore(respons) { - console.log("open sse:", respons); + // console.log("open sse:", respons); }, errorCore(err) { - console.log("error sse:", err); + // console.log("error sse:", err); }, messageCore(msg) { let that = this; - console.log("message sse:", msg); + // console.log("message sse:", msg); if (msg.event == "Done") { clearInterval(that.timer); that.ailoading = false; @@ -78,7 +78,7 @@ export default { getAiToken() { let that = this; that.G.Get("/yishoudan/common/structure/getConfig", {}, (res) => { - console.log("res", res); + // console.log("res", res); that.aiConfig = { token: res.token, id: res.workflowId, @@ -87,13 +87,13 @@ export default { }, uploadPhoto($sourceType) { let that = this; - console.log("$sourceType", $sourceType); + // console.log("$sourceType", $sourceType); uni.chooseImage({ count: 1, //默认9 sizeType: ["original"], //可以指定是原图还是压缩图,默认二者都有 sourceType: [$sourceType], //album 从相册选图,camera 使用相机 success: function (res) { - console.log("选取文件数据:", res); + // console.log("选取文件数据:", res); that.uploadCozeFile(res.tempFilePaths[0]); }, }); @@ -113,12 +113,12 @@ export default { }, formData: {}, success: function (res) { - console.log("文件", res); + // console.log("文件", res); let data = JSON.parse(res.data); that.appCoze(data.data.id); }, fail: function (err) { - console.log(err); + // console.log(err); }, }); }, @@ -128,9 +128,9 @@ export default { count: 1, type: "image", success(res) { - console.log("resresresresresres", res); + // console.log("resresresresresres", res); if (res.errMsg == "chooseMessageFile:ok") { - console.log("res", res); + // console.log("res", res); that.uploadCozeFile(res.tempFiles[0].path); } }, @@ -143,7 +143,7 @@ export default { } else { uni.getClipboardData({ success(res) { - console.log(res); + // console.log(res); if (res.data) { that.aitext = res.data; } else { @@ -166,7 +166,7 @@ export default { let that = this; const finalData = JSON.parse(parsed.content); if (finalData) { - console.log("解析后的用户信息:", finalData); + // console.log("解析后的用户信息:", finalData); let info = { idCard: finalData.idcard, address: finalData.address, @@ -207,13 +207,13 @@ export default { that.timer = setInterval(() => { that.defaultPercent = that.defaultPercent < 15 ? (that.defaultPercent = 15) : that.defaultPercent + 3; - // console.log('12313123123123123') + // // console.log('12313123123123123') if (that.defaultPercent >= 99) { clearInterval(that.timer); } }, 150); that.timer1 = setTimeout(() => { - console.log("5687678678678678678"); + // console.log("5687678678678678678"); that.ailoading = false; clearInterval(that.timer); // setLoading() diff --git a/components/button.vue b/components/button.vue deleted file mode 100644 index fdaab4a..0000000 --- a/components/button.vue +++ /dev/null @@ -1,327 +0,0 @@ - - - - - diff --git a/components/empty.vue b/components/empty.vue deleted file mode 100644 index 9be65c4..0000000 --- a/components/empty.vue +++ /dev/null @@ -1,51 +0,0 @@ - - - - - \ No newline at end of file diff --git a/components/list/apply.vue b/components/list/apply.vue index 086ab87..a614ea8 100644 --- a/components/list/apply.vue +++ b/components/list/apply.vue @@ -7,7 +7,7 @@ - + @@ -34,7 +34,7 @@ - + @@ -123,15 +123,15 @@ export default { watch: {}, created() { this.tabbarHeight = uni.getStorageSync("TABBAR_HEIGHT"); - console.log("this.tabbarHeight", this.tabbarHeight); + // console.log("this.tabbarHeight", this.tabbarHeight); }, mounted() {}, // 组件方法 methods: { reachBottom() { let that = this; - console.log(123123); - console.log("that.query", that.query); + // console.log(123123); + // console.log("that.query", that.query); this.G.isLogin(); if (this.G.isLogin()) { if (that.query.isFinish == -1 || that.query.isFinish == that.query.size) { @@ -154,7 +154,7 @@ export default { }); }, goTel($item) { - console.log($item); + // console.log($item); if ($item) { uni.makePhoneCall({ phoneNumber: $item, diff --git a/components/list/applyPage.vue b/components/list/applyPage.vue index ef3dd26..f5eefe3 100644 --- a/components/list/applyPage.vue +++ b/components/list/applyPage.vue @@ -187,12 +187,12 @@ export default { // }, 200); } - console.log(123123123); + // console.log(123123123); }, watch: { status: { handler(val) { - console.log("valvalvalval", val); + // console.log("valvalvalval", val); if (!this.hasRequested && val !== -1) { this.query.page = 1; this.menuActive = val; @@ -206,7 +206,7 @@ export default { }, created() { let that = this; - console.log(4567456456); + // console.log(4567456456); // 导航栏高度信息 that.navInfo = that.G.getNavInfo(); if (uni.getStorageSync("apply-supplierAccount") == 1) { @@ -223,7 +223,7 @@ export default { that.tabActive = 0; } that.isLogin = uni.getStorageSync("apply-token") ? true : false; - console.log("that.isLogin", that.isLogin); + // console.log("that.isLogin", that.isLogin); that.loginInfo = uni.getStorageSync("apply-userinfo"); // this.getList(); @@ -273,7 +273,7 @@ export default { }, getList($type = "init") { let that = this; - console.log("是否登录", that.isLogin); + // console.log("是否登录", that.isLogin); if (!that.isLogin) { return false; } @@ -289,7 +289,7 @@ export default { statusStr: that.tabInfo[that.tabActive].childList[that.menuActive].tip, }, (res) => { - console.log("res", res); + // console.log("res", res); // return if (res.recordCount == 0) { that.loading = false; @@ -349,7 +349,7 @@ export default { ); }, goTel($item) { - console.log($item); + // console.log($item); if ($item) { uni.makePhoneCall({ phoneNumber: $item, @@ -360,7 +360,7 @@ export default { let that = this; if (that.isLogin) { that.G.Get(that.api.user_getGZHstatus, { type: "BMZS" }, (res) => { - console.log(res); + // console.log(res); that.GZHInfo = res; }); } @@ -379,7 +379,7 @@ export default { // 一级tab切换 handleUpdateTab(e) { let that = this; - console.log("e", e); + // console.log("e", e); this.tabActive = e; this.menuActive = 0; this.menuList = this.tabInfo[this.tabActive].childList; @@ -393,7 +393,7 @@ export default { // 二级tab切换 handleUpdateMenu($item, $index) { let that = this; - console.log("$item", $item); + // console.log("$item", $item); this.menuActive = $item; this.loading = true; this.speed = -1; @@ -405,8 +405,8 @@ export default { }, getSearch(type) { let that = this; - console.log("typetypetype", type); - console.log("getSearch", that.keyword); + // console.log("typetypetype", type); + // console.log("getSearch", that.keyword); if (type == "clear" && !that.keyword) { that.getList(); } else if (type == "search") { @@ -415,7 +415,7 @@ export default { }, goDetail($item, $index) { let that = this; - console.log("$item", $item); + // console.log("$item", $item); // return uni.navigateTo({ // url: "/root/detail/apply?id=" + $item.id + "&type=" + (that.tabActive + 1), diff --git a/components/list/job.vue b/components/list/job.vue index 20a8618..9727748 100644 --- a/components/list/job.vue +++ b/components/list/job.vue @@ -119,7 +119,7 @@ - + @@ -189,7 +189,7 @@ export default { // 计算属性 computed: { status() { - console.log("this.query", this.query); + // console.log("this.query", this.query); if (this.query.isFinish >= 0 && this.query.isFinish < this.query.size) { return "nomore"; } else { @@ -297,7 +297,7 @@ export default { list: { handler(val) { this.jobArray = val; - console.log("this.jobArrayval", this.jobArray); + // console.log("this.jobArrayval", this.jobArray); this.appInfo = uni.getStorageSync("miniApp-info"); if (uni.getStorageSync("apply-token")) { @@ -325,7 +325,7 @@ export default { let that = this; that.defaultLogo = uni.getStorageSync("miniApp-info").logo; this.jobArray = this.list; - console.log("this.jobArray", this.jobArray); + // console.log("this.jobArray", this.jobArray); }, methods: { tobeAgencyToast() { @@ -359,7 +359,7 @@ export default { }); }, handleCard($item) { - console.log("$item", $item); + // console.log("$item", $item); let that = this; if (that.from == "record") { uni.$emit("changeJobInfo", { info: $item }); @@ -394,7 +394,7 @@ export default { this.getCode((res) => { uni.setStorageSync("apply-code", res); that.jid = $item.id; - console.log("that.jid", that.jid); + // console.log("that.jid", that.jid); that.popApply.isShow = true; }); }, @@ -404,7 +404,7 @@ export default { callback(wxRes.code); }, fail(res) { - console.log(res); + // console.log(res); }, }); }, @@ -425,8 +425,8 @@ export default { tel: e.tel, jobId: that.jid, }; - console.log('uni.getStorageSync("AGENCY_ID")', uni.getStorageSync("AGENCY_ID")); - console.log('uni.getStorageSync("userinfo")', uni.getStorageSync("apply-userinfo")); + // console.log('uni.getStorageSync("AGENCY_ID")', uni.getStorageSync("AGENCY_ID")); + // console.log('uni.getStorageSync("userinfo")', uni.getStorageSync("apply-userinfo")); return; if (uni.getStorageSync("AGENCY_ID") == uni.getStorageSync("apply-userinfo").user.agencyId) { params.agencyUserId = uni.getStorageSync("apply-userinfo").user.id; @@ -443,10 +443,10 @@ export default { }, recruitmentChange($e, $item) { let that = this; - console.log($e); - console.log($item); + // console.log($e); + // console.log($item); this.G.Get(this.api.update_job_recruitment + "/" + $item.id, { recruitment: $e ? 1 : 2 }, (res) => { - console.log("res", res); + // console.log("res", res); // that.$emit("updateList"); }); }, @@ -495,7 +495,7 @@ export default { success(res) { if (res.confirm) { that.G.Post(that.api.job_delJob + "/" + that.jid, {}, (res) => { - console.log(res); + // console.log(res); that.$emit("updateList"); that.popApply.isShow = false; }); @@ -511,7 +511,7 @@ export default { this.popApply.isShow = false; }, showConfig(_item) { - console.log(_item); + // console.log(_item); this.jid = _item.id; this.popApply.isShow = true; }, diff --git a/components/myMain.vue b/components/myMain.vue index edf6426..534f287 100644 --- a/components/myMain.vue +++ b/components/myMain.vue @@ -75,17 +75,17 @@ - - + + - + - - + + @@ -165,15 +165,15 @@ export default { lifetimes: { // 组件生命周期函数,在组件实例被从页面节点树移除时执行 detached() { - console.log("detacheddetacheddetacheddetacheddetached"); + // console.log("detacheddetacheddetacheddetacheddetached"); uni.removeStorageSync("poster_img"); }, }, watch: { shareJobImg(newValue, oldValue) { - console.log("shareJobImg123", newValue); + // console.log("shareJobImg123", newValue); if (newValue) { - console.log("shareJobImg345", newValue); + // console.log("shareJobImg345", newValue); uni.hideLoading(); } }, @@ -190,7 +190,7 @@ export default { type: 1, }, (res) => { - console.log("recommendList", res); + // console.log("recommendList", res); that.appInfo = res; reso(); } @@ -199,7 +199,7 @@ export default { }, init() { let that = this; - console.log("that.appInfo", that.appInfo); + // console.log("that.appInfo", that.appInfo); // #ifdef APP-PLUS || MP-KUAISHOU let _env = "app"; // #endif @@ -215,14 +215,14 @@ export default { env: _env, }, (res) => { - console.log("获取邀请码:", res); + // console.log("获取邀请码:", res); that.wxCode = "https://daotian.matripe.com.cn" + res.qrcode; that.agencyName = res.agencyName; // #ifdef MP-WEIXIN - console.log("canvasRes1"); + // console.log("canvasRes1"); that.getWXCanvas("https://matripe-cms.oss-cn-beijing.aliyuncs.com/dailibaoming/canvasBg.png").then((canvasRes) => { - console.log("canvasRes", canvasRes); + // console.log("canvasRes", canvasRes); that.shareJobImg = canvasRes.tempFilePath; that.allowClick = true; that.$emit("setImg", that.shareJobImg); @@ -252,7 +252,7 @@ export default { uni.hideLoading(); that.allowClick = true; that.getAppCanvas("https://matripe-cms.oss-cn-beijing.aliyuncs.com/dailibaoming/canvasBg.png"); - console.log("canvasRes12"); + // console.log("canvasRes12"); // #endif } ); @@ -344,8 +344,8 @@ export default { size: true, }) .exec((res) => { - console.log("uni 获取节点信息:", res); - // console.log("sharelImg", sharelImg); + // console.log("uni 获取节点信息:", res); + // // console.log("sharelImg", sharelImg); const canvas = res[0].node; const ctx = canvas.getContext("2d"); new Promise(function (resolve) { @@ -353,14 +353,14 @@ export default { uni.getImageInfo({ src: sharelImg, // 网络图片 success(res) { - console.log("res111", res); + // console.log("res111", res); canvas.width = res.width; canvas.height = res.height + 250; mycenter = canvas.width; myheight = canvas.height; const img = canvas.createImage(); img.src = res.path; - console.log("img111", img); + // console.log("img111", img); img.onload = (info) => { // 绘制背景色 that.G.roundRect1(ctx, 0, 0, canvas.width, canvas.height + 250, 0, baseColor); @@ -368,7 +368,7 @@ export default { that.G.roundRect1(ctx, (mycenter - canvas.width + 120) / 2, 280, canvas.width - 120, canvas.height - 360, 180, "#fff"); // 绘制关注发单号背景色 that.G.roundRect1(ctx, (mycenter - 800) / 2, canvas.height - 600, 800, 136, 135, baseColor); - let qrTop = 1195; + let qrTop = 1145; // 二维码左上角的 that.G.roundRect1(ctx, (mycenter - 600) / 2 - 5, qrTop, 136, 136, 80, baseColor); // 二维码右上角的 @@ -389,7 +389,7 @@ export default { // src: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/dailibaoming/phone.png", // 手机图标图片 // success(res) { // const img = canvas.createImage(); - // console.log("res333", res); + // // console.log("res333", res); // img.src = res.path; // img.onload = () => { // that.G.roundRect(ctx, img, (mycenter - 800) / 2 + 100, canvas.height - 565, 70, 70, 0); @@ -400,18 +400,18 @@ export default { }; }, fail(err) { - console.log("errerrerrerrerrerrerr", err); + // console.log("errerrerrerrerrerrerr", err); }, }); }).then(() => { //使用: this.setShareJobImg(ctx, canvas, mycenter) .then(function (canvas1) { - console.log("canvas1", canvas1); + // console.log("canvas1", canvas1); uni.canvasToTempFilePath({ canvas: canvas1, success(res) { - console.log("res222", res); + // console.log("res222", res); resolve(res); }, fail(res) { @@ -518,19 +518,19 @@ export default { src: that.wxCode, success(res) { const img = canvas.createImage(); - console.log("res333", res); + // console.log("res333", res); img.src = res.path; img.onload = () => { - that.G.roundRect(ctx, img, (mycenter - 600) / 2, 1200, 600, 600, 35); + that.G.roundRect(ctx, img, (mycenter - 600) / 2, 1150, 600, 600, 35); let info = that.appInfo; - console.log("info", info); + // console.log("info", info); if (!info.logo) { info.logo = "https://matripe-cms.oss-cn-beijing.aliyuncs.com/ibocai/defaultAvatar.png"; } uni.getImageInfo({ src: info.logo, success(res) { - console.log("res444", res); + // console.log("res444", res); const img = canvas.createImage(); img.src = res.path; img.onload = () => { @@ -541,11 +541,11 @@ export default { that.G.roundRect(ctx, img, (mycenter - 300) / 2, 140, 300, 300, 150); // logo that.G.fillTextLineBreak(ctx, info.fullName, (mycenter - info.fullName.length * 80) / 2, 600, info.fullName.length * 80, 200, "#333", 80, 600, "left"); // 企业名称 - that.G.fillTextLineBreak(ctx, `【${info.fullName}】新一代发单号(小程序),海量职位每日更新,线上报名方便快捷,工单状态实时查看。`, numBase - 25, 870, mycenter - 260, 86, "#666", 56, 500, "center"); // slogan + that.G.fillTextLineBreak(ctx, `【${info.fullName}】新一代发单号(小程序),海量职位每日更新,线上报名方便快捷,工单状态实时查看。`, numBase - 25, 800, mycenter - 260, 86, "#666", 56, 500, "center"); // slogan // that.G.fillTextLineBreak(ctx, info.agencyDesp, numBase - 35, 870, mycenter - 260, 86, "#666", 56, 500, "center"); // slogan // that.G.fillTextLineBreak(ctx, "今日更新职位" + info.jobUpdateNum, 140, 400, ("今日更新职位" + info.jobUpdateNum).length * 56, 56, "#999", 56, 500, "left"); // 今日更新职位 - console.log("that.formatNumberAdvanced(info.jobNum)", that.formatNumberAdvanced(info.jobNum)); + // console.log("that.formatNumberAdvanced(info.jobNum)", that.formatNumberAdvanced(info.jobNum)); const textSegments = [ // { content: that.formatNumberAdvanced(info.jobNum).toString(), color: "#000", fontWeight: 500, fontSize: 80, space: info.jobNum < 10000 ? 10 : 0 }, // info.jobNum < 10000 ? null : { content: "万", color: "#000", fontWeight: 500, fontSize: 64, space: 10 }, @@ -555,7 +555,7 @@ export default { { content: that.formatNumberAdvanced(info.downNum).toString(), color: "#000", fontWeight: 500, fontSize: 80, space: 10 }, { content: "粉丝", color: "#666", fontWeight: 500, fontSize: 56, space: 40 }, ]; - that.G.drawCenteredText(ctx, mycenter + 20, 745, textSegments); + // that.G.drawCenteredText(ctx, mycenter + 20, 745, textSegments); imgres(canvas); }; }, diff --git a/components/panel/formSlot.vue b/components/panel/formSlot.vue index ea7c8bc..88effbf 100644 --- a/components/panel/formSlot.vue +++ b/components/panel/formSlot.vue @@ -240,7 +240,7 @@
- +
diff --git a/components/panel/time.vue b/components/panel/time.vue index 140a891..5e63c56 100644 --- a/components/panel/time.vue +++ b/components/panel/time.vue @@ -31,10 +31,10 @@ diff --git a/components/unloginInfo.vue b/components/unloginInfo.vue index a490b5f..cacdb1b 100644 --- a/components/unloginInfo.vue +++ b/components/unloginInfo.vue @@ -8,7 +8,7 @@ - + diff --git a/main.js b/main.js index 3545176..3c50bdb 100644 --- a/main.js +++ b/main.js @@ -7,10 +7,8 @@ import Ajax from './utils/ajax.js'; import wyyx from './utils/wyyx.js'; import apiInfo from './api/index.js'; -import gEmpty from './components/empty.vue'; // import gTabbar from './components/customTabbar.vue'; import gLoading from './components/loading.vue'; -import gButton from './components/button.vue'; import gListJob from './components/list/job.vue'; import gListApply from './components/list/apply.vue'; import gPanelImage from './components/panel/defaultImage.vue'; @@ -28,10 +26,8 @@ export function createApp () { const app = createSSRApp(App) app.config.productionTip = false; - app.component('g-empty', gEmpty); // app.component('g-tabbar', gTabbar); app.component('g-loading', gLoading); - app.component('g-button', gButton); app.component('g-list-job', gListJob); app.component('g-list-apply', gListApply); app.component('g-panel-image', gPanelImage); @@ -73,7 +69,7 @@ export function createApp () { }, function fail (err) { - console.log(err); + // console.log(err); resolve(err) } @@ -241,11 +237,11 @@ export function createApp () { uni.showLoading({ title: '上传中...', }) - console.log('imgRes', imgRes); + // console.log('imgRes', imgRes); let imgPath = JSON.parse(imgRes)[0] - console.log('imgPath', imgPath); + // console.log('imgPath', imgPath); G.Get(apiInfo.getOssInfo, { prefix: customDir }, ({ data }) => { - console.log('uploadImgToOssresresresres', data); + // console.log('uploadImgToOssresresresres', data); const { policy, signature, accessid, dir, host } = data; let key = dir + that.getUUID() const formData = { @@ -270,7 +266,7 @@ export function createApp () { image: imgUrl }); } - console.log('resresresresresresres', res); + // console.log('resresresresresresres', res); }, fail: function (res) { }, }); @@ -369,7 +365,7 @@ export function createApp () { } }, fail: function (res) { - console.log('res', res) + // console.log('res', res) }, }); }) diff --git a/pages/NEUIKit/pages/Conversation/conversation-list/conversation-item.vue b/pages/NEUIKit/pages/Conversation/conversation-list/conversation-item.vue index 1511f08..26652f9 100644 --- a/pages/NEUIKit/pages/Conversation/conversation-list/conversation-item.vue +++ b/pages/NEUIKit/pages/Conversation/conversation-list/conversation-item.vue @@ -348,7 +348,7 @@ $cellHeight: 72px; .conversation-item-content { display: flex; align-items: center; - padding: 10px 16px; + padding: 10px 10px; height: $cellHeight; box-sizing: border-box; // background-color: #fff; diff --git a/pages/NEUIKit/pages/Conversation/conversation-list/index.vue b/pages/NEUIKit/pages/Conversation/conversation-list/index.vue index 02acd74..9b05053 100644 --- a/pages/NEUIKit/pages/Conversation/conversation-list/index.vue +++ b/pages/NEUIKit/pages/Conversation/conversation-list/index.vue @@ -18,7 +18,7 @@
- +
diff --git a/pages/home/child/filter.vue b/pages/home/child/filter.vue index 14b2c8f..c1c5acc 100644 --- a/pages/home/child/filter.vue +++ b/pages/home/child/filter.vue @@ -75,10 +75,10 @@
- +
- +
diff --git a/pages/home/index.vue b/pages/home/index.vue index 13e5155..6aef6b2 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -103,7 +103,7 @@ -
+
@@ -132,7 +132,7 @@
全选
- +
@@ -196,7 +196,6 @@ export default { uni.setStorageSync("TABBAR_HEIGHT", res.height); }) .exec(); - }, data() { return { @@ -420,7 +419,7 @@ export default { .select("#tttop") .boundingClientRect((data) => { // console.log("data", data); - if(data){ + if (data) { if (data.top <= 0) { that.toTop = true; that.showToTop = true; @@ -446,7 +445,7 @@ export default { reachBottom() { let that = this; // console.log("onReachBottom", that.query.isFinish); - if(uni.getStorageSync("apply-token")){ + if (uni.getStorageSync("apply-token")) { if (that.query.isFinish == -1 || that.query.isFinish == that.query.size) { that.query.page++; that.getList("concat"); diff --git a/pages/home/order copy.vue b/pages/home/order copy.vue index 7621f2b..e7de010 100644 --- a/pages/home/order copy.vue +++ b/pages/home/order copy.vue @@ -44,7 +44,7 @@ - + @@ -309,7 +309,7 @@ export default { (res) => { that.waitNum_downs = res.total; that.waitNum_ups = res.unread; - console.log("获取指定数量:", res); + // console.log("获取指定数量:", res); that.$forceUpdate(); } ); @@ -330,7 +330,7 @@ export default { getInviteNum() { let that = this; that.G.Get(that.api.user_getInviteNum, {}, (res) => { - console.log(res); + // console.log(res); that.inviteNum = res; }); }, diff --git a/pages/home/order.vue b/pages/home/order.vue index 73b270f..d802c55 100644 --- a/pages/home/order.vue +++ b/pages/home/order.vue @@ -92,14 +92,14 @@ - + diff --git a/pages/person/index.vue b/pages/person/index.vue index deb323c..6171606 100644 --- a/pages/person/index.vue +++ b/pages/person/index.vue @@ -134,7 +134,7 @@ diff --git a/root/bind/applyList.vue b/root/bind/applyList.vue index 9bab43e..2b0f149 100644 --- a/root/bind/applyList.vue +++ b/root/bind/applyList.vue @@ -2,7 +2,7 @@ - + diff --git a/root/bind/fensi.vue b/root/bind/fensi.vue index 2399cea..f9da167 100644 --- a/root/bind/fensi.vue +++ b/root/bind/fensi.vue @@ -21,7 +21,7 @@ - + @@ -53,7 +53,7 @@ 通过 - + @@ -63,7 +63,7 @@ 已通过 --> - + 已过期 diff --git a/root/bind/inviteList.vue b/root/bind/inviteList.vue index 974cfe8..d5164e8 100644 --- a/root/bind/inviteList.vue +++ b/root/bind/inviteList.vue @@ -48,7 +48,7 @@ - + diff --git a/root/bind/more.vue b/root/bind/more.vue index ebf80a6..ab1d049 100644 --- a/root/bind/more.vue +++ b/root/bind/more.vue @@ -15,7 +15,7 @@ - + diff --git a/root/bind/myMain copy.vue b/root/bind/myMain copy.vue index 02c517e..7a6d7f2 100644 --- a/root/bind/myMain copy.vue +++ b/root/bind/myMain copy.vue @@ -75,17 +75,17 @@ - - + + - + - - + + diff --git a/root/bind/myMain.vue b/root/bind/myMain.vue index 4490025..515d64c 100644 --- a/root/bind/myMain.vue +++ b/root/bind/myMain.vue @@ -75,17 +75,17 @@ - - + + - + - - + + @@ -529,7 +529,7 @@ export default { that.G.roundRect(ctx, img, (mycenter - 300) / 2, 140, 300, 300, 150); // logo that.G.fillTextLineBreak(ctx, info.fullName, (mycenter - info.fullName.length * 80) / 2, 600, info.fullName.length * 80, 200, "#333", 80, 600, "left"); // 企业名称 - that.G.fillTextLineBreak(ctx, `【${info.fullName}】新一代发单号(小程序),海量职位每日更新,线上报名方便快捷,工单状态实时查看。`, numBase - 25, 870, mycenter - 260, 86, "#666", 56, 500, "center"); // slogan + that.G.fillTextLineBreak(ctx, `【${info.fullName}】新一代发单号(小程序),海量职位每日更新,线上报名方便快捷,工单状态实时查看。`, numBase - 25, 820, mycenter - 260, 86, "#666", 56, 500, "center"); // slogan // that.G.fillTextLineBreak(ctx, info.agencyDesp, numBase - 35, 870, mycenter - 260, 86, "#666", 56, 500, "center"); // slogan // that.G.fillTextLineBreak(ctx, "今日更新职位" + info.jobUpdateNum, 140, 400, ("今日更新职位" + info.jobUpdateNum).length * 56, 56, "#999", 56, 500, "left"); // 今日更新职位 @@ -542,7 +542,7 @@ export default { { content: that.formatNumberAdvanced(info.downNum).toString(), color: "#000", fontWeight: 500, fontSize: 80, space: 10 }, { content: "粉丝", color: "#666", fontWeight: 500, fontSize: 56, space: 40 }, ]; - that.G.drawCenteredText(ctx, mycenter + 20, 745, textSegments); + // that.G.drawCenteredText(ctx, mycenter + 20, 745, textSegments); imgres(canvas); }; }, diff --git a/root/bind/order.vue b/root/bind/order.vue index dd039ed..cb67853 100644 --- a/root/bind/order.vue +++ b/root/bind/order.vue @@ -34,7 +34,7 @@ - + diff --git a/root/bind/search.vue b/root/bind/search.vue index e0cfe37..52901e9 100644 --- a/root/bind/search.vue +++ b/root/bind/search.vue @@ -7,7 +7,7 @@ --> -
邀请粉丝(代理)关注我的发单号
+
邀请代理/供应商关注我的发单号
@@ -114,9 +114,11 @@ export default { onLoad(options) { console.log(options); this.active = options.active; - uni.showLoading({ - title: "生成中...", - }); + if (!uni.getStorageSync("poster_img")) { + uni.showLoading({ + title: "生成中...", + }); + } if (this.active === 0) { this.placeholder = "请输入发单号账号/手机号"; uni.setNavigationBarTitle({ diff --git a/root/bind/view.vue b/root/bind/view.vue index 329a714..1712444 100644 --- a/root/bind/view.vue +++ b/root/bind/view.vue @@ -19,7 +19,7 @@ {{ info.messageSource }} - + diff --git a/root/components/applyFlow.vue b/root/components/applyFlow.vue index dcd5ee0..f6a9c5a 100644 --- a/root/components/applyFlow.vue +++ b/root/components/applyFlow.vue @@ -59,7 +59,7 @@
@@ -75,7 +75,7 @@
- +
当前选择团队: {{ chooseTeam.fullName || chooseTeam.agencyName }}
diff --git a/root/detail/apply.vue b/root/detail/apply.vue index 472d547..153ca74 100644 --- a/root/detail/apply.vue +++ b/root/detail/apply.vue @@ -326,7 +326,7 @@ - + @@ -353,7 +353,7 @@ - + @@ -375,14 +375,14 @@ - + - + - + diff --git a/root/detail/fellow.vue b/root/detail/fellow.vue index 2ba9217..52567c8 100644 --- a/root/detail/fellow.vue +++ b/root/detail/fellow.vue @@ -138,8 +138,8 @@ - - + + diff --git a/root/detail/job copy.vue b/root/detail/job copy.vue index 2aae1fb..4d0f9c8 100644 --- a/root/detail/job copy.vue +++ b/root/detail/job copy.vue @@ -292,7 +292,7 @@
- +
diff --git a/root/detail/job.vue b/root/detail/job.vue index 5e96fa2..2d59794 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -503,7 +503,7 @@
- + +
@@ -118,7 +118,7 @@
- +
diff --git a/root/detail/userShare.vue b/root/detail/userShare.vue index 195179c..ce2e277 100644 --- a/root/detail/userShare.vue +++ b/root/detail/userShare.vue @@ -67,12 +67,12 @@
- +
- +
@@ -129,7 +129,7 @@
- +
diff --git a/root/home/applicationSuccess.vue b/root/home/applicationSuccess.vue index 52c637b..a66b9e6 100644 --- a/root/home/applicationSuccess.vue +++ b/root/home/applicationSuccess.vue @@ -7,10 +7,10 @@ 您已成功报名该岗位,请等待发单号审核。 - + - + diff --git a/root/home/components/AiApply.vue b/root/home/components/AiApply.vue index c44513c..d9bff23 100644 --- a/root/home/components/AiApply.vue +++ b/root/home/components/AiApply.vue @@ -11,10 +11,10 @@ - + - + diff --git a/root/home/editTownsman.vue b/root/home/editTownsman.vue index d156f89..0c7a2c9 100644 --- a/root/home/editTownsman.vue +++ b/root/home/editTownsman.vue @@ -133,8 +133,8 @@ - - + + diff --git a/root/home/jobForm.vue b/root/home/jobForm.vue index 07e790d..6e23a91 100644 --- a/root/home/jobForm.vue +++ b/root/home/jobForm.vue @@ -16,7 +16,7 @@
- +
@@ -215,7 +215,7 @@ - + @@ -264,7 +264,7 @@ - + diff --git a/root/home/quickApplication copy.vue b/root/home/quickApplication copy.vue index 11e6891..744a024 100644 --- a/root/home/quickApplication copy.vue +++ b/root/home/quickApplication copy.vue @@ -90,7 +90,7 @@ 取消 - + diff --git a/root/home/quickApplication.vue b/root/home/quickApplication.vue index 220d8fe..2eee9c8 100644 --- a/root/home/quickApplication.vue +++ b/root/home/quickApplication.vue @@ -90,7 +90,7 @@ 取消 - + diff --git a/root/home/shareJob.vue b/root/home/shareJob.vue index a554376..319e94e 100644 --- a/root/home/shareJob.vue +++ b/root/home/shareJob.vue @@ -106,7 +106,7 @@
- +
diff --git a/root/home/shareList.vue b/root/home/shareList.vue index af056e8..4528397 100644 --- a/root/home/shareList.vue +++ b/root/home/shareList.vue @@ -3,7 +3,7 @@ 关注该发单号可查看其佣金, 点击直接关注 - + diff --git a/root/other/city.vue b/root/other/city.vue index b1646c5..9caebeb 100644 --- a/root/other/city.vue +++ b/root/other/city.vue @@ -34,8 +34,8 @@ - - + +
diff --git a/root/person/account.vue b/root/person/account.vue index f55a32b..a21cb04 100644 --- a/root/person/account.vue +++ b/root/person/account.vue @@ -58,7 +58,7 @@
- + @@ -72,7 +72,7 @@ - + @@ -86,7 +86,7 @@ - + diff --git a/root/person/addOrUpdataMember.vue b/root/person/addOrUpdataMember.vue index 40467c2..d5c0e30 100644 --- a/root/person/addOrUpdataMember.vue +++ b/root/person/addOrUpdataMember.vue @@ -32,7 +32,7 @@ @changeMobile="changeMobile" >
- +
删除成员
diff --git a/root/person/admin.vue b/root/person/admin.vue index 709e501..dfa2b32 100644 --- a/root/person/admin.vue +++ b/root/person/admin.vue @@ -3,7 +3,7 @@ 复制链接,电脑浏览器打开 www.ibocai.cn - + 更多功能可使用伯才商家后台支持团队管理,工单派发 diff --git a/root/person/applyManage.vue b/root/person/applyManage.vue index c1f527d..ca29b8d 100644 --- a/root/person/applyManage.vue +++ b/root/person/applyManage.vue @@ -23,10 +23,10 @@ 已拒绝
- +
- +
diff --git a/root/person/change.vue b/root/person/change.vue index b2b917b..5589f35 100644 --- a/root/person/change.vue +++ b/root/person/change.vue @@ -53,7 +53,7 @@ >
企业简称与发单号名称直接关联,请谨慎修改
- + diff --git a/root/person/changeUser.vue b/root/person/changeUser.vue index 1310f5b..3281442 100644 --- a/root/person/changeUser.vue +++ b/root/person/changeUser.vue @@ -53,7 +53,7 @@ - + @@ -75,7 +75,7 @@ - + diff --git a/root/person/feedback.vue b/root/person/feedback.vue index b93fd8e..8d440fe 100644 --- a/root/person/feedback.vue +++ b/root/person/feedback.vue @@ -20,7 +20,7 @@ 上传照片截图,最多传4张(选填) - + 查看记录 diff --git a/root/person/feedbackList.vue b/root/person/feedbackList.vue index d0d1839..90d0a4d 100644 --- a/root/person/feedbackList.vue +++ b/root/person/feedbackList.vue @@ -10,7 +10,7 @@ - + diff --git a/root/person/group.vue b/root/person/group.vue index fd1adad..c798b6d 100644 --- a/root/person/group.vue +++ b/root/person/group.vue @@ -1,6 +1,6 @@ diff --git a/root/person/inviteFollowMe.vue b/root/person/inviteFollowMe.vue index bd1cd1c..e516c45 100644 --- a/root/person/inviteFollowMe.vue +++ b/root/person/inviteFollowMe.vue @@ -29,15 +29,15 @@
- + - +
- - - - - + + + + +
diff --git a/root/person/inviteFollowSuccess.vue b/root/person/inviteFollowSuccess.vue index ab48c18..298cdc1 100644 --- a/root/person/inviteFollowSuccess.vue +++ b/root/person/inviteFollowSuccess.vue @@ -25,15 +25,15 @@
- - + +
- - + +
diff --git a/root/person/loginIndex.vue b/root/person/loginIndex.vue index 72dff73..54d6dd5 100644 --- a/root/person/loginIndex.vue +++ b/root/person/loginIndex.vue @@ -27,7 +27,7 @@ - + @@ -41,7 +41,7 @@ - + diff --git a/root/person/marge.vue b/root/person/marge.vue index 77d1bb5..6c9e8fa 100644 --- a/root/person/marge.vue +++ b/root/person/marge.vue @@ -20,7 +20,7 @@ - + - -
+
+ > 已通过 已驳回 @@ -73,7 +73,7 @@ - + - + @@ -152,10 +152,10 @@ - + - + @@ -192,10 +192,10 @@ - + - + diff --git a/root/person/memberApplyAdd.vue b/root/person/memberApplyAdd.vue index 277774d..27191a4 100644 --- a/root/person/memberApplyAdd.vue +++ b/root/person/memberApplyAdd.vue @@ -19,9 +19,9 @@
该名称会在团队成员列表显示,创建人可以修改。
- - - + + +
diff --git a/root/person/memberApplyQRCode.vue b/root/person/memberApplyQRCode.vue index e1eee31..25e63c3 100644 --- a/root/person/memberApplyQRCode.vue +++ b/root/person/memberApplyQRCode.vue @@ -73,17 +73,17 @@ - - + + - + - - + + diff --git a/root/person/message.vue b/root/person/message.vue index cdd41d2..fc5107c 100644 --- a/root/person/message.vue +++ b/root/person/message.vue @@ -1,6 +1,6 @@ diff --git a/root/person/myOrder.vue b/root/person/myOrder.vue index ea7fcd0..6395070 100644 --- a/root/person/myOrder.vue +++ b/root/person/myOrder.vue @@ -91,7 +91,7 @@ > diff --git a/root/person/order.vue b/root/person/order.vue index 755bb8f..8aff7ff 100644 --- a/root/person/order.vue +++ b/root/person/order.vue @@ -128,12 +128,12 @@ - + - + - + diff --git a/root/person/orderEdit.vue b/root/person/orderEdit.vue index ca16071..5f21322 100644 --- a/root/person/orderEdit.vue +++ b/root/person/orderEdit.vue @@ -100,7 +100,7 @@ @@ -118,13 +118,11 @@