Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-miniapp-eshop
·
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-07-30 16:02:37 +0800
Commit
2438717a95404d6bbc162d1886e40bd43caefb9e
1 parent
91cef2dd
加入购物车事件名修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/pages/goodsDetail/goodsDetail.js
app/pages/goodsDetail/goodsDetail.js
View file @
2438717
...
...
@@ -767,7 +767,7 @@ Page(Object.assign({
});
},
_dataReport
:
function
()
{
let
evtName
=
'YB_GDS_
DT_SEL
'
;
let
evtName
=
'YB_GDS_
ADD_TO_CART_C
'
;
if
(
this
.
data
.
buyImmediate
)
{
evtName
=
'YB_GDS_DT_BILL'
;
...
...
Please
register
or
login
to post a comment