[产品权证,新增缺省图片]

This commit is contained in:
2021-09-30 11:04:58 +08:00
parent 09d0f5dbbd
commit 8e533f9bf7

View File

@@ -27,7 +27,7 @@
</block> </block>
<block v-else> <block v-else>
<view class="goods--null"> <view class="goods--null">
<view>{{toast}}</view> <no-list name='no-goods' :txt="toast" />
</view> </view>
</block> </block>
</view> </view>
@@ -129,7 +129,7 @@ export default {
// 数据空 // 数据空
.goods--null{ .goods--null{
width: 100%; width: 100%;
padding: 20vh 0; padding: 200rpx 0;
text-align: center; text-align: center;
font-size: $title-size-m; font-size: $title-size-m;
color: $text-gray; color: $text-gray;