Browse Source

1

ctt_ywq
congzc 2 years ago
parent
commit
f806f8b928
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      src/components/common/tail.vue

+ 6
- 2
src/components/common/tail.vue View File

@@ -81,8 +81,12 @@
: "311, Information Building, Academy of Agricultural Sciences, No. 12 Zhongguancun South Street, Haidian District, Beijing"
}}
</div>
<div class="phone" v-if="characters == 1">周女士 +65 9422 2858</div>
<div class="phone" v-if="characters != 1">Chow +65 9422 2858</div>
<div class="phone" v-if="characters == 1" style="margin-top: 10px">
周女士 +65 9422 2858
</div>
<div class="phone" v-if="characters != 1" style="margin-top: 10px">
Chow +65 9422 2858
</div>
<div class="site">
{{
characters == 1


Loading…
Cancel
Save