202404 入场需要查看免责声明

This commit is contained in:
2024-05-31 16:20:55 +08:00
parent d50e4a3ef2
commit db13ba7c1c
2 changed files with 11 additions and 5 deletions

View File

@@ -52,8 +52,9 @@
</view> </view>
</view> </view>
</view> </view>
<view class='container' wx:else>
<view class='newplot' wx:else> <view class="newplot">
<image src='../../images/noContent.png'></image> <image src='../../images/noContent.png'></image>
<text>{{memberLessonTicket.msg}}</text> <text>{{memberLessonTicket.msg}}</text>
</view> </view>
</view>

View File

@@ -143,3 +143,8 @@
color: #FFF; color: #FFF;
font-size: 28rpx; font-size: 28rpx;
} }
.newplot>image {
width: 200rpx;
height: 200rpx;
margin-top: -200rpx;
}