Fix:3443 【商城小程序】个人主页--提现申请--提现记录增加暂无记录的提示
This commit is contained in:
@@ -25,9 +25,13 @@
|
||||
|
||||
<view style="color:#E92727;font-size: 32rpx;">¥{{ item['extractPrice'] }}</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view>
|
||||
<image class="empty-img" :src="webUrl + '/orderIcon/nodata1.png'" mode="heightFix" lazy-load="false">
|
||||
</image>
|
||||
</view>
|
||||
</scroll-view>
|
||||
</template>
|
||||
|
||||
@@ -73,12 +77,22 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped lang="less">
|
||||
.empty-img{
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 200rpx;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: auto;
|
||||
}
|
||||
view {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.scroll-body {
|
||||
height: 100vh;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.logs {
|
||||
|
||||
Reference in New Issue
Block a user