11111
This commit is contained in:
parent
bd8ea3ecf0
commit
99bc4add2d
@ -100,7 +100,7 @@ onMounted(() => {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0;
|
right: 0;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
width:27px;
|
width:26px;
|
||||||
padding:8px 0;
|
padding:8px 0;
|
||||||
line-height: 17px;
|
line-height: 17px;
|
||||||
top:50%;
|
top:50%;
|
||||||
|
|||||||
@ -85,7 +85,7 @@ router.beforeEach(async(to, from, next) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
//localStorage.setItem('token_gandan','eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiMTg5NDI3NjIyOTg5NzM5MjEyOCIsInBsYXRmb3JtX2lkIjoiMSIsImV4cCI6MTc0MTMyNzk2OSwibmJmIjoxNzQxMDY4NzY5LCJpYXQiOjE3NDEwNjg3Njl9.xItE3sfBb438X5vZUOWptzahKKUutu0QPFrXo0pi53Y');
|
//localStorage.setItem('token_gandan','eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoiMTg5NDI3NjIyOTg5NzM5MjEyOCIsInBsYXRmb3JtX2lkIjoiMSIsImV4cCI6MTc0NDQyMzU1NCwibmJmIjoxNzQxODMxNTU0LCJpYXQiOjE3NDE4MzE1NTR9.LuU5xpSpTQq6VY7qZJf854qMoNCMVjRj1vi1_Ii8akM');
|
||||||
let token='';
|
let token='';
|
||||||
let token_other=localStorage.getItem('token_other');
|
let token_other=localStorage.getItem('token_other');
|
||||||
let token_gandan=localStorage.getItem('token_gandan');
|
let token_gandan=localStorage.getItem('token_gandan');
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="main commentmain" style="background:transparent">
|
<div class="main commentmain" style="background:transparent">
|
||||||
<img src="../assets/bg.png" alt="" class="bg">
|
<img src="../assets/bg.png" alt="" class="bg" >
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="title">{{ !isResult?'互动讨论区':'留言' }}<img src="../assets/cai.png" alt="" srcset="" class="cai"></div>
|
<div class="title">{{ !isResult?'互动讨论区':'留言' }}<img src="../assets/cai.png" alt="" srcset="" class="cai"></div>
|
||||||
<div class="tips" v-if="!isResult">感谢您的参与,请在文末点击“完成”提交</div>
|
<div class="tips" v-if="!isResult">感谢您的参与,请在文末点击“完成”提交</div>
|
||||||
@ -59,7 +59,7 @@ const page=ref(1);
|
|||||||
const total=ref(0);
|
const total=ref(0);
|
||||||
const dialogType=ref(0); //1 未留言,不满3min 2未留言,已满3min 3已留言不满3min
|
const dialogType=ref(0); //1 未留言,不满3min 2未留言,已满3min 3已留言不满3min
|
||||||
const dialog_message=ref('');
|
const dialog_message=ref('');
|
||||||
const placeholder=ref('');
|
const placeholder=ref('欢迎就本病例提出您的讨论话题、思考与诊疗分享,如病例疑难点、诊疗经验、用药心得等。');
|
||||||
const complete_read=ref(0);//完成阅读积分
|
const complete_read=ref(0);//完成阅读积分
|
||||||
const complete_read_time=ref(0);//完成阅读时间积分
|
const complete_read_time=ref(0);//完成阅读时间积分
|
||||||
const first_high_quality=ref(0);//首次高质量留言积分
|
const first_high_quality=ref(0);//首次高质量留言积分
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user