diff --git a/src/api/index.js b/src/api/index.js index 2e9d78d..2698668 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -5,7 +5,7 @@ import qs from 'qs' // axios全局配置 -axios.defaults.timeout = 1000*6*2; // 超时时间 +axios.defaults.timeout = 1000 * 6 * 2; // 超时时间 axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded;charset=UTF-8'; // 配置请求头 diff --git a/src/components/page/components/reviewArticle/index.vue b/src/components/page/components/reviewArticle/index.vue index 0a32a2a..7409be9 100644 --- a/src/components/page/components/reviewArticle/index.vue +++ b/src/components/page/components/reviewArticle/index.vue @@ -11,7 +11,6 @@ @update="(e) => (questionform = e)" > Accept → Superior → Excellent)
- + -->

Automated Scoring for Reviewer's Opinions : - {{ + {{ Number(questionform.score) }} @@ -161,19 +159,26 @@ > - - + + Disclose name
Remain anonymous
-

+

If you agree to disclose your name, we will acknowledge you by name in the published PDF. However, if you prefer to remain anonymous, we will still express our gratitude by thanking you as an anonymous reviewer.
For example, {{ txt_mess.title }} would like to thank AAAAAAAA, BBBBBBBB, and other anonymous reviewers for their invaluable contributions to the peer review process of this paper.

+ + + Disclose name +
+ Remain anonymous +
+
submit @@ -291,6 +296,7 @@ export default { recommend: [{ required: true, message: 'please select', trigger: 'blur' }] }; } + }, questionSubmit() { if (this.questionform.is_anonymous == '' && this.questionform.is_anonymous != '0') {