管理员可以修改项目所属人

This commit is contained in:
sdaduanbilei 2025-12-02 15:03:10 +08:00
parent 0ea43d0c62
commit 5a4051edde
2 changed files with 5 additions and 4 deletions

View File

@ -79,12 +79,13 @@
<view style="padding: 0 32rpx">
<view class="row " style="padding-top: 8rpx; padding-bottom: 8rpx;">
<view class="row" style="padding-top: 8rpx; padding-bottom: 8rpx;margin-bottom: 32rpx;">
<t-cell title="免费领取绿植" hover arrow />
<t-cell title="提醒设置" hover arrow />
<t-cell title="加入微信群" hover arrow bind:tap="goAbout" />
<t-cell title="用户协议" hover arrow bind:tap="goPrivate" />
<t-cell title="邀请好友" hover arrow bordered="{{false}}" description="成功邀请可以获得稀有种子" />
</view>
</view>
<view class="padding"></view>
</view>

View File

@ -6,8 +6,8 @@
}
.avatar {
height: 120rpx;
width: 120rpx;
height: 96rpx;
width: 96rpx;
border: white 2rpx solid;
border-radius: 60rpx;
}