添加每日签到页面

This commit is contained in:
2025-09-28 01:12:33 +08:00
parent 5faa33deda
commit 16b54570b0
7 changed files with 15 additions and 4 deletions

View File

@@ -12,7 +12,8 @@
"pages/setting/setting", "pages/setting/setting",
"pages/opinion/opinion", "pages/opinion/opinion",
"pages/helpcenter/helpcenter", "pages/helpcenter/helpcenter",
"pages/activities/activities" "pages/activities/activities",
"pages/daily/daily"
], ],
"window": { "window": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",

View File

@@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
}
}

View File

View File

@@ -0,0 +1 @@
daily

View File

View File

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

View File

@@ -52,11 +52,11 @@
</view> </view>
<view class="function-name">我的兑换</view> <view class="function-name">我的兑换</view>
</view> </view>
<view class="function-item" bind:tap="gotoAddress"> <view class="function-item" bind:tap="gotoDaily">
<view class="function-icon"> <view class="function-icon">
<t-icon name="map-marker" size="40rpx" /> <t-icon name="assignment-checked" size="40rpx" />
</view> </view>
<view class="function-name">收货地址</view> <view class="function-name">每日签到</view>
</view> </view>
<view class="function-item" bind:tap="gotoCoupons"> <view class="function-item" bind:tap="gotoCoupons">
<view class="function-icon"> <view class="function-icon">