1.发布页面ui调整

2.我的页面弹窗和默认图调整
3.提现页面UI调整
4.核销页面UI调整增加空状态图标
5.优化详情页面
This commit is contained in:
王创世 2025-06-13 18:31:01 +08:00
parent 620b50a8f5
commit 0abbf5b173

View File

@ -88,15 +88,15 @@
<view class="row flex align-items" style="margin: 25rpx 0;" v-if="form.price != 0"> <view class="row flex align-items" style="margin: 25rpx 0;" v-if="form.price != 0">
<span class="label flex align-items "> <view class="label flex align-items ">
<span style="color: #3D3D3D;">*</span>退款政策 <text style="color: #3D3D3D;">*</text>退款政策
</span> </view>
<!-- --> <!-- -->
<span class="row-right" @click="tuikuan = true"> <view class="row-right" @click="tuikuan = true">
<input type="text" placeholder="请选择退款政策" class="input" disabled="true" <input type="text" placeholder="请选择退款政策" class="input" disabled="true"
v-model="form.refund_idn" placeholder-class="plasty_c" /> v-model="form.refund_idn" placeholder-class="plasty_c" />
<u-icon name="arrow-right" color="#323232"></u-icon> <u-icon name="arrow-right" color="#323232"></u-icon>
</span> </view>
</view> </view>
</view> </view>
@ -167,9 +167,11 @@
<u-popup @touchmove.native.stop.prevent :closeable="false" :show="tuikuan" :round="22" mode="bottom" <u-popup @touchmove.native.stop.prevent :closeable="false" :show="tuikuan" :round="22" mode="bottom"
@close="closetuikuan" @open="opentuikuan" :custom-style="popupStyletk"> @close="closetuikuan" @open="opentuikuan" :custom-style="popupStyletk">
<view class="popup_tkall"> <view class="popup_tkall">
<view class="popup_tk"> 选择退款政策</view> <view style="display: flex;justify-content: space-between;align-items: center;">
<view class="closetk" @click="closetuikuan">取消</view> <view class="closetk" @click="closetuikuan">取消</view>
<view class="popup_tk"> 选择退款政策</view>
<view class="confirmtk" @click="closetuikuan">确认</view> <view class="confirmtk" @click="closetuikuan">确认</view>
</view>
<scroll-view scroll-y="true" class="popup-content"> <scroll-view scroll-y="true" class="popup-content">
<view class="popup-content-item flex align-items" :class="[{ active: currents === index }]" <view class="popup-content-item flex align-items" :class="[{ active: currents === index }]"
v-for="(item, index) in refund_list" :key="index" @click="selectItem(index, item)"> v-for="(item, index) in refund_list" :key="index" @click="selectItem(index, item)">
@ -382,7 +384,7 @@
content: '', content: '',
refund_id: '', refund_id: '',
refund_idn: '', refund_idn: '',
price: 1, price: 0,
stock: '', stock: '',
sign_time: '', sign_time: '',
time: '', time: '',
@ -396,7 +398,6 @@
date1: dayjs().add(8, 'hour').valueOf(), // date1: dayjs().add(8, 'hour').valueOf(), //
birth: dayjs().add(4, 'hour').valueOf(), // birth: dayjs().add(4, 'hour').valueOf(), //
birth1: dayjs().add(8, 'hour').valueOf(), // birth1: dayjs().add(8, 'hour').valueOf(), //
}, },
apply_info: {}, apply_info: {},
popupStyle: { popupStyle: {
@ -1757,16 +1758,16 @@
z-index: 100; z-index: 100;
.popup_tk { .popup_tk {
font-size: 42rpx; font-size: 36rpx;
font-weight: 800; font-weight: 800;
margin: 12rpx 0 24rpx 0; margin: 12rpx 0 24rpx 0;
height: 120rpx;
text-align: center; text-align: center;
} }
.popup-content { .popup-content {
height: 900rpx; height: 900rpx;
overflow-y: auto; overflow-y: auto;
margin-top: 30rpx;
} }
.popup-content-item { .popup-content-item {
@ -1807,9 +1808,6 @@
} }
.closetk { .closetk {
position: absolute;
top: 46rpx;
left: 30rpx;
color: #9C9C9C; color: #9C9C9C;
font-size: 28rpx; font-size: 28rpx;
font-weight: 400; font-weight: 400;
@ -1817,9 +1815,6 @@
} }
.confirmtk { .confirmtk {
position: absolute;
top: 46rpx;
right: 30rpx;
color: #3D3D3D; color: #3D3D3D;
font-size: 28rpx; font-size: 28rpx;
font-weight: 400; font-weight: 400;