Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d5d7e0e21a67d156f44efc8e2843c014d8970af3
Authored by
zhiyangdu
2020-04-23 13:52:31 +0800
1 parent
6b9ff314
全部商品调用判断shopid是否存在
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/tabBox/tabBox.vue
src/components/tabBox/tabBox.vue
View file @
d5d7e0e
...
...
@@ -150,7 +150,7 @@
150
150
*/
151
151
shopRecommendGoods(page) {
152
152
// 判断必要参数
153
- if (this.tabbar
[2].shop_id) {
153
+ if (this.tabbar
&&this.tabbar[2]&&this.tabbar
[2].shop_id) {
154
154
155
155
// 加载中
156
156
this.$set(this.paging.commodity, "loading", true);
...
...