1.修改发布页面中的活动发布时间弹窗样式

2.修改发布页面中的活动报名时间弹窗样式
3.增加活动发布时间和报名发布时间冲突的逻辑判断
4.优化活动发布时间UI
5.优化发布页面未认证提醒弹窗
6.优化责任书弹窗页面
7.修复第一次登陆不能授权登陆的问题
8.个人中心新增授权弹窗,阅读用户协议,隐私政策
9.优化个人中心UI,新增主理人图标
10.优化我发布的活动顶部tab
11.修复提现列表中金额显示
This commit is contained in:
王创世 2025-06-12 18:19:58 +08:00
parent 8740d379ee
commit 78824174cc
2 changed files with 4 additions and 2 deletions

View File

@ -32,7 +32,7 @@
<view :class="['hot', 'flex', 'flex-column', status == 0 || status == -2 ? 'wsh_hot' : '']">
<view class="content flex align-items flex-column">
<view class="flex flex-column w-100 bbb" style="position: relative;"
v-for="(item, index) in hotList" :key="index">
v-for="(item, index) in hotList" :key="index" @click="detail(item.id)">
<view v-if="status != -2">
<image v-if="item.auth_status == 0" src="/static/my/daishenhe.png"
style="width: 134rpx; height: 106rpx;position: absolute;right: 0;"></image>

View File

@ -83,7 +83,9 @@
</view>
</view>
<view style="text-align: center;">
<view style="margin-bottom: 20rpx;">+{{item.real_price}}</view>
<view style="margin-bottom: 20rpx;" v-if="item.withdrawal_status!=3">+{{item.real_price}}</view>
<view style="margin-bottom: 20rpx;" v-if="item.withdrawal_status==3">+{{item.real_have_price}}</view>
<view v-if="item.status==1"
style="background: #E6EEFF;width: 90rpx;height: 32rpx;border-radius: 4rpx 4rpx 4rpx 4rpx;text-align: center;margin: 0 auto;">
<view style="color: #2F78CD;font-size: 22rpx;line-height: 32rpx;">审核中</view>