快乐的梦鱼 3 주 전
부모
커밋
6280902c9e
4개의 변경된 파일14개의 추가작업 그리고 10개의 파일을 삭제
  1. 2 2
      README.md
  2. 1 1
      src/manifest.json
  3. 11 7
      src/pages/home/index.vue
  4. BIN
      小程序贴图抓取脚本.zip

+ 2 - 2
README.md

@@ -1,6 +1,6 @@
-# 乡源小程序
+# 亮乡源·政务版
 
-本项目为乡源小程序项目源代码。
+本项目为乡源·政务版小程序项目源代码。
 
 ## 技术栈
 

+ 1 - 1
src/manifest.json

@@ -1,7 +1,7 @@
 {
     "name" : "xiangyuan-app",
     "appid" : "__UNI__971AA7D",
-    "description" : "乡源·乡村文化资源挖掘平台",
+    "description" : "亮乡源·政务版",
     "versionName" : "1.0.0",
     "versionCode" : "100",
     "transformPx" : false,

+ 11 - 7
src/pages/home/index.vue

@@ -36,7 +36,7 @@
             justify="space-between"
             align="center"
             direction="row"
-            @click="goDiscoverDetails(item)"
+            @click="goCommonContentDetail(item.id)"
           > 
             <FlexCol flex="1" :gap="20">
               <Text :text="item.title" fontConfig="h5" />
@@ -63,15 +63,19 @@
       isNearby: true,
     })">  
       <SimplePageContentLoader :loader="recommendedNearbySitesLoader">
-        <FlexCol :gap="25">
+        <FlexRow wrap :gap="25">
           <Touchable 
             v-for="(item, i) in recommendedNearbySitesLoader.content.value"
             :key="i"
-            justify="space-between"
-            align="center"
-            direction="row"
-            @click="goCommonContentDetail(item.id)"
+            direction="column"
+            backgroundColor="white"
+            :innerStyle="{
+              flexBasis: '43%',
+            }"
+            :padding="13"
+            :radius="15"
           > 
+          <!-- @click="goCommonContentDetail(item.id)" -->
             <Text :text="item.title" fontConfig="h5" />
             <Text :text="`距离您约 ${item.distance}`" fontConfig="subText" />
             <!-- <FlexCol flex="1" :gap="20">
@@ -86,7 +90,7 @@
               mode="aspectFill"
             /> -->
           </Touchable>
-        </FlexCol>
+        </FlexRow>
       </SimplePageContentLoader>
     </Box>
     <!-- <Box title="线上史馆展示" icon="https://mncdn.wenlvti.net/app_static/xiangyuan/images/home/icon-ancient-gate.png">

BIN
小程序贴图抓取脚本.zip