Commit 385e24d2 by 宋冰琦

替换粉箭头图标

parent 86ceb6eb
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<span v-if="selectCoupon.couponAmount" class="price">-¥{{selectCoupon.couponAmount}}</span> <span v-if="selectCoupon.couponAmount" class="price">-¥{{selectCoupon.couponAmount}}</span>
<span v-else>{{ticketNum>0?ticketNum+'张可用':'暂无可用优惠'}}</span> <span v-else>{{ticketNum>0?ticketNum+'张可用':'暂无可用优惠'}}</span>
<image v-if="!ticketNum>0" class="arrow-right-select" :src="'../../../static/imgs/jiantouhei.png'" /> <image v-if="!ticketNum>0" class="arrow-right-select" :src="'../../../static/imgs/jiantouhei.png'" />
<image v-else class="arrow-right-select" :src="'../../../static/imgs/jiantoufen.jpg'" /> <image v-else class="arrow-right-select" :src="'../../../static/imgs/jiantoufen.png'" />
</div> </div>
</div> </div>
...@@ -843,7 +843,7 @@ export default { ...@@ -843,7 +843,7 @@ export default {
} }
.arrow-right-select{ .arrow-right-select{
width: 15.27rpx; width: 15.27rpx;
height: 19.68rpx; height: 20.68rpx;
margin-left: 8rpx; margin-left: 8rpx;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment