Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
李奇
2018-05-18 17:59:34 +0800
Commit
d5887ae51bc45bbe65b6b0344ee8c2da012891fb
1 parent
cff7f73b
商品列表曝光开发完成
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
public/vue/component/product/exposure/exposure-item.vue
public/vue/component/product/exposure/exposure.vue
public/vue/component/product/exposure/exposure-item.vue
View file @
d5887ae
...
...
@@ -43,7 +43,6 @@
PRD_SKN: this.productSkn // 商品SKN (可选)
};
console.log('push', this.index);
this.$parent.addIntoWaiting(param);
}
this.isVisiable = visible;
...
...
public/vue/component/product/exposure/exposure.vue
View file @
d5887ae
...
...
@@ -53,6 +53,7 @@
rect.bottom > this.viewArea.top && rect.bottom < this.viewArea.bottom)
},
addIntoWaiting(param) {
console.log('product item push')
this.waiting.push(param);
}
},
...
...
Please
register
or
login
to post a comment