This commit is contained in:
Gdpao
2020-09-19 20:02:43 +08:00
parent a732778481
commit 49fe886234
9 changed files with 127 additions and 25 deletions

View File

@@ -111,12 +111,12 @@ export default {
confirmColor: "#f00",
success: (res) => {
// console.log(res);
if (res.confirm) {
plus.cache.clear(function(e) {
console.log(e);
})
}
this.getCache();
if (res.confirm) {
plus.cache.clear(function(e) {
console.log(e);
})
this.getCache();
}
}
})
// #endif