shenwu 5 tháng trước cách đây
mục cha
commit
79137955b0
2 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 6 0
      src/app.config.ts
  2. 0 1
      src/pages/my/index.tsx

+ 6 - 0
src/app.config.ts

@@ -51,4 +51,10 @@ export default {
       },
     ]
   },
+  "plugins": {
+    "novel-plugin": {
+      "version": "latest",
+      "provider": "wx293c4b6097a8a4d0"
+    }
+  }
 }

+ 0 - 1
src/pages/my/index.tsx

@@ -15,7 +15,6 @@ interface Props {
 function My(props: Props) {
     let { userInfoStore, indexStore } = props.store
     const [payType, setPayType] = useState<"shubi" | "vip">("shubi")
-    let [wxUser, setWxUser] = useState<any>(null)
     //支付弹窗
     const payBtn = (e, type) => {
         e.stopPropagation()