Commit 29306179 by 高淑倩

分类报错

parent e7496f00
......@@ -22,7 +22,7 @@ Component({
attached() {
const { categoryType } = this.data
let currentTab = categoryType.categorys
let currentTab = categoryType && categoryType.categorys || []
currentTab.forEach(item => {
// 存在 row 处理数据 8 商品 9 分类
let newRow = null
......
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