Commit ac0a26c9b5c0c6e5e113d5ac3351901b41dc7315

Authored by 史婷婷
1 parent 2e6bd866

feat: 关于我们文案替换

Showing 1 changed file with 30 additions and 12 deletions
1 1 <template>
2 2 <view class="about-container">
3 3 <view class="header-section text-center">
4   - <image style="width: 150rpx;height: 150rpx;" src="/static/logo200.png" mode="widthFix">
  4 + <image style="width: 300rpx;" src="/static/logo201.png" mode="widthFix">
5 5 </image>
6   - <uni-title type="h2" title="CDERP移动端"></uni-title>
  6 + <uni-title type="h2" title="楚江销售系统"></uni-title>
7 7 </view>
8 8
9 9 <view class="content-section">
10 10 <view class="menu-list">
11   - <view class="list-cell list-cell-arrow">
  11 + <view class="list-cell">
12 12 <view class="menu-item-box">
13   - <view>版本信息</view>
14   - <view class="text-right">v{{version}}</view>
  13 + <view>办公地址</view>
  14 + <view class="text-right">安徽省芜湖市鸠江区龙腾路88号</view>
15 15 </view>
16 16 </view>
17   - <view class="list-cell list-cell-arrow">
  17 + <view class="list-cell">
18 18 <view class="menu-item-box">
19 19 <view>官方邮箱</view>
20   - <view class="text-right">3783722918@qq.com</view>
  20 + <view class="text-right">truchum@sina.com</view>
21 21 </view>
22 22 </view>
23   - <view class="list-cell list-cell-arrow">
  23 + <view class="list-cell">
  24 + <view class="menu-item-box">
  25 + <view>传真</view>
  26 + <view class="text-right">0553-5313377</view>
  27 + </view>
  28 + </view>
  29 + <view class="list-cell">
  30 + <view class="menu-item-box">
  31 + <view>综合事务电话</view>
  32 + <view class="text-right">0553-5313232</view>
  33 + </view>
  34 + </view>
  35 + <view class="list-cell">
  36 + <view class="menu-item-box">
  37 + <view>投资调研电话</view>
  38 + <view class="text-right">0553-5315978</view>
  39 + </view>
  40 + </view>
  41 + <view class="list-cell">
24 42 <view class="menu-item-box">
25   - <view>服务热线</view>
26   - <view class="text-right">13242928763</view>
  43 + <view>应聘求职电话</view>
  44 + <view class="text-right">0553-5315055</view>
27 45 </view>
28 46 </view>
29 47 <view class="list-cell list-cell-arrow">
30 48 <view class="menu-item-box">
31 49 <view>公司网站</view>
32 50 <view class="text-right">
33   - <uni-link :href="url" :text="url" showUnderLine="false"></uni-link>
  51 + <uni-link href="http://www.ahcjxc.com" :text="url" showUnderLine="false">http://www.ahcjxc.com</uni-link>
34 52 </view>
35 53 </view>
36 54 </view>
... ... @@ -38,7 +56,7 @@
38 56 </view>
39 57
40 58 <view class="copyright">
41   - <view>Copyright &copy; 2024 cderp.vip All Rights Reserved.</view>
  59 + <view>Copyright &copy; 2020 楚江ERP</view>
42 60 </view>
43 61 </view>
44 62 </template>
... ...