修改样式

This commit is contained in:
2024-06-17 17:36:07 +08:00
parent 56e08863de
commit 75713f1e97
16 changed files with 72 additions and 40 deletions

View File

@@ -23,7 +23,9 @@ Page({
*/
onLoad(options) {
// this.getList()
this.getCode()
loadingFunc(async () => {
await this.getCode()
})
},
async getList() {
const { code, message, data } = await getOwnTenementList()