Commit d9724d5f authored by cc's avatar cc

update

parent b119cd6e
......@@ -179,7 +179,7 @@ const taskStore = makeAutoObservable({
const res = await API.doCompleted(params);
await store.updateIndex();
if (code.indexOf("browse_") > -1 && isWeChat()) {
if (code.indexOf("bt_1") > -1 && isWeChat()) {
setTimeout(() => {
this.getTaskList();
}, 1500);
......
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