Commit 68ad422c authored by liudong1993's avatar liudong1993

Merge branch 'master' of http://gitlab.oytour.com/youjie/thinkapp

parents 0df836f1 d2940f4d
......@@ -23,11 +23,11 @@
</view>
<view class="jobDetails-num flex">
<text>已批阅</text>
<view>{{jobDetails.ReviewNum?jobDetails.ReviewNum:0}}</view>
<view>{{jobDetails.ReadNum?jobDetails.ReadNum:0}}</view>
</view>
<view class="jobDetails-num flex">
<text>优秀</text>
<view>{{jobDetails.ExcellentNum?jobDetails.ExcellentNum:0}}</view>
<view>{{jobDetails.GoodNum?jobDetails.GoodNum:0}}</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