|
@@ -29,6 +29,8 @@ const Setting = () => {
|
|
|
|
|
|
const getPiaoQuanUserInfo = async (code: string) => {
|
|
const getPiaoQuanUserInfo = async (code: string) => {
|
|
console.log(code)
|
|
console.log(code)
|
|
|
|
+ // 在url上添加code参数
|
|
|
|
+ window.location.href = window.location.href + `?code=${code}`
|
|
}
|
|
}
|
|
|
|
|
|
const renderQrcode = () => {
|
|
const renderQrcode = () => {
|