提交 73a18de3 编写于 作者: tao.wu's avatar tao.wu

no message

上级 7591d73a
...@@ -48,7 +48,7 @@ export default { ...@@ -48,7 +48,7 @@ export default {
}, },
created() { created() {
vm = this vm = this
// vm.getToken() vm.getToken()
}, },
mounted() { mounted() {
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<el-radio <el-radio
v-for="(item, index) in cartoonList" v-for="(item, index) in cartoonList"
:key="index" :key="index"
:label="index" class="radio-item">{{item.name}}</el-radio> :label="item" class="radio-item">{{item.header_name}}</el-radio>
</el-radio-group> </el-radio-group>
</div> </div>
</div> </div>
...@@ -89,8 +89,7 @@ ...@@ -89,8 +89,7 @@
this.typeList = this.typeList.concat(res.data.P036) this.typeList = this.typeList.concat(res.data.P036)
}) })
getAllEducationComtent({}).then(res=>{ getAllEducationComtent({}).then(res=>{
// res.data.picapEducationComtentsForHypertension this.cartoonList = [...res.data.picapEducationComtentsForHypertension,...res.data.picapEducationComtentsForNotHypertension]
// res.data.picapEducationComtentsForNotHypertension
}) })
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册