添加红包功能

This commit is contained in:
bobobobo
2026-01-07 00:52:23 +08:00
parent 95b46d5cf4
commit 1c021cdd21
12 changed files with 1542 additions and 1346 deletions

View File

@@ -11,6 +11,7 @@
url: '/pages/my-index/wallet/index'
},
{ name: '我的团队', icon: 'team', url: '/pages/my-index/my-team' },
{ name: '群创建直播', icon: 'videocam', url: '' },
{
name: '会议记录',
icon: 'meeting',
@@ -100,12 +101,19 @@
@click="item.url && navigateTo(item.url)"
>
<view class="item-name">
<uni-icons
v-if="item.icon === 'videocam'"
type="videocam"
size="64rpx"
color="#1b38b9"
></uni-icons>
<image
v-else
:src="`/static/images/my-index/${item.icon}.png`"
mode="heightFix"
class="icon"
></image>
<text>{{ item.name }}</text>
<text class="text-box">{{ item.name }}</text>
</view>
<image
src="/static/images/public/right-arrow.png"
@@ -248,9 +256,9 @@
align-items: center;
.icon {
height: 64rpx;
margin-right: 16rpx;
}
text {
.text-box {
margin-left: 16rpx;
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 32rpx;