Commit 3125c9df authored by p-wanping.song's avatar p-wanping.song

撤回风险模型

parent 28451767
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<div class="section"> <div class="section">
<p>该次测评风险值为:</p> <p>该次测评风险值为:</p>
<div class="resultScore" :style="{ background: backgroundColor}" > <div class="resultScore" :style="{ background: backgroundColor}" >
<p style="font-weight: bold;font-size: 20px;color: white;">{{ this.score }}</p> <p style="font-weight: bold;font-size: 20px;color: white;">{{ score }}</p>
</div> </div>
<p>本次评估结果评定为:{{ level }}</p> <p>本次评估结果评定为:{{ level }}</p>
<van-divider></van-divider> <van-divider></van-divider>
...@@ -39,7 +39,7 @@ import LHeader from "@/components/header.vue"; ...@@ -39,7 +39,7 @@ import LHeader from "@/components/header.vue";
} }
}, },
created(){ created(){
this.score = this.$route.query.score-''; // this.score = this.$route.query.score-'';
this.getResult() this.getResult()
}, },
methods:{ methods:{
......
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