上传首页更改

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

View File

@@ -127,4 +127,9 @@ Page({
});
},
jumpToFinance() {
wx.navigateTo({
url: '/pages/aid/finance/index',
})
}
})