修复bug
This commit is contained in:
parent
5132c9258b
commit
0f70542bbf
|
@ -40,7 +40,7 @@ export default function Weixin({ params }) {
|
||||||
router.push("weixin://");
|
router.push("weixin://");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
router.replace("weixin://scanqrcode");
|
router.push("weixin://");
|
||||||
};
|
};
|
||||||
|
|
||||||
if (isLoading) {
|
if (isLoading) {
|
||||||
|
|
Loading…
Reference in New Issue