公告优化
This commit is contained in:
@@ -281,7 +281,7 @@
|
||||
rule_title: '',
|
||||
rule_content: '',
|
||||
ruleIndex: 0,
|
||||
ruleList: []
|
||||
ruleList: $cache_config.ruleIndex || []
|
||||
};
|
||||
},
|
||||
onShareAppMessage(res) {
|
||||
@@ -438,6 +438,7 @@
|
||||
if (res.code == 0) {
|
||||
this.ruleShow = true
|
||||
this.ruleList = res.data
|
||||
$cache_config.set('ruleIndex',this.ruleList)
|
||||
this.ruleInit()
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user