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
hongyong.zhao
2019-10-21 15:05:05 +0800
Commit
7ca804efaeeb2ad83840972864699d481b43964b
1 parent
0134b86a
求购按钮点击事件上报
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
apps/pages/product/product-detail.vue
apps/pages/product/product-detail.vue
View file @
7ca804e
...
...
@@ -423,6 +423,15 @@ export default {
// 打开求购列表
qiugou() {
this.showBidSheet = true;
this.$store.dispatch('reportYas', {
params: {
appop: 'XY_UFO_PRD_DT_SALE_C',
param: {
TAB_ID: 3,
PRD_ID: this.productId,
},
}
});
},
// 购买
...
...
Please
register
or
login
to post a comment