增加h5支付跳转时清除任务和用户缓存
This commit is contained in:
@@ -321,7 +321,7 @@
|
|||||||
import {
|
import {
|
||||||
returnIsSafari
|
returnIsSafari
|
||||||
} from '@/utils/app.js'
|
} from '@/utils/app.js'
|
||||||
|
import {cacheClear} from '@/store/cashe.js'
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
tkiQrcode,
|
tkiQrcode,
|
||||||
@@ -1305,8 +1305,10 @@
|
|||||||
});
|
});
|
||||||
// #endif
|
// #endif
|
||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
|
|
||||||
window.location.href = data.h5Url
|
window.location.href = data.h5Url
|
||||||
// #endif
|
// #endif
|
||||||
|
cacheClear(['renwu','user'])
|
||||||
|
|
||||||
},
|
},
|
||||||
//自组件关闭的回调
|
//自组件关闭的回调
|
||||||
|
|||||||
Reference in New Issue
Block a user