|
@@ -90,8 +90,8 @@
|
|
|
|
|
|
|
|
<view class="flex-row ticketList" v-for="(i,index) in activity.equityList">
|
|
<view class="flex-row ticketList" v-for="(i,index) in activity.equityList">
|
|
|
<view class="h-text flex-col justify-center ">
|
|
<view class="h-text flex-col justify-center ">
|
|
|
- <text class="money">{{i.salePrice}}</text>
|
|
|
|
|
- <text class="desc">售价</text>
|
|
|
|
|
|
|
+ <text class="money">{{i.faceValue}}</text>
|
|
|
|
|
+ <text class="desc">权益价</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="h-center-content flex-col justify-around">
|
|
<view class="h-center-content flex-col justify-around">
|