Commit ad8c2137 authored by youjie's avatar youjie

no message

parent d7500c34
......@@ -2,7 +2,7 @@
export default {
onLaunch() {
//调用定义的更新方法
// this.VersionUpdate();
this.VersionUpdate();
},
onShow() {
// console.log('App Show')
......
......@@ -43,7 +43,7 @@
<view class="homework-score">
<view class="homework-score-title">领先度</view>
<view class="homework-score-num flex">
<view>{{jobData.DataObj.ExamRankRate*100}}</view>
<view>{{(jobData.DataObj.ExamRankRate*100).toFixed(0)}}</view>
<view>%</view>
</view>
</view>
......
......@@ -63,6 +63,8 @@
text-align: center;
line-height: 35rpx;
position: fixed;
left: 0;
right: 0;
bottom: 30rpx;
}
.login-content{
......
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