Commit 7f96ba7b authored by sujie@126.com's avatar sujie@126.com

dd

parent 90d28f11
......@@ -20,7 +20,7 @@
<view class="item">分享{{item.share_count || 0}}次</view>
<view class="item">带来{{item.share_uv || 0}}人</view>
</view>
<view class="mobile">手机号:{{item.school_student.formal_school_student.mobile? item.school_student.formal_school_student.mobile: '-'}}</view>
<view class="mobile">手机号:{{item.mobile? item.mobile: '-'}}</view>
</view>
<view class="status {{item.is_formal_student?'status2':'status1'}}">{{item.is_formal_student?'在读':'非在读'}}</view>
</view>
......
......@@ -301,7 +301,7 @@
</view>
<list-loading loading="{{subjectListLoading}}"></list-loading>
<view class="subjectEmptyPage" wx:if="{{subjectEmptyPage}}">
<empty-content text="ta还没设置主题课,快去提醒他吧~" emptyimg="empty2"></empty-content>
<empty-content text="ta还没设置主题课,快去提醒他吧~" emptyimg="empty2.png"></empty-content>
</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