ca5ba54b by 杨炀

no message

1 parent 42450b62

57.3 KB | W: | H:

43.9 KB | W: | H:

src/assets/logo/Invitation_c.png
src/assets/logo/Invitation_c.png
src/assets/logo/Invitation_c.png
src/assets/logo/Invitation_c.png
  • 2-up
  • Swipe
  • Onion skin

56 KB | W: | H:

44.3 KB | W: | H:

src/assets/logo/Invitation_e.png
src/assets/logo/Invitation_e.png
src/assets/logo/Invitation_e.png
src/assets/logo/Invitation_e.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -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 }
......
1 <template> 1 <template>
2 <!-- 已废弃-->
2 <div class="app-container" v-loading="loading"> 3 <div class="app-container" v-loading="loading">
3 <div class="mt30"/> 4 <div class="mt30"/>
4 <div v-if="error"> 5 <div v-if="error">
......
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!