|
@@ -2,14 +2,14 @@
|
|
|
<view style="background-color: #F5F5F5">
|
|
|
<!-- 顶部栏 -->
|
|
|
<view class="top">
|
|
|
- <image src="../../images/topbg.png" style="width: 100%;height:519rpx"></image>
|
|
|
- <image src="../../images/toplogo.png" class="top-logo" style="top: {{navHeight}}rpx"></image>
|
|
|
+ <image src="http://192.168.1.253:7777/applet/topbg.png" style="width: 100%;height:519rpx"></image>
|
|
|
+ <image src="http://192.168.1.253:7777/applet/toplogo.png" class="top-logo" style="top: {{navHeight}}rpx"></image>
|
|
|
<view class="top-serach">
|
|
|
<view class="search-input">
|
|
|
<input style="height: 72rpx;" placeholder="请在此输入关键字" />
|
|
|
</view>
|
|
|
<button class="search-button">
|
|
|
- <image src="../../images/search.png"></image>
|
|
|
+ <image src="http://192.168.1.253:7777/applet/search.png"></image>
|
|
|
</button>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -23,7 +23,7 @@
|
|
|
<swiper display-multiple-items="3" autoplay="{{false}}" style="padding: 0 20rpx;" next-margin="100rpx" snap-to-edge="{{true}}">
|
|
|
<block wx:for="{{background}}" wx:key="*this">
|
|
|
<swiper-item>
|
|
|
- <image src="../../images/图层 1298.png"></image>
|
|
|
+ <image src="http://192.168.1.253:7777/applet/图层 1298.png"></image>
|
|
|
<view style="display: flex;">
|
|
|
<view class="swiper-item">王茂春</view>
|
|
|
<view>区长</view>
|
|
@@ -40,7 +40,7 @@
|
|
|
<view class="content-more" bindtap="goToMore">查看更多 >></view>
|
|
|
</view>
|
|
|
<view>
|
|
|
- <view style="background-image: url('../../images/public1.png');width: 100%;height:100%"></view>
|
|
|
+ <view style="background-image: url('http://192.168.1.253:7777/applet/public1.png');width: 100%;height:100%"></view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 基层政务公开 -->
|
|
@@ -51,7 +51,7 @@
|
|
|
<view class="content-more" bindtap="goToMore">查看更多 >></view>
|
|
|
</view>
|
|
|
<view>
|
|
|
- <view style="background-image: url('../../images/public1.png');width: 100%;height:100%"></view>
|
|
|
+ <view style="background-image: url('http://192.168.1.253:7777/applet/public1.png');width: 100%;height:100%"></view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 政策文件 -->
|
|
@@ -62,7 +62,7 @@
|
|
|
<view class="content-more" bindtap="goToMore">查看更多 >></view>
|
|
|
</view>
|
|
|
<view>
|
|
|
- <view style="background-image: url('../../images/public1.png');width: 100%;height:100%"></view>
|
|
|
+ <view style="background-image: url('http://192.168.1.253:7777/applet/public1.png');width: 100%;height:100%"></view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 政策解读 -->
|
|
@@ -82,7 +82,7 @@
|
|
|
<swiper display-multiple-items="2" current="{{currentTab}}" bindchange="handleSwiper" autoplay="{{false}}" style="padding: 0 10px;margin-top: 15rpx">
|
|
|
<block wx:for="{{background}}" wx:key="*this">
|
|
|
<swiper-item>
|
|
|
- <image src="../../images/图层 3261.png" style="width: 327rpx;height: 227rpx;"></image>
|
|
|
+ <image src="http://192.168.1.253:7777/applet/图层 3261.png" style="width: 327rpx;height: 227rpx;"></image>
|
|
|
</swiper-item>
|
|
|
</block>
|
|
|
</swiper>
|