Commit f5132b90 authored by 黄奎's avatar 黄奎

团队列表修改

parent c3bcaf7f
...@@ -504,26 +504,16 @@ ...@@ -504,26 +504,16 @@
</view> </view>
<view class="price" style="display:flex;justify-content: space-between;align-items: center;"> <view class="price" style="display:flex;justify-content: space-between;align-items: center;">
<view class="priceMoerBox"> <view class="priceMoerBox">
最近团期: 最近团期:{{item.startDate}}
<!-- #ifdef MP-DI --> <!-- #ifdef MP-DI -->
<template v-if="item.priceList.length>0"> <template v-if="item.priceList&&item.priceList.length>0">
<template v-for="(items,i) in item.priceList"> <view class="priceMoer">
<text v-if="i<1" :key="i">{{ items.startDates }}</text> 更多团期
</template>
<view class="priceMoer" v-if="item.priceList.length>1">
更多
<u-icon name="arrow-left" color="#999999" size="24"></u-icon> <u-icon name="arrow-left" color="#999999" size="24"></u-icon>
</view> </view>
</template> </template>
<template v-else>
{{item.startDate}}
</template>
<!-- #endif -->
<!-- #ifdef MP-AG -->
{{item.startDate}}
<!-- #endif --> <!-- #endif -->
</view> </view>
</view> </view>
<view class="price" style="text-align: unset;"> <view class="price" style="text-align: unset;">
<text></text> <text></text>
......
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