Commit 0a8a34c7 authored by wildfirecode13's avatar wildfirecode13

1

parent e6b846df
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
......@@ -23,6 +23,11 @@ const request = tbccRequest({
// api handle 列表
const apiList = {
...capi,
doStat: {
handle: 'doStat',
method: 'get',
isShowLoading: false
},
doHelp: {
handle: 'doHelp',
method: 'get',
......
......@@ -101,6 +101,7 @@ Component({
await this.getTaskList();
break;
case 'invites':
API.doStat({type:9})
my.showSharePanel();
break;
case 'sign':
......
......@@ -33,6 +33,7 @@ Page({
async handleClick(e) {
if (flag) return;
// my.showLoading();
API.doStat({type:6})
flag = 1;
const {
item
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment