添加每日签到页面2

This commit is contained in:
2025-09-28 01:25:10 +08:00
parent 16b54570b0
commit f78448e8da
4 changed files with 570 additions and 2 deletions

View File

@@ -179,7 +179,9 @@ Component({
});
},
gotoDaily(){
wx.navigateTo({
url: `/pages/daily/daily?id=${this.data.userinfo.uid}`,
});
}