一版上线后修改

This commit is contained in:
@fawn-nine
2023-06-26 17:46:54 +08:00
parent 1e145aa4b0
commit e7d9d12556
10 changed files with 136 additions and 26 deletions

View File

@@ -18,6 +18,7 @@ export default {
},
//第一次加载
onLoad(e) {
console.log(e)
if(e.type){
this.type = parseInt(e.type);
let title;
@@ -40,6 +41,7 @@ export default {
type: this.type
})
.then(res => {
console.log(res)
this.$refs.article.setContent(res);
});
}