增加h5支付跳转时清除任务和用户缓存

This commit is contained in:
2024-12-30 19:48:45 +08:00
parent c1a8de99a2
commit 860b14fdf5

View File

@@ -321,7 +321,7 @@
import {
returnIsSafari
} from '@/utils/app.js'
import {cacheClear} from '@/store/cashe.js'
export default {
components: {
tkiQrcode,
@@ -1305,8 +1305,10 @@
});
// #endif
// #ifdef H5
window.location.href = data.h5Url
// #endif
cacheClear(['renwu','user'])
},
//自组件关闭的回调