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

清除console.log

上级 0bd1f8be
......@@ -130,7 +130,7 @@ function initAppVersion() {
}
// 检查更新小红点
callCheckVersion().then(res => {
console.log('检查是否有可以更新的版本', res);
// console.log('检查是否有可以更新的版本', res);
if (res.result.code > 0) {
// 有新版本
getApp({
......
......@@ -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({
......
......@@ -268,7 +268,7 @@
.grid {
background-color: #FFFFFF;
margin-bottom: 15rpx;
padding: 10rpx 0;
padding: 5rpx 0;
}
.uni-grid .text {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册