Commit 1c5a56c6 authored by lvtz's avatar lvtz

fix

parent 4a5e7a59
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
<list-loading loading="{{listLoading}}" style="margin: 0 auto"></list-loading> <list-loading loading="{{listLoading}}" style="margin: 0 auto"></list-loading>
</view> </view>
<view class="" wx:if="{{emptyPage}}"> <view class="" wx:if="{{emptyPage}}">
<empty-content text="暂无数据" emptyimg="empty2"></empty-content> <empty-content text="暂无数据" emptyimg="common/empty/empty_c_sraech.png.png"></empty-content>
</view> </view>
</view> </view>
</view> </view>
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<list-loading loading="{{listLoading}}"></list-loading> <list-loading loading="{{listLoading}}"></list-loading>
</view> </view>
<view class="" wx:if="{{emptyPage}}"> <view class="" wx:if="{{emptyPage}}">
<empty-content text="暂无数据" emptyimg="empty2"></empty-content> <empty-content text="暂无数据" emptyimg="common/empty/empty_c_sraech.png.png"></empty-content>
</view> </view>
<view class="videodialog" wx:if="{{videostatus.videoShow}}"> <view class="videodialog" wx:if="{{videostatus.videoShow}}">
<view class="videodialogmask" bindtap="closeVideo"></view> <view class="videodialogmask" bindtap="closeVideo"></view>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<list-loading loading="{{listLoading}}"></list-loading> <list-loading loading="{{listLoading}}"></list-loading>
</view> </view>
<view class="" wx:if="{{emptyPage&&teacherEmpty}}"> <view class="" wx:if="{{emptyPage&&teacherEmpty}}">
<empty-content text="暂无数据" emptyimg="empty2"></empty-content> <empty-content text="暂无数据" emptyimg="common/empty/empty_c_sraech.png.png"></empty-content>
</view> </view>
<view class="footer" style="bottom: {{inputHeight}}px"> <view class="footer" style="bottom: {{inputHeight}}px">
<input type="text" adjust-position="{{false}}" placeholder-class="placeholderclass" class="iteminput" bindfocus="bindfocus" bindblur='bindblur' maxlength="50" value="{{comment}}" bindinput="commentInput" placeholder="留下你的精彩评论吧" ></input> <input type="text" adjust-position="{{false}}" placeholder-class="placeholderclass" class="iteminput" bindfocus="bindfocus" bindblur='bindblur' maxlength="50" value="{{comment}}" bindinput="commentInput" placeholder="留下你的精彩评论吧" ></input>
......
...@@ -305,7 +305,7 @@ ...@@ -305,7 +305,7 @@
</view> </view>
<list-loading loading="{{subjectListLoading}}"></list-loading> <list-loading loading="{{subjectListLoading}}"></list-loading>
<view class="subjectEmptyPage" wx:if="{{subjectEmptyPage}}"> <view class="subjectEmptyPage" wx:if="{{subjectEmptyPage}}">
<empty-content text="学校暂未开设主题课,快去提醒学校设置更多主题课吧~" emptyimg="empty2.png"></empty-content> <empty-content text="学校暂未开设主题课,快去提醒学校设置更多主题课吧~" emptyimg="common/empty/empty_c_sraech.png"></empty-content>
</view> </view>
</view> </view>
......
...@@ -1244,4 +1244,5 @@ page{ ...@@ -1244,4 +1244,5 @@ page{
} }
.subjectEmptyPage{ .subjectEmptyPage{
padding-bottom: 400rpx; padding-bottom: 400rpx;
position: relative;
} }
\ No newline at end of file
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<list-loading loading="{{listLoading}}" style="margin: 0 auto"></list-loading> <list-loading loading="{{listLoading}}" style="margin: 0 auto"></list-loading>
</view> </view>
<view class="" wx:if="{{emptyPage}}"> <view class="" wx:if="{{emptyPage}}">
<empty-content text="暂无数据" emptyimg="empty2"></empty-content> <empty-content text="暂无数据" emptyimg="common/empty/empty_c_sraech.png.png"></empty-content>
</view> </view>
</view> </view>
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