xuhaolan 3 rokov pred
rodič
commit
857779cb6c
4 zmenil súbory, kde vykonal 25 pridanie a 10 odobranie
  1. 5 5
      pages.json
  2. 2 2
      pages/applic/location.vue
  3. 18 3
      pages/index/index.vue
  4. BIN
      static/img/jiuyuan.png

+ 5 - 5
pages.json

@@ -17,7 +17,7 @@
 					"titleNView": false
 				},
 				// #endif
-				"navigationBarTitleText": "孝感红十字会"
+				"navigationBarTitleText": "咸宁红十字会"
 
 			}
 		},
@@ -210,12 +210,12 @@
 			"style": {
 				// #ifndef MP
 				"app-plus": {
-					"titleNView": false
+					"titleNView": "救在身边系统"
 				},
 				// #endif
-				"navigationBarBackgroundColor": "#457DBF",
-				"navigationBarTextStyle": "white",
-				"navigationBarTitleText": "定位"
+				"navigationBarBackgroundColor": "white",
+				"navigationBarTextStyle": "black",
+				"navigationBarTitleText": "救在身边系统"
 			}
 		},
 		{

+ 2 - 2
pages/applic/location.vue

@@ -182,7 +182,7 @@
 									id: 0,
 									latitude: obj.latitude,
 									longitude: obj.longitude,
-									iconPath: '/static/img/img19.png',
+									iconPath: '',
 									width: '35',
 									height: '35',
 								}
@@ -214,7 +214,7 @@
 								id: 0,
 								latitude: obj.latitude,
 								longitude: obj.longitude,
-								iconPath: '/static/img/img19.png',
+								iconPath: '../../static/img/jiuyuan.png',
 								width: '35',
 								height: '35',
 							}

+ 18 - 3
pages/index/index.vue

@@ -47,13 +47,13 @@
 				</view>
 				<view class="item-title">红十字会员</view>
 			</view>
-			<view class="cate-item flex" @click="tohelpActi">
+			<view class="cate-item flex" @click="tohelpActi2">
 				<view class="img-wrapper flex">
 					<image src="../../static/index/index09.png" mode="" class="img"></image>
 				</view>
 				<view class="item-title">救在身边系统</view>
 			</view>
-			<view class="cate-item flex" @click="tohelpActi">
+			<view class="cate-item flex" @click="tohelpActi3">
 				<view class="img-wrapper flex">
 					<image src="../../static/index/index08.png" mode="" class="img"></image>
 				</view>
@@ -65,7 +65,7 @@
 				</view>
 				<view class="item-title">救护站智能系统</view>
 			</view>
-			<view class="cate-item flex" @click="tohelpActi">
+			<view class="cate-item flex" @click="tohelpActi4">
 				<view class="img-wrapper flex">
 					<image src="../../static/index/index05.png" mode="" class="img"></image>
 				</view>
@@ -428,6 +428,21 @@
 					url:'../cart/cat1'
 				})
 			},
+			tohelpActi2(){
+				uni.navigateTo({
+					url:'/pages/applic/location'
+				})
+			},
+			tohelpActi3(){
+				uni.navigateTo({
+					url:'../applic/aed'
+				})
+			},
+			tohelpActi4(){
+				uni.navigateTo({
+					url:'/pages/applic/science'
+				})
+			},
 			toOrgan() {
 				console.log('kepuxingbaoming');
 				uni.navigateTo({

BIN
static/img/jiuyuan.png