Parcourir la source

fix: 修改about文案

laiqi il y a 1 an
Parent
commit
e36efa76cc
1 fichiers modifiés avec 18 ajouts et 6 suppressions
  1. 18 6
      src/pages/about/index.vue

+ 18 - 6
src/pages/about/index.vue

@@ -9,24 +9,36 @@
 
 <template>
   <view class="bg-white min-h-screen">
-    <view class="flex flex-col items-center justify-center pt-20 space-y-4">
+    <view class="flex flex-col items-center justify-center pt-20 space-y-4 px-10">
       <view class="mb-6">
         <wd-icon name="logo" size="120" />
       </view>
 
       <view class="text-center">
         <view class="text-2xl font-bold mb-3 text-gray-800">达州农机优惠劵</view>
-        <view class="text-gray-600 mb-2">达州市农机局官方优惠劵</view>
-        <view class="text-gray-500 text-sm">当前版本:V1.0.3</view>
+        <view class="text-gray-600 mb-2">达州市达川区农机化技术推广服务站</view>
+        <view class="text-gray-500 text-sm">当前版本:V1.0.5</view>
       </view>
 
-      <view class="mt-12 px-8 w-full">
+      <view class="mt-12 w-full">
         <wd-cell-group>
-          <wd-cell title="官方网站" value="www.dznjj.gov.cn" is-link />
-          <wd-cell title="联系电话" value="0818-12345678" is-link />
+          <!-- <wd-cell title="官方网站" value="www.dznjj.gov.cn" is-link /> -->
+          <wd-cell title="联系电话" value="0818-2655157" is-link />
           <!-- <wd-cell title="关于萨莫尔" is-link /> -->
         </wd-cell-group>
       </view>
+
+      <view class="text-gray-500 text-sm text-justify">
+        <text>
+          达州丘陵山区现代农机装备产业园位于达川百马产业新区,规划面积4平方公里,距离达
+          州金垭机场和西渝高铁站仅10分钟、20分钟。我们聚焦"立足西南、辐射全国,打造中国
+          丘陵山区现代农机装备高地"的发展定位,邀请国家农业智能装备工程技术研究中心团
+          队、南京农机研究所、省农业机械研究院、四川农业大学等单位编制规划,建设"一基地
+          五中心"【丘陵山区现代农机装备制造(中试)基地,应用研发中心、展示展销中心、培
+          训中心、农事服务中心、鉴定中心】,打造集"产、学、研、推、用"于一体的丘陵山区现
+          代农机装备产业园区。
+        </text>
+      </view>
     </view>
   </view>
 </template>