优化代码

This commit is contained in:
2026-01-08 17:41:46 +08:00
parent c994fcca33
commit 94bf924525
7 changed files with 954 additions and 446 deletions
+4 -1
View File
@@ -21,11 +21,14 @@
},
data() {
return {
tools: []
tools:[]
}
},
onLoad() {
const app = getApp();
const gData = app.globalData;
this.getDataByOnline();
this.tools = gData.morePageData.tools;
},
methods: {
getDataByOnline() {