|
|
@ -16,7 +16,7 @@ |
|
|
<view class="lf-flex tips"> |
|
|
<view class="lf-flex tips"> |
|
|
<view class="lf-row-between lf-flex-1" v-if="item.specs[0]"> |
|
|
<view class="lf-row-between lf-flex-1" v-if="item.specs[0]"> |
|
|
<view class="lf-flex"> |
|
|
<view class="lf-flex"> |
|
|
<view class="u-line-progress" v-if="item.specs[0].sold_percent"> |
|
|
|
|
|
|
|
|
<view class="u-line-progress"> |
|
|
<u-line-progress :percent="item.specs[0].sold_percent" height="20" :striped="true" active-color="#FE9903" :show-percent="false" inactive-color="#F5F5F5"></u-line-progress> |
|
|
<u-line-progress :percent="item.specs[0].sold_percent" height="20" :striped="true" active-color="#FE9903" :show-percent="false" inactive-color="#F5F5F5"></u-line-progress> |
|
|
</view> |
|
|
</view> |
|
|
<text class="progress lf-m-r-10">{{ item.specs[0].sold_percent_text }}</text> |
|
|
<text class="progress lf-m-r-10">{{ item.specs[0].sold_percent_text }}</text> |
|
|
|