Browse Source

refactor: 更换关注微信公众号推文

await 7 months ago
parent
commit
ecd84e3312
2 changed files with 3 additions and 3 deletions
  1. 2 2
      src/app.tsx
  2. 1 1
      src/pages/user/mine/index.tsx

+ 2 - 2
src/app.tsx

@@ -37,7 +37,7 @@ const App = (props: PropsWithChildren<IAppProps>) => {
   useDidShow((options) => {
     if (options.query.source === "app") {
       RouteUtil.toWebViewPage({
-        url: "https://mp.weixin.qq.com/s/X0OAslHaFjld6Zf2ifVC5A",
+        url: "https://mp.weixin.qq.com/s/eNf8Lxpj0LiTYpuzEzdN7Q",
       });
     }
   });
@@ -59,7 +59,7 @@ const App = (props: PropsWithChildren<IAppProps>) => {
         },
       }}
     >
-      <WebView src='https://mp.weixin.qq.com/s/X0OAslHaFjld6Zf2ifVC5A'></WebView>
+      <WebView src='https://mp.weixin.qq.com/s/eNf8Lxpj0LiTYpuzEzdN7Q'></WebView>
       <ReduxProvider store={ReduxUtil.store}>{props.children}</ReduxProvider>
     </AppContext.Provider>
   );

+ 1 - 1
src/pages/user/mine/index.tsx

@@ -186,7 +186,7 @@ const Mine = (props: PropsWithChildren<IMineProps>) => {
           onClick={() => {
             // https://huirong.bicredit.xin/
             RouteUtil.toWebViewPage({
-              url: "https://mp.weixin.qq.com/s/X0OAslHaFjld6Zf2ifVC5A",
+              url: "https://mp.weixin.qq.com/s/eNf8Lxpj0LiTYpuzEzdN7Q",
             });
           }}
           src={require("@/assets/new-edition/wechat-official.png")}