mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化代码
This commit is contained in:
parent
e8e98a1e6e
commit
413c490690
@ -91,6 +91,10 @@
|
|||||||
},
|
},
|
||||||
_loadRecommendProdcut: function() {
|
_loadRecommendProdcut: function() {
|
||||||
let _that = this;
|
let _that = this;
|
||||||
|
if(!_that.curCategoryId || _that.curCategoryId == -1){
|
||||||
|
return ;
|
||||||
|
}
|
||||||
|
|
||||||
_that.communityId = getMallCommunityId();
|
_that.communityId = getMallCommunityId();
|
||||||
let _data = {
|
let _data = {
|
||||||
page: this.pagefrom+1,
|
page: this.pagefrom+1,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user