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