no message
Showing
5 changed files
with
3 additions
and
2 deletions
| ... | @@ -111,7 +111,7 @@ const goHelp = () => { | ... | @@ -111,7 +111,7 @@ const goHelp = () => { |
| 111 | router.push({ | 111 | router.push({ |
| 112 | path: `/news/list/20000100`, | 112 | path: `/news/list/20000100`, |
| 113 | query:{ | 113 | query:{ |
| 114 | kindName: language.value==0?'操作指引':'GUIDELINE' | 114 | kindName: language.value==0?'操作指引':'Video Guide' |
| 115 | } | 115 | } |
| 116 | }) | 116 | }) |
| 117 | } | 117 | } | ... | ... |
| ... | @@ -93,7 +93,7 @@ | ... | @@ -93,7 +93,7 @@ |
| 93 | </el-icon> | 93 | </el-icon> |
| 94 | <div v-if="language==0"> | 94 | <div v-if="language==0"> |
| 95 | 我已阅读并接受<a class="text-primary" @click.stop="showAgreeMent">《注册协议》</a> | 95 | 我已阅读并接受<a class="text-primary" @click.stop="showAgreeMent">《注册协议》</a> |
| 96 | 及<a class="text-primary" @click.stop="showAgreeMent">《个人信息保护政策》</a> | 96 | 及<a class="text-primary" @click.stop="showPolicy">《个人信息保护政策》</a> |
| 97 | </div> | 97 | </div> |
| 98 | <div v-else style="white-space: nowrap"> | 98 | <div v-else style="white-space: nowrap"> |
| 99 | I have read and agree to the User | 99 | I have read and agree to the User | ... | ... |
-
Please register or sign in to post a comment