Skip to content

Commit

Permalink
feat(miniapp): 增加福州客词表的重定向 (#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
ztl8702 authored May 22, 2021
1 parent 759a44b commit 4438e4b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions miniapp/src/pages/index/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ const handleRouterParams = () => {
});
break;
}
// 福州客第3期
case 'foochowka-3': {
Taro.reLaunch({
url: '/pages/collectionDetail/collectionDetail?id=wordLists/11',
});
break;
}
}
}
};
Expand Down

0 comments on commit 4438e4b

Please sign in to comment.