部分修改
Showing
10 changed files
with
43 additions
and
15 deletions
1 | NODE_ENV = 'development' | 1 | NODE_ENV = 'development' |
2 | VUE_APP_TITLE = 'development' | 2 | VUE_APP_TITLE = 'development' |
3 | VUE_APP_BASE_URL= 'http://localhost:9101' | 3 | VUE_APP_BASE_URL= 'https://ow.go.qudone.com' |
4 | VUE_APP_RSA_PUBLIC_KEY = 'B5FE03847F02046C47292AF0FF2DE88977241483DD40C123046EB39CBE4C48167B120096CFF12CD16559322884A3C56FA92B07B89AB51FC8C91A75127622151DDD730DFF1F993D5A290CEAC0BBA7FC88285D8994ACBAFF50101EDE9A0925AD5DFFAFE96D53C370E9C5B37DF2F871F81C4D7CA6B7EC37FF459C07975AD9A74A95' | 4 | VUE_APP_RSA_PUBLIC_KEY = 'B5FE03847F02046C47292AF0FF2DE88977241483DD40C123046EB39CBE4C48167B120096CFF12CD16559322884A3C56FA92B07B89AB51FC8C91A75127622151DDD730DFF1F993D5A290CEAC0BBA7FC88285D8994ACBAFF50101EDE9A0925AD5DFFAFE96D53C370E9C5B37DF2F871F81C4D7CA6B7EC37FF459C07975AD9A74A95' |
5 | VUE_APP_RSA_KEY_INDEX = '10001' | 5 | VUE_APP_RSA_KEY_INDEX = '10001' | ... | ... |
... | @@ -203,12 +203,12 @@ module.exports = { | ... | @@ -203,12 +203,12 @@ module.exports = { |
203 | register: { | 203 | register: { |
204 | mobileOptions: [{ | 204 | mobileOptions: [{ |
205 | type: "hk", | 205 | type: "hk", |
206 | name: "Hong Kong mobile no.", | 206 | name: "HK No", |
207 | placeHolder: "Please enter 8-digit mobile number", | 207 | placeHolder: "Please enter 8-digit mobile number", |
208 | areaCode: "+852" | 208 | areaCode: "+852" |
209 | }, { | 209 | }, { |
210 | type: "zh", | 210 | type: "zh", |
211 | name: "Mobile no.", | 211 | name: "Mainland No.", |
212 | placeHolder: "Please enter 11-digit mobile number", | 212 | placeHolder: "Please enter 11-digit mobile number", |
213 | areaCode: "+86" | 213 | areaCode: "+86" |
214 | }], | 214 | }], |
... | @@ -652,7 +652,7 @@ module.exports = { | ... | @@ -652,7 +652,7 @@ module.exports = { |
652 | submit: "Save", | 652 | submit: "Save", |
653 | upload: "Upload Attachment", | 653 | upload: "Upload Attachment", |
654 | modifyTips1: "If you need to modify please", | 654 | modifyTips1: "If you need to modify please", |
655 | modifyTips2: " contact customer service", | 655 | modifyTips2: "contact customer service", |
656 | success: "Success", | 656 | success: "Success", |
657 | }, | 657 | }, |
658 | contactUs: { | 658 | contactUs: { |
... | @@ -759,5 +759,12 @@ module.exports = { | ... | @@ -759,5 +759,12 @@ module.exports = { |
759 | baseInfoTip: "Your complete information can help us to provide you with complete services", | 759 | baseInfoTip: "Your complete information can help us to provide you with complete services", |
760 | infoBtn: " Go to perfection" | 760 | infoBtn: " Go to perfection" |
761 | } | 761 | } |
762 | }, | ||
763 | pagination: { | ||
764 | firstPage: "first", | ||
765 | nextPage: "next", | ||
766 | goto: "Go to", | ||
767 | per: "page", | ||
768 | page: "" | ||
762 | } | 769 | } |
763 | } | 770 | } | ... | ... |
... | @@ -758,5 +758,12 @@ module.exports = { | ... | @@ -758,5 +758,12 @@ module.exports = { |
758 | baseInfoTip : "您的完整信息可幫助我們為你提供完整服務", | 758 | baseInfoTip : "您的完整信息可幫助我們為你提供完整服務", |
759 | infoBtn : "前往完善" | 759 | infoBtn : "前往完善" |
760 | } | 760 | } |
761 | }, | ||
762 | pagination: { | ||
763 | firstPage: "第一頁", | ||
764 | lastPage: "下一頁", | ||
765 | goto: "跳轉", | ||
766 | per: "第", | ||
767 | page: "頁" | ||
761 | } | 768 | } |
762 | } | 769 | } | ... | ... |
... | @@ -757,5 +757,12 @@ module.exports = { | ... | @@ -757,5 +757,12 @@ module.exports = { |
757 | baseInfoTip: "您的完整信息可帮助我们为您提供完整服务", | 757 | baseInfoTip: "您的完整信息可帮助我们为您提供完整服务", |
758 | infoBtn: "前往完善" | 758 | infoBtn: "前往完善" |
759 | } | 759 | } |
760 | }, | ||
761 | pagination: { | ||
762 | firstPage: "上一页", | ||
763 | nextPage: "下一页", | ||
764 | goto: "跳转", | ||
765 | per: "第", | ||
766 | page: "页" | ||
760 | } | 767 | } |
761 | } | 768 | } | ... | ... |
... | @@ -119,6 +119,7 @@ $navHeiM: 6rem; | ... | @@ -119,6 +119,7 @@ $navHeiM: 6rem; |
119 | .main-nav {} | 119 | .main-nav {} |
120 | 120 | ||
121 | .logo-img { | 121 | .logo-img { |
122 | width: 17.5rem; | ||
122 | margin: 0; | 123 | margin: 0; |
123 | } | 124 | } |
124 | 125 | ||
... | @@ -140,6 +141,12 @@ $navHeiM: 6rem; | ... | @@ -140,6 +141,12 @@ $navHeiM: 6rem; |
140 | @media (max-width: 768px) { | 141 | @media (max-width: 768px) { |
141 | .v-header { | 142 | .v-header { |
142 | height: $navHeight-M; | 143 | height: $navHeight-M; |
144 | |||
145 | .logo-img { | ||
146 | width: 15.5rem; | ||
147 | margin: 0; | ||
148 | } | ||
149 | |||
143 | .mobile { | 150 | .mobile { |
144 | display: block; | 151 | display: block; |
145 | &-nav-list { | 152 | &-nav-list { | ... | ... |
... | @@ -4,21 +4,21 @@ | ... | @@ -4,21 +4,21 @@ |
4 | <div class="pagination gird-g"> | 4 | <div class="pagination gird-g"> |
5 | <div class="pagination-item"> | 5 | <div class="pagination-item"> |
6 | <span class="pointer" :class="{'disabled' : cur == 1}"> | 6 | <span class="pointer" :class="{'disabled' : cur == 1}"> |
7 | <a @click="prevPage()">上一页</a> | 7 | <a @click="prevPage()">{{$t('pagination.firstPage')}}</a> |
8 | </span> | 8 | </span> |
9 | <span @click="selPage(index)" class="page-num pointer" v-for="(index,idx) in indexs" :key="idx" v-bind:class="{ 'active': cur == index}"> | 9 | <span @click="selPage(index)" class="page-num pointer" v-for="(index,idx) in indexs" :key="idx" v-bind:class="{ 'active': cur == index}"> |
10 | <a>{{index}}</a> | 10 | <a>{{index}}</a> |
11 | </span> | 11 | </span> |
12 | <span class="pointer" :class="{'disabled' : cur == total}"> | 12 | <span class="pointer" :class="{'disabled' : cur == total}"> |
13 | <a @click="nextPage()">下一页</a> | 13 | <a @click="nextPage()">{{$t('pagination.nextPage')}}</a> |
14 | </span> | 14 | </span> |
15 | </div> | 15 | </div> |
16 | 16 | ||
17 | <div class="pagination-item"> | 17 | <div class="pagination-item"> |
18 | <span>第</span> | 18 | <span>{{$t('pagination.per')}}</span> |
19 | <input v-model="sel" class="ipt" :placeholder="cur" type="text"> | 19 | <input v-model="sel" class="ipt" :placeholder="cur" type="text"> |
20 | <span>/ {{total}}页</span> | 20 | <span>/ {{total}}{{$t('pagination.page')}}</span> |
21 | <span @click="jumpPage" class="jump pointer">跳转</span> | 21 | <span @click="jumpPage" class="jump pointer">{{$t('pagination.goto')}}</span> |
22 | </div> | 22 | </div> |
23 | 23 | ||
24 | </div> | 24 | </div> | ... | ... |
... | @@ -109,7 +109,7 @@ | ... | @@ -109,7 +109,7 @@ |
109 | 109 | ||
110 | <!-- 提交按钮 --> | 110 | <!-- 提交按钮 --> |
111 | <div class="submit-btn" @click="submitHandler" :class="{disabled:!checked}"> | 111 | <div class="submit-btn" @click="submitHandler" :class="{disabled:!checked}"> |
112 | {{$t('customService.reservation.submitBtn')}} | 112 | {{$t('reservation.submitBtn')}} |
113 | </div> | 113 | </div> |
114 | </div> | 114 | </div> |
115 | </div> | 115 | </div> | ... | ... |
... | @@ -41,7 +41,7 @@ | ... | @@ -41,7 +41,7 @@ |
41 | </div> | 41 | </div> |
42 | <div class="fla"> | 42 | <div class="fla"> |
43 | <div class="icon icon2"><img src="@/assets/images/policy-change-information/icon-pci-notice.png"></div> | 43 | <div class="icon icon2"><img src="@/assets/images/policy-change-information/icon-pci-notice.png"></div> |
44 | <span class="t1">{{$t('policyChangeInformation.modifyTips1')}}</span> | 44 | <span class="t1">{{$t('policyChangeInformation.modifyTips1')}}</span> |
45 | <span class="t2">{{$t('policyChangeInformation.modifyTips2')}}</span> | 45 | <span class="t2">{{$t('policyChangeInformation.modifyTips2')}}</span> |
46 | </div> | 46 | </div> |
47 | </div> | 47 | </div> |
... | @@ -64,7 +64,7 @@ | ... | @@ -64,7 +64,7 @@ |
64 | </div> | 64 | </div> |
65 | <div class="fla"> | 65 | <div class="fla"> |
66 | <div class="icon icon2"><img src="@/assets/images/policy-change-information/icon-pci-notice.png"></div> | 66 | <div class="icon icon2"><img src="@/assets/images/policy-change-information/icon-pci-notice.png"></div> |
67 | <span class="t1">{{$t('policyChangeInformation.modifyTips1')}}</span> | 67 | <span class="t1">{{$t('policyChangeInformation.modifyTips1')}}</span> |
68 | <span class="t2">{{$t('policyChangeInformation.modifyTips2')}}</span> | 68 | <span class="t2">{{$t('policyChangeInformation.modifyTips2')}}</span> |
69 | </div> | 69 | </div> |
70 | </div> | 70 | </div> | ... | ... |
... | @@ -66,10 +66,10 @@ | ... | @@ -66,10 +66,10 @@ |
66 | <div v-else> | 66 | <div v-else> |
67 | <div class="top-space"></div> | 67 | <div class="top-space"></div> |
68 | <h2 class="tit">I PINGAN, with The Times!</h2> | 68 | <h2 class="tit">I PINGAN, with The Times!</h2> |
69 | <div @click="toNewsList" class="box back">返回列表頁 ></div> | 69 | <div @click="toNewsList" class="box back">Return to list page ></div> |
70 | <div class="box dat"> | 70 | <div class="box dat"> |
71 | <div class="date"> <img class="icon-clock" src="@/assets/images/news-detail/icon-clock.png" alt=""> 發布時間:2019-09-27</div> | 71 | <div class="date"> <img class="icon-clock" src="@/assets/images/news-detail/icon-clock.png" alt=""> Release time:2019-09-27</div> |
72 | <div class="pv">閱讀人數:256人</div> | 72 | <div class="pv">Number of readers:256人</div> |
73 | </div> | 73 | </div> |
74 | <div class="box desc"> | 74 | <div class="box desc"> |
75 | 75 | ... | ... |
-
Please register or sign in to post a comment