+ + Dear {{ user_name }} , Congratulations! You manuscript has been pre-accepted for publication in + {{ journalInfo.title }}. Please review and complete the necessary information of your manuscript. Kindly note that an article processing charge is + required for final publication. +
+ + @@ -103,6 +56,60 @@+ How to apply for a discount? Please see + our discount policy here: + https://www.tmrjournals.com/apc/. +
++ Click here + to go to the payment page. +
A total of {{ Ainfo.refer_state.num }} references in this manuscript is identified.
+
If you experience any problems, please contact us by publisher@tmrjournals.com
+If you experience any problems, please contact us by {{ journalInfo.email }}
- - This manuscript does not require payment -
+You will receive an email confirmation shortly.
- +Automatically jump after {{ hideSec }} seconds
@@ -78,28 +76,31 @@ export default { }); }, goBack() { - var type='' - type=this.$route.query.type?this.$route.query.type:''; - var id=this.$route.query.id - console.log('id at line 83:', id) - // 跳转到新的路由 - - if (type == 'Pre-accept') { - this.$router.replace({ name: 'success' }); - this.$router.push({ - path: '/PreIngested', - query:{ + var type = ''; + type = this.$route.query.type ? this.$route.query.type : ''; + var id = this.$route.query.id; + console.log('id at line 83:', id); + // 跳转到新的路由 + + // if (type == 'Pre-accept') { + // this.$router.replace({ name: 'success' }); + // this.$router.push({ + // path: '/PreIngested', + // query:{ + // id: id + // } + + // }); + // } else { + this.$router.replace({ name: 'success' }); + this.$router.push({ + path: '/PreIngested', + query:{ id: id } - - }); - } else { - this.$router.replace({ name: 'success' }); - this.$router.push({ - path: '/orderListAuthor' - }); - } - // + }); + // } + // } } };