Commit 6e6f8f63c21f93c6466af04a992d99acafd0c83d

Authored by 李宇
1 parent 2feeb765

1

pages/declaration/list.vue
... ... @@ -7,7 +7,7 @@
7 7 <image style="height: 120rpx;width: 100%;" src="../../static/ly/image6.png" mode="aspectFit"></image>
8 8 </view>
9 9 <view style="width: 100%;color: #3D3D3D;text-align: center;font-size: 25rpx;margin-top: 10rpx;">
10   - 地名备案
  10 + 地名申报
11 11 </view>
12 12 </view>
13 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 32 <image style="height: 120rpx;width: 100%;" src="../../static/ly/image5.png" mode="aspectFit"></image>
33 33 </view>
34 34 <view style="width: 100%;color: #3D3D3D;text-align: center;font-size: 25rpx;margin-top: 10rpx;">
35   - 建筑物备案
  35 + 建筑物名称备案
36 36 </view>
37 37 </view>
38 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 144 <view style="margin-bottom: 20rpx;">
145 145 <image src="/static/ly/image6.png" style="width: 60%;height: 90rpx;" mode=""></image>
146 146 </view>
147   - <view class="text">地名备案</view>
  147 + <view class="text">地名申报</view>
148 148 </view>
149 149 <view class="box_item" @click="lmpsb">
150 150 <view style="margin-bottom: 20rpx;">
... ... @@ -164,7 +164,7 @@
164 164 <view style="margin-bottom: 20rpx;">
165 165 <image src="/static/ly/image5.png" style="width: 60%;height: 90rpx;" mode=""></image>
166 166 </view>
167   - <view class="text">建筑物备案</view>
  167 + <view class="text">建筑物名称备案</view>
168 168 </view>
169 169  
170 170 </view>
... ...