Commit 29306179 by 高淑倩

分类报错

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