Commit 9d2285a2b199d90fa88708814450ae95a9341a66

Authored by boyang
1 parent f7d9f747

fix: 修改contact us,prod2-71/72

components/Footer.vue
... ... @@ -166,6 +166,12 @@
166 166 </v-col>
167 167 <v-col cols="12" lg="3" sm="12" md="6">
168 168 <b class="tw-mb-3">Contact us</b>
  169 + <div style="display: flex; align-items: center; margin-bottom: 15px;">
  170 + <label class="tw-w-[90px] tw-inline-block">
  171 + Contact us:
  172 + </label>
  173 + <div style="white-space: nowrap;">contact@canrd.com</div>
  174 + </div>
169 175 <div style="display: flex; margin-bottom: 15px;">
170 176 <label class="tw-w-[150px] tw-inline-block">
171 177 Sales Email:
... ... @@ -176,25 +182,13 @@
176 182 <div style="white-space: nowrap;margin-left: 0px;">sales.global@canrd.com</div>
177 183 </div>
178 184 </div>
179   - <div style="display: flex; align-items: center; margin-bottom: 15px;">
180   - <label class="tw-w-[90px] tw-inline-block">
181   - Contact us:
182   - </label>
183   - <div style="white-space: nowrap;">contact@canrd.com</div>
184   - </div>
  185 +
185 186 <div style="display: flex; align-items: center; margin-bottom: 15px;">
186 187 <label class="tw-w-[150px] tw-inline-block">
187 188 WhatsApp/Wechat:
188 189 </label>
189 190 <div style="white-space: nowrap;">+86 19867737979</div>
190 191 </div>
191   - <div class="tw-mt-2 tw-mb-[15px]">
192   - <img
193   - src="/wechat.jpg"
194   - alt="canrud-wechat"
195   - width="80"
196   - />
197   - </div>
198 192 </v-col>
199 193 </v-row>
200 194 </v-container>
... ...
deploy/prod2.sh
1 1 #!/bin/bash
2 2 # 变量定义
3   -LAST_TAG="1.0.70"
4   -TAG="1.0.71"
  3 +LAST_TAG="1.0.71"
  4 +TAG="1.0.72"
5 5 TARGET_PATH="/root/web/canrud-outside-nuxt-front"
6 6 DOCKERFILE_PATH="/root/web/canrud-outside-nuxt-front/canrud-nuxt-front"
7 7 IMAGE_NAME="canrud-outside-front"
... ...
pages/contact.vue
... ... @@ -3,21 +3,15 @@
3 3 Contact Us
4 4 </div>
5 5 <v-card class="pa-10 tw-max-w-[800px] tw-m-auto">
6   - <h3 class="text-h5 tw-mb-5">Official Web</h3>
7   - <div class="tw-mb-10">
8   - <label class="text-subtitle-1 tw-mr-4 tw-w-20 tw-inline-block">URL</label>
9   - <span>http://www.canrud.com</span>
10   - </div>
11   - <h3 class="text-h5 tw-mb-5">Technical Center</h3>
12 6 <!-- <div>
13 7 <label class="text-subtitle-1 tw-mr-4 tw-w-20 tw-inline-block">QQ</label>
14 8 <span>3632191327</span>
15 9 </div> -->
16 10 <div style="display: flex; align-items: center; margin-bottom: 15px;">
17 11 <label class="text-subtitle-1 tw-w-[150px] tw-inline-block">
18   - WhatsApp/Wechat
  12 + Contact us
19 13 </label>
20   - <div style="white-space: nowrap;">+86 19867737979</div>
  14 + <div style="white-space: nowrap;">contact@canrd.com</div>
21 15 </div>
22 16 <div style="display: flex; margin-bottom: 15px;">
23 17 <label class="text-subtitle-1 tw-w-[150px] tw-inline-block">
... ... @@ -29,14 +23,12 @@
29 23 <div>sales.global@canrd.com</div>
30 24 </div>
31 25 </div>
  26 +
32 27 <div style="display: flex; align-items: center; margin-bottom: 15px;">
33 28 <label class="text-subtitle-1 tw-w-[150px] tw-inline-block">
34   - Contact us
  29 + WhatsApp/Wechat
35 30 </label>
36   - <div style="white-space: nowrap;">contact@canrd.com</div>
37   - </div>
38   - <div class="tw-w-[300px] tw-mb-[15px]">
39   - <v-img src="/wechat.jpg" alt="canrud-wechat"></v-img>
  31 + <div style="white-space: nowrap;">+86 19867737979</div>
40 32 </div>
41 33 <div :class="isMobile() ? 'mobileIcon' : 'icon'">
42 34 <span class="text-h5 tw-mb-5 tw-mt-5">Other Platforms</span>
... ...