Commit 42c67d34 authored by youjie's avatar youjie

优化 选择优惠券样式

parent a6fc6b0b
......@@ -2,9 +2,10 @@
<u-popup mode="bottom" border-radius="20" :popup="false" v-model="show" :maskCloseAble="true" length="auto"
:safeAreaInsetBottom="true" @close="popupClose" :z-index="9999" close-icon="cross" :closeable="true">
<view class="coupon">
<scroll-view :scroll-y="true" style="max-height: 70vh;">
<view class="title">优惠券</view>
<view class="chosentips">请选择要使用的优惠券</view>
<scroll-view :scroll-y="true" style="max-height: 40vh;">
<view class="details">
<view class="item" v-for="(x, i) in ts" :key="i" :style="{'margin-bottom':ts.length==i+1?'50px':'10px'}">
<view class="ticket">
......@@ -42,7 +43,7 @@
</view>
</view>
</scroll-view>
</scroll-view>
<view class="btton-box">
<u-button size="80" :ripple="true" shape="circle" :custom-style="{
backgroundColor: mc,
......
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