From 2f91f4c9d8ba9f79bb9c1a0511f85a7662f80ab9 Mon Sep 17 00:00:00 2001 From: linju-json Date: Wed, 12 May 2021 11:33:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E9=99=A4console.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/appInit.js | 2 +- pages/list/list.nvue | 11 ----------- pages/ucenter/ucenter.vue | 2 +- 3 files changed, 2 insertions(+), 13 deletions(-) diff --git a/common/appInit.js b/common/appInit.js index 2437a58..8d2d8f5 100644 --- a/common/appInit.js +++ b/common/appInit.js @@ -130,7 +130,7 @@ function initAppVersion() { } // 检查更新小红点 callCheckVersion().then(res => { - console.log('检查是否有可以更新的版本', res); + // console.log('检查是否有可以更新的版本', res); if (res.result.code > 0) { // 有新版本 getApp({ diff --git a/pages/list/list.nvue b/pages/list/list.nvue index 3713b75..1c68524 100644 --- a/pages/list/list.nvue +++ b/pages/list/list.nvue @@ -84,13 +84,9 @@ this.listHight = 'auto' // #endif cdbRef = this.$refs.udb - console.log(cdbRef); - console.log(9527,getApp().globalData); - }, onShow() { this.keyword = getApp().globalData.searchText - console.log(this.keyword); getApp().globalData.searchText = '' if(this.keyword){ // #ifdef APP-PLUS @@ -104,13 +100,6 @@ } }, methods: { - // testData(data) { //复制同一个数据多遍方便测试,正式项目中不要带 - // var testData = [] - // for (let i = 0; i < 10; i++) { - // testData.push(...data) - // } - // return testData - // }, searchClick(e) { //点击搜索框 uni.hideKeyboard(); uni.navigateTo({ diff --git a/pages/ucenter/ucenter.vue b/pages/ucenter/ucenter.vue index 90369f4..d1559b9 100644 --- a/pages/ucenter/ucenter.vue +++ b/pages/ucenter/ucenter.vue @@ -268,7 +268,7 @@ .grid { background-color: #FFFFFF; margin-bottom: 15rpx; - padding: 10rpx 0; + padding: 5rpx 0; } .uni-grid .text { -- GitLab