日常修复bug
This commit is contained in:
parent
29e8beb1ae
commit
7ffeadfa4d
|
@ -74,6 +74,7 @@
|
||||||
<text v-if="item.status == 0" class="iconfont icon-tuikuanzhong on"></text>
|
<text v-if="item.status == 0" class="iconfont icon-tuikuanzhong on"></text>
|
||||||
<text v-if="item.status == 1 || item.status == 2" class="iconfont icon-tuihuozhong on"></text>
|
<text v-if="item.status == 1 || item.status == 2" class="iconfont icon-tuihuozhong on"></text>
|
||||||
<text v-if="item.status == 3" class="iconfont icon-yituikuan1"></text>
|
<text v-if="item.status == 3" class="iconfont icon-yituikuan1"></text>
|
||||||
|
<text v-if="item.status == -2" class="iconfont icon-yiquxiao"></text>
|
||||||
</view>
|
</view>
|
||||||
<view class="operation acea-row row-between-wrapper">
|
<view class="operation acea-row row-between-wrapper">
|
||||||
<view class="more">
|
<view class="more">
|
||||||
|
|
|
@ -209,6 +209,7 @@
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.refund-wrapper{
|
.refund-wrapper{
|
||||||
|
padding-bottom: 150rpx;
|
||||||
.form-box{
|
.form-box{
|
||||||
padding-left: 30rpx;
|
padding-left: 30rpx;
|
||||||
margin-top: 18rpx;
|
margin-top: 18rpx;
|
||||||
|
|
Loading…
Reference in New Issue