增加h5支付跳转时清除任务和用户缓存
This commit is contained in:
@@ -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'])
|
||||
|
||||
},
|
||||
//自组件关闭的回调
|
||||
|
||||
Reference in New Issue
Block a user