添加红包功能
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user