广告优化
This commit is contained in:
@@ -75,6 +75,11 @@ export const $cache_user = new CACHE({
|
||||
...uni.getStorageSync('CACHE_user')
|
||||
})
|
||||
|
||||
export const $cache_rule = new CACHE({
|
||||
_name: 'CACHE_rule',
|
||||
...uni.getStorageSync('CACHE_rule')
|
||||
})
|
||||
|
||||
class CACHE_config extends CACHE {
|
||||
constructor(data) {
|
||||
super(data)
|
||||
@@ -113,6 +118,7 @@ const $cache={
|
||||
renwu:$cache_renwu,
|
||||
chasingDrama:$cache_chasingDrama,
|
||||
user:$cache_user,
|
||||
rule:$cache_rule,
|
||||
config:$cache_config
|
||||
}
|
||||
export function cacheClearAll() {
|
||||
|
||||
Reference in New Issue
Block a user