提交 2f91f4c9 编写于 作者: DCloud_JSON's avatar DCloud_JSON

清除console.log

上级 0bd1f8be
...@@ -130,7 +130,7 @@ function initAppVersion() { ...@@ -130,7 +130,7 @@ function initAppVersion() {
} }
// 检查更新小红点 // 检查更新小红点
callCheckVersion().then(res => { callCheckVersion().then(res => {
console.log('检查是否有可以更新的版本', res); // console.log('检查是否有可以更新的版本', res);
if (res.result.code > 0) { if (res.result.code > 0) {
// 有新版本 // 有新版本
getApp({ getApp({
......
...@@ -84,13 +84,9 @@ ...@@ -84,13 +84,9 @@
this.listHight = 'auto' this.listHight = 'auto'
// #endif // #endif
cdbRef = this.$refs.udb cdbRef = this.$refs.udb
console.log(cdbRef);
console.log(9527,getApp().globalData);
}, },
onShow() { onShow() {
this.keyword = getApp().globalData.searchText this.keyword = getApp().globalData.searchText
console.log(this.keyword);
getApp().globalData.searchText = '' getApp().globalData.searchText = ''
if(this.keyword){ if(this.keyword){
// #ifdef APP-PLUS // #ifdef APP-PLUS
...@@ -104,13 +100,6 @@ ...@@ -104,13 +100,6 @@
} }
}, },
methods: { methods: {
// testData(data) { //复制同一个数据多遍方便测试,正式项目中不要带
// var testData = []
// for (let i = 0; i < 10; i++) {
// testData.push(...data)
// }
// return testData
// },
searchClick(e) { //点击搜索框 searchClick(e) { //点击搜索框
uni.hideKeyboard(); uni.hideKeyboard();
uni.navigateTo({ uni.navigateTo({
......
...@@ -268,7 +268,7 @@ ...@@ -268,7 +268,7 @@
.grid { .grid {
background-color: #FFFFFF; background-color: #FFFFFF;
margin-bottom: 15rpx; margin-bottom: 15rpx;
padding: 10rpx 0; padding: 5rpx 0;
} }
.uni-grid .text { .uni-grid .text {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册