Commit 24e2ba2c authored by 罗超's avatar 罗超

修改文字信息

parent 697d79c6
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
<text class="Score">{{item.Score}}</text> <text class="Score">{{item.Score}}</text>
<text class="ScoreRate" <text class="ScoreRate"
:class="item.ScoreRate<0.5?'failed': :class="item.ScoreRate<0.5?'failed':
(item.ScoreRate==1?'fullScore':'')">{{(item.ScoreRate * 100).toFixed(0)}}<text>%</text></text> (item.ScoreRate==1?'fullScore':'')">{{item.PScore.toFixed(0)}}<text></text></text>
<text class="AvgScoreRate">{{(item.AvgScoreRate * 100).toFixed(0)}}<text>%</text></text> <text class="AvgScoreRate">{{item.AvgScore.toFixed(0)}}<text></text></text>
</view> </view>
</view> </view>
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
}, },
showPhone: false, showPhone: false,
showLogin: true, //多次点击 showLogin: true, //多次点击
TitleList:['考点','分数','个人得分','平均得分'] TitleList:['考点','分数','个人得分','平均得分']
}); });
return { return {
...toRefs(data), ...toRefs(data),
......
{ {
"name" : "成长树", "name" : "进阶成长数",
"appid" : "__UNI__C97C820", "appid" : "__UNI__C97C820",
"description" : "甲鹤小程序学生端", "description" : "甲鹤小程序学生端",
"versionName" : "1.0.0", "versionName" : "1.0.0",
......
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