机构名称显示问题,我的U币,排行,使用了同一方法

This commit is contained in:
daihh
2022-10-20 09:53:15 +08:00
parent d8e3189103
commit d1cf8f2d21
3 changed files with 12 additions and 11 deletions

View File

@@ -49,9 +49,7 @@ const user = {
// /用户触发事件
userTrigger({ commit }, event) {
event.source='page';
apiStat.sendEvent(event).then(res=>{
console.log(res,'userTrigger');
})
apiStat.sendEvent(event);
},
SetIntTimeNote({
commit