上传首页更改

This commit is contained in:
2024-11-28 09:51:12 +08:00
parent 6af35a4632
commit 7bbe58a0d0
16 changed files with 191 additions and 2 deletions

24
components/aid/index.js Normal file
View File

@@ -0,0 +1,24 @@
// components/aid/index.js
Component({
/**
* 组件的属性列表
*/
properties: {
},
/**
* 组件的初始数据
*/
data: {
},
/**
* 组件的方法列表
*/
methods: {
}
})