Commit acb456aa authored by Menethil's avatar Menethil
Browse files

Merge remote-tracking branch 'origin/master'

parents f3d9fce5 3bd05200
......@@ -49,6 +49,13 @@ Page({
title: res.data.parentCategory.name
})
// 当id是L1分类id时,这里需要重新设置成L1分类的一个子分类的id
if (res.data.parentCategory.id == that.data.id) {
that.setData({
id: res.data.currentCategory.id
});
}
//nav位置
let currentIndex = 0;
let navListCount = that.data.navList.length;
......
Supports Markdown
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