Commit c0394dd3 authored by 李智书's avatar 李智书

1.修改班级年纪默认值;

parent 71d7fc57
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
催交 催交
</view> </view>
<view class="class_name"> <view class="class_name">
<text>{{item.userClass+'/'+item.userGrade}}</text> <text>{{(item.userClass||'')+'/'+(item.userGrade||'')}}</text>
</view> </view>
</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