Commit 9e75e803 authored by Mac's avatar Mac

1

parent 319ac63f
......@@ -18,7 +18,7 @@
<view class="boxtc-b-item">{{item.Marriage}}</view>
</view>
</view>
<view class="boxt-r">
<view class="boxt-r" v-if="item.MatchingRate>0">
匹配度 {{item.MatchingRate}}%
</view>
</view>
......
......@@ -142,7 +142,7 @@
</view>
<view class="ac-x-r" :style="{'color':mainColor}">
<view style="margin-bottom: 5px;">
{{item.IsFree==1?'免费':'需要星星:'+item.Price }}
{{item.IsFree==1 || item.Price==0?'免费':'需要星星:'+item.Price }}
</view>
<view class="activeJoin-x" :style="{'background-color':IsOpenMiAi==1?mainColor:'#000450'}" v-if="item.ActivityStatus==0">未开始</view>
<view class="activeJoin-x" :style="{'background-color':IsOpenMiAi==1?mainColor:'#000450'}" v-if="item.ActivityStatus==1">马上加入</view>
......
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