|
|
@@ -33,7 +33,7 @@
|
|
|
</view>
|
|
|
<view class="flex margin-left-50">
|
|
|
<u-icon name="bag"></u-icon>
|
|
|
- <text class="margin-left-10">活动供应价{{detail.supplyPrice}}%</text>
|
|
|
+ <text class="margin-left-10">活动供应价{{detail.supplyPrice/10}}折</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="data">
|
|
|
@@ -76,7 +76,7 @@
|
|
|
<image style="border-radius: 50%;" :src="item.joinPic" mode=""></image>
|
|
|
<view>
|
|
|
<text>{{item.joinName | ellipsis}}</text>
|
|
|
- <text>{{item.finalSupplyPrice}}折</text>
|
|
|
+ <text>{{item.finalSupplyPrice/10}}折</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|