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