Commit a90690056ccd4147c005b35324763fbd556d828c

Authored by 李宇
1 parent 99cd294f

1

pages/declaration/list.vue
... ... @@ -8,7 +8,7 @@
8 8 </view>
9 9 <view style="width: 100%;color: #3D3D3D;text-align: center;font-size: 25rpx;margin-top: 10rpx;">
10 10 <!-- 地名标志牌需求申报 -->
11   - 门楼牌需求申报
  11 + 门楼牌申报
12 12 </view>
13 13 </view>
14 14 <view @click="gopath('/pages/mapdoorplate/mapdoorplate')" style="width: 49%;padding: 50rpx 30rpx;background: rgba(255,255,255,0.63);border-radius: 30rpx;">
... ... @@ -16,7 +16,7 @@
16 16 <image style="height: 120rpx;width: 100%;" src="../../static/ly/image8.png" mode="aspectFit"></image>
17 17 </view>
18 18 <view style="width: 100%;color: #3D3D3D;text-align: center;font-size: 25rpx;margin-top: 10rpx;">
19   - 地名标志牌需求申报
  19 + 地名标志牌申报
20 20 </view>
21 21 </view>
22 22 <view @click="gopath('/pages/declaration/declaration?type=3')" style="width: 49%;padding: 50rpx 30rpx;background: rgba(255,255,255,0.63);border-radius: 30rpx;margin-top:20rpx;">
... ... @@ -24,7 +24,7 @@
24 24 <image style="height: 120rpx;width: 100%;" src="../../static/ly/image5.png" mode="aspectFit"></image>
25 25 </view>
26 26 <view style="width: 100%;color: #3D3D3D;text-align: center;font-size: 25rpx;margin-top: 10rpx;">
27   - 建筑名称备案
  27 + 建筑备案
28 28 </view>
29 29 </view>
30 30 <view @click="gopath('/pages/declaration/newDeclaration')" style="width: 49%;padding: 50rpx 30rpx;background: rgba(255,255,255,0.63);border-radius: 30rpx;margin-top:20rpx;">
... ...
pages/home/home.vue
... ... @@ -98,25 +98,25 @@
98 98 <view style="margin-bottom: 20rpx;">
99 99 <image src="/static/ly/image11.png" style="width: 60%;height: 90rpx;" mode=""></image>
100 100 </view>
101   - <view class="text">门楼牌需求申报</view>
  101 + <view class="text">门楼牌申报</view>
102 102 </view>
103 103 <view class="box_item" @click="gopath('/pages/mapdoorplate/mapdoorplate')">
104 104 <view style="margin-bottom: 20rpx;">
105 105 <image src="/static/ly/image8.png" style="width: 60%;height: 90rpx;" mode=""></image>
106 106 </view>
107   - <view class="text">地名标志牌需求申报</view>
  107 + <view class="text">地名标志牌申报</view>
108 108 </view>
109 109 <view class="box_item" @click="gopath('/pages/declaration/declaration?type=3')">
110 110 <view style="margin-bottom: 20rpx;">
111 111 <image src="/static/ly/image5.png" style="width: 60%;height: 90rpx;" mode=""></image>
112 112 </view>
113   - <view class="text">建筑物名称备案</view>
  113 + <view class="text">建筑物备案</view>
114 114 </view>
115 115 <view class="box_item" @click="gopath('/pages/declaration/newDeclaration')">
116 116 <view style="margin-bottom: 20rpx;">
117 117 <image src="/static/ly/image6.png" style="width: 60%;height: 90rpx;" mode=""></image>
118 118 </view>
119   - <view class="text">地名命名</view>
  119 + <view class="text">地名命名申报</view>
120 120 </view>
121 121 </view>
122 122 <view class="content" style="margin-top: -70rpx;z-index: 10000;padding: 0 20rpx;">
... ... @@ -124,7 +124,7 @@
124 124 <view style="margin-bottom: 20rpx;">
125 125 <image src="/static/new/image 2.png" style="width: 60%;height: 90rpx;" mode=""></image>
126 126 </view>
127   - <view class="text">地名查询</view>
  127 + <view class="text">地名查询服务</view>
128 128 </view>
129 129 </view>
130 130 </view>
... ...