Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhangwenxue
2019-10-18 13:28:55 +0800
Commit
00b31f601de33beb45744d5a5cb26e10cbffe675
1 parent
29ede60e
fix(商品列表): fix 添加埋点对象为空的判断
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/pages/list/components/productList.vue
apps/pages/list/components/productList.vue
View file @
00b31f6
...
...
@@ -30,7 +30,7 @@ export default {
},
methods: {
goDetail(product, index) {
if (Object.keys(this.yasParams).length) {
if (
this.yasParams &&
Object.keys(this.yasParams).length) {
this.yasDetail(product.id, index);
}
this.$router.push({
...
...
Please
register
or
login
to post a comment