Commit 74371ab7 authored by 潘永坪's avatar 潘永坪

无用图片删除

parent 0932408c
...@@ -214,7 +214,7 @@ ...@@ -214,7 +214,7 @@
<view v-if="showBigCoupon" @click="showBigCoupon=false,showSmallCoupon=false" style="position: fixed;top: 0;right: 0;bottom: 0;left: 0;background:rgba(0, 0, 0, 0.5);z-index: 10;display: flex;align-items: center;"> <view v-if="showBigCoupon" @click="showBigCoupon=false,showSmallCoupon=false" style="position: fixed;top: 0;right: 0;bottom: 0;left: 0;background:rgba(0, 0, 0, 0.5);z-index: 10;display: flex;align-items: center;">
<view style="width: 100%;"> <view style="width: 100%;">
<view style="display:flex;justify-content: center;"> <view style="display:flex;justify-content: center;">
<image src="/static/img/combination/bigCoupon.png" style="width: 85%;" mode="widthFix"></image> <image src="/static/img/combination/coupon.gif" style="width: 85%;" mode="widthFix"></image>
</view> </view>
<!-- <view style="display: flex;justify-content: center;"> <!-- <view style="display: flex;justify-content: center;">
<u-icon name="close-circle-fill" color="#333333" size="56"></u-icon> <u-icon name="close-circle-fill" color="#333333" size="56"></u-icon>
......
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
<view class="coupon-wrap" v-if="showCoupon1" style="z-index: 101;"> <view class="coupon-wrap" v-if="showCoupon1" style="z-index: 101;">
<view @click="showCoupon1=false"> <view @click="showCoupon1=false">
<view style="position: relative;"> <view style="position: relative;">
<image src="@/static/img/coupon/coupon1.png" mode="widthFix"></image> <image src="@/static/img/coupon/coupon.png" mode="widthFix"></image>
<view class="coupon1-content"> <view class="coupon1-content">
<image src="@/static/img/coupon/coupon-new.png" mode="widthFix" style="width: 356rpx;"> <image src="@/static/img/coupon/coupon-new.png" mode="widthFix" style="width: 356rpx;">
</image> </image>
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
<view style="text-align: right;"> <view style="text-align: right;">
<u-icon name='close-circle' size='48' color="#ffffff"></u-icon> <u-icon name='close-circle' size='48' color="#ffffff"></u-icon>
</view> </view>
<image src="@/static/img/coupon/coupon2.png" mode="widthFix"></image> <image src="@/static/img/coupon/coupon.png" mode="widthFix"></image>
</view> </view>
</view> </view>
</view> </view>
......
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