This commit is contained in:
王创世 2025-06-14 16:50:46 +08:00
parent 18e86e61b0
commit 40d7aab887
2 changed files with 7 additions and 11 deletions

View File

@ -205,7 +205,7 @@
<view style="padding: 0rpx 40rpx;"> <view style="padding: 0rpx 40rpx;">
<view style="display: flex;justify-content: space-between;align-items: center;"> <view style="display: flex;justify-content: space-between;align-items: center;">
<view style="font-size: 28rpx;font-weight: 600;">退款数量</view> <view style="font-size: 28rpx;font-weight: 600;">退款数量</view>
<view>{{ info.num }}</view> <view>{{ info.auth_num }}</view>
</view> </view>
<view style="height: 1px;background-color:#F0F0F0;width: 100%;margin: 30rpx 0rpx;"></view> <view style="height: 1px;background-color:#F0F0F0;width: 100%;margin: 30rpx 0rpx;"></view>
<view style="display: flex;justify-content: space-between;align-items: center;"> <view style="display: flex;justify-content: space-between;align-items: center;">

View File

@ -33,16 +33,16 @@
<view class="content flex align-items flex-column"> <view class="content flex align-items flex-column">
<view class="flex flex-column w-100 bbb" style="position: relative;" <view class="flex flex-column w-100 bbb" style="position: relative;"
v-for="(item, index) in hotList" :key="index" @click.stop="detail(item.id)"> v-for="(item, index) in hotList" :key="index" @click.stop="detail(item.id)">
<view v-if="status != -2"> <view v-if="status != -2">
<image v-if="item.auth_status == 0" src="/static/my/daishenhe.png" <image v-if="item.auth_status == 0" src="/static/my/daishenhe.png"
style="width: 134rpx; height: 106rpx;position: absolute;right: 0;"></image> style="width: 134rpx; height: 106rpx;position: absolute;right: 0;"></image>
<image v-if="item.auth_status == 2" src="/static/my/wtg.png" <image v-if="item.auth_status == 2" src="/static/my/wtg.png"
style="width: 134rpx; height: 106rpx;position: absolute;right: 0;"></image> style="width: 134rpx; height: 106rpx;position: absolute;right: 0;"></image>
<view class="flex" style="margin-top: 24rpx"> <view class="flex" style="margin-top: 24rpx">
<view class="right flex flex-column" style="align-items: self-start"> <view class="right flex flex-column" style="align-items: self-start;">
<span class="title white-space">{{ item.title }}</span> <span class="title white-space" style="padding-left: 30rpx;">{{ item.title }}</span>
<span class="first-image flex align-items" style="margin-top: 20rpx; width: 100%"> <span class="first-image flex align-items" style="margin-top: 20rpx; width: 100%;padding-left: 30rpx;">
<image :src="item.user.avatar" style="width: 36rpx; height: 36rpx;border-radius: 50%;"></image> <image :src="item.user.avatar" style="width: 36rpx; height: 36rpx;border-radius: 50%;"></image>
<span style="color: #9c9c9c; margin-left: 10rpx;">{{ <span style="color: #9c9c9c; margin-left: 10rpx;">{{
item.user.nickname item.user.nickname
@ -53,7 +53,7 @@
</view> </view>
</span> </span>
<view class="flex flex-column" style="margin-top: 20rpx"> <view class="flex flex-column" style="margin-top: 20rpx;padding-left: 30rpx;">
<view class="time flex align-items white-space"> <view class="time flex align-items white-space">
<span class="time_tex" v-if="item.status == 2">{{ <span class="time_tex" v-if="item.status == 2">{{
"报名中" "报名中"
@ -69,7 +69,7 @@
</view> </view>
</view> </view>
<view class="flex align-items justify-center" style="margin-top: 20rpx;margin-bottom: 32rpx;"> <view class="flex align-items justify-center" style="gap: 16rpx;width: 100%;margin-top: 20rpx;margin-bottom: 32rpx;">
<view class="imgs_con_div" v-for="(items_img, index) in item.images.slice(0, 3)" <view class="imgs_con_div" v-for="(items_img, index) in item.images.slice(0, 3)"
:key="index"> :key="index">
@ -747,9 +747,7 @@
} }
.rightBox { .rightBox {
margin-left: 32rpx;
width: 50%; width: 50%;
.line-row { .line-row {
width: 382rpx; width: 382rpx;
height: 1rpx; height: 1rpx;
@ -1073,7 +1071,6 @@
} }
.right { .right {
margin-left: 30rpx;
width: 100%; width: 100%;
// padding: 20rpx 0; // padding: 20rpx 0;
@ -1168,7 +1165,6 @@
} }
.imgs_con_div { .imgs_con_div {
margin-right: 12rpx;
width: 202rpx; width: 202rpx;
height: 202rpx; height: 202rpx;
overflow: hidden; overflow: hidden;