Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
new_taobao
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wildfirecode13
new_taobao
Commits
0a8a34c7
Commit
0a8a34c7
authored
Oct 15, 2020
by
wildfirecode13
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e6b846df
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
0 deletions
+23
-0
STAT_TYPE.js
taobao_mini/client/STAT_TYPE.js
+16
-0
api.js
taobao_mini/client/api.js
+5
-0
comtask.js
taobao_mini/client/components/comtask/comtask.js
+1
-0
pageshop.js
taobao_mini/client/pages/pageshop/pageshop.js
+1
-0
No files found.
taobao_mini/client/STAT_TYPE.js
0 → 100644
View file @
0a8a34c7
const
STAT_TYPE
=
{
CLICK_INVITE
=
1
,
CLICK_FOLLOW_TASK
=
2
,
JOIN
=
3
,
ADOPT_CAT
=
4
,
SENCE
=
5
,
EXCHANGE
=
6
,
FOLLOW
=
7
,
BROWSE
=
8
,
INVITED
=
9
,
INVITED_COME
=
10
}
export
default
STAT_TYPE
;
//INVITED,EXCHANGE
taobao_mini/client/api.js
View file @
0a8a34c7
...
...
@@ -23,6 +23,11 @@ const request = tbccRequest({
// api handle 列表
const
apiList
=
{
...
capi
,
doStat
:
{
handle
:
'doStat'
,
method
:
'get'
,
isShowLoading
:
false
},
doHelp
:
{
handle
:
'doHelp'
,
method
:
'get'
,
...
...
taobao_mini/client/components/comtask/comtask.js
View file @
0a8a34c7
...
...
@@ -101,6 +101,7 @@ Component({
await
this
.
getTaskList
();
break
;
case
'invites'
:
API
.
doStat
({
type
:
9
})
my
.
showSharePanel
();
break
;
case
'sign'
:
...
...
taobao_mini/client/pages/pageshop/pageshop.js
View file @
0a8a34c7
...
...
@@ -33,6 +33,7 @@ Page({
async
handleClick
(
e
)
{
if
(
flag
)
return
;
// my.showLoading();
API
.
doStat
({
type
:
6
})
flag
=
1
;
const
{
item
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment