|
@@ -16,7 +16,7 @@
|
|
|
<div class="detailcontext">
|
|
|
<p v-html="detailinfo.content"></p>
|
|
|
</div>
|
|
|
- <div class="development">
|
|
|
+ <div class="development" v-if="detailinfo.column_name == '专家问诊'">
|
|
|
<p>功能开发中</p>
|
|
|
<p>功能实现流程:<span>问诊记录展示</span>-<span>在线咨询</span>-<span>专家在线问诊</span></p>
|
|
|
</div>
|
|
@@ -52,10 +52,9 @@ export default {
|
|
|
methods: {
|
|
|
...news(['fetch']),
|
|
|
async search() {
|
|
|
- console.log(this.newsid);
|
|
|
-
|
|
|
const res = await this.fetch(this.newsid);
|
|
|
this.$set(this, `detailinfo`, res.data);
|
|
|
+ console.log(res.data);
|
|
|
},
|
|
|
},
|
|
|
computed: {
|