Commit b29f20c9 authored by 罗超's avatar 罗超

1

parent 267e34cc
...@@ -97,23 +97,6 @@ ...@@ -97,23 +97,6 @@
<view>结束时间:{{ item.EndTimeStr }}</view> <view>结束时间:{{ item.EndTimeStr }}</view>
</view> </view>
</view> </view>
<!-- <view>
<u-button
size="80"
:ripple="true"
shape="circle"
:custom-style="{
backgroundColor: mainColor ? mainColor : '#1F1F1F',
color: '#FFF',
fontSize: '28rpx',
marginTop: '10rpx',
width: '300rpx',
height: '88rpx',
}"
@click="goSignList(item)"
>查看报名信息</u-button
>
</view> -->
<view style="display: flex; justify-content: flex-end"> <view style="display: flex; justify-content: flex-end">
<view <view
class="seebtn" class="seebtn"
......
...@@ -468,6 +468,7 @@ ...@@ -468,6 +468,7 @@
line-height: 38rpx; line-height: 38rpx;
font-weight: 600; font-weight: 600;
" "
v-if="detailData.Discount"
><!--招引优惠-->{{ detailData.Discount }}</text ><!--招引优惠-->{{ detailData.Discount }}</text
> >
</view> </view>
...@@ -499,6 +500,7 @@ ...@@ -499,6 +500,7 @@
line-height: 38rpx; line-height: 38rpx;
font-weight: 600; font-weight: 600;
" "
v-if="detailData.StartingInfo"
><!--首发、首展、首秀政策-->{{ detailData.StartingInfo }}</text ><!--首发、首展、首秀政策-->{{ detailData.StartingInfo }}</text
> >
</view> </view>
...@@ -726,7 +728,7 @@ ...@@ -726,7 +728,7 @@
</view> </view>
</view> </view>
<view <view
style="margin-bottom: 83rpx; text-align: right; position: relative" style="margin-bottom: 93rpx; text-align: right; position: relative"
> >
<view style="text-align: left"> <view style="text-align: left">
<image <image
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment