Commit c138e5e4 authored by cc's avatar cc

update

parent d9196f7a
This diff is collapsed.
......@@ -57,7 +57,12 @@ const taskStore = makeAutoObservable({
async doTask(item) {
// jumpUrl 后端已经根据渠道返回对应的链接
const { code, jumpUrl } = item || {};
handleLogClick(35,1)
if(code == TASK_CODE.INVITE){
handleLogClick(35,3)
}else{
handleLogClick(35,1)
}
switch (true) {
//签到
case code == "sign":
......
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