From 92cef352566530048fcd9da8aa85f77a09f45e60 Mon Sep 17 00:00:00 2001 From: binbin0314 Date: Mon, 25 Jan 2021 13:46:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CoreOrgan/CoreOrgan.vue | 2 +- src/components/Introduce/AddShopping.vue | 2 +- src/components/Introduce/IntentionModel.vue | 4 +- src/components/Introduce/SettledModel.vue | 12 +- src/components/PlatformList/Fruit.vue | 2 +- src/components/PlatformList/PlatformList.vue | 23 +-- src/components/User/MechanismSignUp.vue | 95 +++--------- src/components/User/PersonalSignUp.vue | 87 +++-------- src/views/Activity/ActDetails.vue | 35 ++--- src/views/Activity/Activity.vue | 30 ++-- src/views/Activity/components/Enroll.vue | 104 +++---------- src/views/Cart/Cart.vue | 19 +-- src/views/Community/ComDetails.vue | 23 +-- src/views/Community/Community.vue | 6 +- src/views/FirstPage/FirstPage.vue | 15 +- .../IncubationPlatform/Children/Products.vue | 13 +- .../IncubationPlatform/Children/Services.vue | 106 +++---------- .../components/AddModel.vue | 4 +- src/views/Industry/Children/Serve.vue | 4 +- src/views/ItInformation/ItDetails.vue | 10 +- src/views/ItInformation/ItInformation.vue | 2 +- src/views/NewPlatform/Children/AchDet.vue | 4 +- src/views/NewPlatform/Children/Service.vue | 6 +- src/views/NewPlatform/Children/ServiceDet.vue | 6 +- src/views/NewPlatform/Children/Share.vue | 24 +-- .../Children/ShareChild/InsDet.vue | 6 +- .../Children/ShareChild/Institute.vue | 60 +++++--- src/views/NewPlatform/Children/Transfer.vue | 15 +- .../NewPlatform/Children/components/DeEnt.vue | 12 +- src/views/NewPlatform/components/NewModel.vue | 141 ++++-------------- src/views/Policy/PolicyDetails.vue | 2 +- src/views/Policy/components/PolicyList.vue | 2 +- src/views/User/ForgetPassword.vue | 73 ++------- src/views/User/Login.vue | 99 +++--------- src/views/User/Register.vue | 16 +- vue.config.js | 4 +- 36 files changed, 289 insertions(+), 779 deletions(-) diff --git a/src/components/CoreOrgan/CoreOrgan.vue b/src/components/CoreOrgan/CoreOrgan.vue index 169ca11..e8b5f90 100644 --- a/src/components/CoreOrgan/CoreOrgan.vue +++ b/src/components/CoreOrgan/CoreOrgan.vue @@ -55,7 +55,7 @@ export default { } } catch (error) { // throw new Error(`SignIn.vue method getCode: ${error}`); - console.log(error); + // console.log(error); } }, }, diff --git a/src/components/Introduce/AddShopping.vue b/src/components/Introduce/AddShopping.vue index 9702f44..d670b64 100644 --- a/src/components/Introduce/AddShopping.vue +++ b/src/components/Introduce/AddShopping.vue @@ -93,7 +93,7 @@ export default { this.WinHeight = window.innerHeight; var d = document.getElementById('ddd'); d.style.top = this.pageY - d.offsetHeight * 0.5 + 'px'; - console.log(d.offsetWidth); + // console.log(d.offsetWidth); d.style.right = this.WinWidth - this.pageX - d.offsetWidth * 0.5 + 'px'; d.style.display = 'block'; setTimeout(() => { diff --git a/src/components/Introduce/IntentionModel.vue b/src/components/Introduce/IntentionModel.vue index 2dc3a68..a9d5002 100644 --- a/src/components/Introduce/IntentionModel.vue +++ b/src/components/Introduce/IntentionModel.vue @@ -186,7 +186,7 @@ export default { }, // 获取验证码 async getCode() { - console.log(111); + // console.log(111); try { const params = { phone: this.platform.tel, @@ -197,7 +197,7 @@ export default { this.getCodeInterval(); } catch (error) { // throw new Error(`SignIn.vue method getCode: ${error}`); - console.log(error); + // console.log(error); } }, diff --git a/src/components/Introduce/SettledModel.vue b/src/components/Introduce/SettledModel.vue index 0a41283..7d0691b 100644 --- a/src/components/Introduce/SettledModel.vue +++ b/src/components/Introduce/SettledModel.vue @@ -271,7 +271,7 @@ export default { }, // 获取验证码 async getCode() { - console.log(111); + // console.log(111); try { const params = { phone: this.platform.tel, @@ -282,7 +282,7 @@ export default { this.getCodeInterval(); } catch (error) { // throw new Error(`SignIn.vue method getCode: ${error}`); - console.log(error); + // console.log(error); } }, // 验证码倒计时 @@ -370,9 +370,9 @@ export default { staffCount: this.platform.staffCount, }, }; - console.log(params); + // console.log(params); const res = await Settled(params); - console.log(res); + // console.log(res); const { code, msg, data } = res.data; if (code === 200) { this.$message.success('申请成功'); @@ -386,11 +386,11 @@ export default { this.platform.isIdCard = false; } else { throw msg; - console.log('失败1'); + // console.log('失败1'); this.confirmLoading = false; } } catch (error) { - console.log('失败2'); + // console.log('失败2'); this.$message.error(error); this.confirmLoading = false; } diff --git a/src/components/PlatformList/Fruit.vue b/src/components/PlatformList/Fruit.vue index f987fa0..43896f7 100644 --- a/src/components/PlatformList/Fruit.vue +++ b/src/components/PlatformList/Fruit.vue @@ -82,7 +82,7 @@ export default { this.total = parseInt(data.total); } } catch (error) { - console.log(error); + // console.log(error); } }, // 点击查看详情 diff --git a/src/components/PlatformList/PlatformList.vue b/src/components/PlatformList/PlatformList.vue index d15b164..9b8dc95 100644 --- a/src/components/PlatformList/PlatformList.vue +++ b/src/components/PlatformList/PlatformList.vue @@ -1,20 +1,11 @@