Commit ed2edfc0129055a95f3853b6284423e58bb052ea
1 parent
5c14ac13
秒杀列表自测发现一个小bug
Showing
1 changed file
with
1 additions
and
1 deletions
pages/activity/seckill_list/seckill_list.wxml
| ... | ... | @@ -68,7 +68,7 @@ |
| 68 | 68 | </view> |
| 69 | 69 | <view class="fs40 flex xc-buttom-money {{type==1?'xc-wc':'blue_c'}}" > |
| 70 | 70 | <view class="fs28" style="line-height: 16px;">¥</view> |
| 71 | - <text>{{item.price}}--{{is_retail_price}}--</text> | |
| 71 | + <text>{{item.price}}</text> | |
| 72 | 72 | <span wx:if="{{is_retail_price}}" class="underline fs20">零售价¥{{item.market_price}}</span> |
| 73 | 73 | </view> |
| 74 | 74 | ... | ... |