Commit 6068467c by 高淑倩

优化

parent dd23395e
...@@ -84,7 +84,6 @@ Component({ ...@@ -84,7 +84,6 @@ Component({
const userInfo = wx.getStorageSync('_baseUserInfo') const userInfo = wx.getStorageSync('_baseUserInfo')
console.log('curItemType', curItemType, curItemType.link.type) console.log('curItemType', curItemType, curItemType.link.type)
debugger
// link row // link row
if (curItemType.link) { if (curItemType.link) {
let currentClickType = app.globalData.commonFunc.getLink(curItemType.link.type, curItemType) let currentClickType = app.globalData.commonFunc.getLink(curItemType.link.type, curItemType)
......
...@@ -62,7 +62,6 @@ wxService.page({ ...@@ -62,7 +62,6 @@ wxService.page({
* */ * */
updatePage(ev) { updatePage(ev) {
const {pageId} = ev.detail const {pageId} = ev.detail
console.log('0000', pageId)
// this.setData({ // this.setData({
// pages: [], // pages: [],
// pageId // pageId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment