Commit 6e6f8f63c21f93c6466af04a992d99acafd0c83d

Authored by 李宇
1 parent 2feeb765

1

pages/declaration/list.vue
@@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
7 <image style="height: 120rpx;width: 100%;" src="../../static/ly/image6.png" mode="aspectFit"></image> 7 <image style="height: 120rpx;width: 100%;" src="../../static/ly/image6.png" mode="aspectFit"></image>
8 </view> 8 </view>
9 <view style="width: 100%;color: #3D3D3D;text-align: center;font-size: 25rpx;margin-top: 10rpx;"> 9 <view style="width: 100%;color: #3D3D3D;text-align: center;font-size: 25rpx;margin-top: 10rpx;">
10 - 地名备案 10 + 地名申报
11 </view> 11 </view>
12 </view> 12 </view>
13 <view @click="gopath('/pages/map1/map')" style="width: 49%;padding: 50rpx 30rpx;background: rgba(255,255,255,0.63);border-radius: 30rpx;margin-top:20rpx;"> 13 <view @click="gopath('/pages/map1/map')" style="width: 49%;padding: 50rpx 30rpx;background: rgba(255,255,255,0.63);border-radius: 30rpx;margin-top:20rpx;">
@@ -32,7 +32,7 @@ @@ -32,7 +32,7 @@
32 <image style="height: 120rpx;width: 100%;" src="../../static/ly/image5.png" mode="aspectFit"></image> 32 <image style="height: 120rpx;width: 100%;" src="../../static/ly/image5.png" mode="aspectFit"></image>
33 </view> 33 </view>
34 <view style="width: 100%;color: #3D3D3D;text-align: center;font-size: 25rpx;margin-top: 10rpx;"> 34 <view style="width: 100%;color: #3D3D3D;text-align: center;font-size: 25rpx;margin-top: 10rpx;">
35 - 建筑物备案 35 + 建筑物名称备案
36 </view> 36 </view>
37 </view> 37 </view>
38 <view @click="gopath('/pages/declaration/declaration?type=5')" style="width: 49%;padding: 50rpx 30rpx;background: rgba(255,255,255,0.63);border-radius: 30rpx;"> 38 <view @click="gopath('/pages/declaration/declaration?type=5')" style="width: 49%;padding: 50rpx 30rpx;background: rgba(255,255,255,0.63);border-radius: 30rpx;">
pages/home/home.vue
@@ -144,7 +144,7 @@ @@ -144,7 +144,7 @@
144 <view style="margin-bottom: 20rpx;"> 144 <view style="margin-bottom: 20rpx;">
145 <image src="/static/ly/image6.png" style="width: 60%;height: 90rpx;" mode=""></image> 145 <image src="/static/ly/image6.png" style="width: 60%;height: 90rpx;" mode=""></image>
146 </view> 146 </view>
147 - <view class="text">地名备案</view> 147 + <view class="text">地名申报</view>
148 </view> 148 </view>
149 <view class="box_item" @click="lmpsb"> 149 <view class="box_item" @click="lmpsb">
150 <view style="margin-bottom: 20rpx;"> 150 <view style="margin-bottom: 20rpx;">
@@ -164,7 +164,7 @@ @@ -164,7 +164,7 @@
164 <view style="margin-bottom: 20rpx;"> 164 <view style="margin-bottom: 20rpx;">
165 <image src="/static/ly/image5.png" style="width: 60%;height: 90rpx;" mode=""></image> 165 <image src="/static/ly/image5.png" style="width: 60%;height: 90rpx;" mode=""></image>
166 </view> 166 </view>
167 - <view class="text">建筑物备案</view> 167 + <view class="text">建筑物名称备案</view>
168 </view> 168 </view>
169 169
170 </view> 170 </view>