分类优化

master
gongfuxiang 2023-11-08 11:46:54 +08:00
parent 2d16bdae38
commit 7b39c49256
2 changed files with 9 additions and 4 deletions

View File

@ -8,6 +8,7 @@
7. 购物车新增商品展示
8. 问答支持评论和点赞
9. 客服和快捷导航优化
10. 商品详情分享和收藏优化
## v3.0.32023-09-18

View File

@ -583,16 +583,20 @@
if (this.is_first == 1 && this.category_show_level == 0) {
this.get_cart_data();
}
}
//
if(this.is_first == 1) {
var self = this;
setTimeout(function() {
self.search_height_computer();
}, 100);
}
//
this.setData({
is_first: 0,
});
//
this.search_height_computer();
} else {
this.setData({
data_list_loding_status: 2,