From 1194c8f2a5ea970ca6e26c35ed1587ba78a5d2e4 Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Tue, 1 Apr 2025 16:49:47 +0800 Subject: [PATCH] =?UTF-8?q?style(writing=5FfollowUp):=20=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整了数组和对象的格式- 优化了缩进和空格 - 删除了未使用的变量 --- pages/market/clue/writing_followUp.vue | 21 +++++++++++---------- pages/student/login/login.vue | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/pages/market/clue/writing_followUp.vue b/pages/market/clue/writing_followUp.vue index c754da3..dc7668f 100644 --- a/pages/market/clue/writing_followUp.vue +++ b/pages/market/clue/writing_followUp.vue @@ -224,10 +224,10 @@ export default { }], - follow_up_type:[],//跟进类型 - signing_intention_contact:[],//跟进类型 - follow_up_personnel:[],//跟进人员 - reminder_method:[],//提醒方式 + follow_up_type: [],//跟进类型 + signing_intention_contact: [],//跟进类型 + follow_up_personnel: [],//跟进人员 + reminder_method: [],//提醒方式 } }, onLoad(options) { @@ -259,10 +259,10 @@ export default { this.follow_up_type = res.data.dictionary this.options_leixing = [] - res.data.dictionary.forEach((v,k)=>{ + res.data.dictionary.forEach((v, k) => { this.options_leixing.push({ - value:v.value, - text:v.name, + value: v.value, + text: v.name, }) }) }, @@ -281,10 +281,11 @@ export default { }, //获取签单意向联系人 - async getSigning_intention_contact() {}, + async getSigning_intention_contact() { + }, //获取跟进人员 - async getFollow_up_personnel() {}, - + async getFollow_up_personnel() { + }, submit() { diff --git a/pages/student/login/login.vue b/pages/student/login/login.vue index 23bffcb..b8f5ffc 100644 --- a/pages/student/login/login.vue +++ b/pages/student/login/login.vue @@ -73,7 +73,7 @@ uni.setStorageSync('token', res.data.token); let userType = res.data.userType - // userType = 3//测试完注释本行 + // userType = 2//测试完注释本行 console.log('用户类型',userType) uni.setStorageSync('userType', userType);