Commit 9b786dd2bddebda2620267a0127e52c2a4d0b52d
1 parent
a200c466
卡项商品详情服务项目价格字段修改
Showing
1 changed file
with
1 additions
and
1 deletions
packageA/pages/goodsInfo/goodsInfo.wxml
... | ... | @@ -208,7 +208,7 @@ |
208 | 208 | <view class="flex ai_c jc_sb" style="height: 88rpx;"> |
209 | 209 | <view class="ellipsis-2 f1">{{item.projectName}}({{item.frequency}}次)</view> |
210 | 210 | <view class="pdl30 t-r"> |
211 | - <view class="rmb fs36 bold c-red">{{item.money}}</view> | |
211 | + <view class="rmb fs36 bold c-red">{{item.vipprice}}</view> | |
212 | 212 | <view class="fs22 c-9 del" wx:if="{{item.showPrice}}">零售价:¥{{item.showPrice}}</view> |
213 | 213 | </view> |
214 | 214 | </view> | ... | ... |