@@ -435,9 +435,13 @@ export default defineComponent({
}
})
function handlerDownLoad(){
- router.push({
- path:"/transfer"
- })
+ if(weixin){
+ wxStatus.value = true
+ }else{
+ router.push({
+ path:"/transfer"
+ })
+ }
const pageVisibility = usePageVisibility();
watch(pageVisibility, value => {