Browse Source

部分图片改为调用本地

master
mk 2 years ago
parent
commit
c99876e22d
  1. BIN
      images/associationlist.png
  2. BIN
      images/heart/user.png
  3. BIN
      images/home/address.png
  4. BIN
      images/home/header1.png
  5. BIN
      images/home/header2.png
  6. BIN
      images/home/hederBg.png
  7. BIN
      images/home/left.png
  8. BIN
      images/home/left2.png
  9. BIN
      images/home/message.png
  10. BIN
      images/home/nav1.png
  11. BIN
      images/home/nav2.png
  12. BIN
      images/home/nav3.png
  13. BIN
      images/home/nav4.png
  14. BIN
      images/home/right.png
  15. BIN
      images/home/rightBto.png
  16. BIN
      images/home/rightTop.png
  17. 6
      pages/heartNew/heartNew.wxml
  18. 28
      pages/indexNew/indexNew.wxml
  19. 2
      subpages/associationNew/components/communityList/communityList.wxml
  20. 3
      subpages/associationNew/components/communityList/communityList.wxss
  21. 2
      subpages/associationNew/pages/associationlist/associationlist.wxml

BIN
images/associationlist.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
images/heart/user.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
images/home/address.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
images/home/header1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
images/home/header2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

BIN
images/home/hederBg.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

BIN
images/home/left.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
images/home/left2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
images/home/message.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
images/home/nav1.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

BIN
images/home/nav2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

BIN
images/home/nav3.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
images/home/nav4.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

BIN
images/home/right.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

BIN
images/home/rightBto.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

BIN
images/home/rightTop.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

6
pages/heartNew/heartNew.wxml

@ -1,5 +1,5 @@
<view class="header" style="height: {{statusHeight + navigationHeight}}px;"> <view class="header" style="height: {{statusHeight + navigationHeight}}px;">
<image class="header-bg" src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/06/rBAB7160-w6AJBH6AAAk6D4lsPc207.png" /> <image class="header-bg" src="../../images/home/header1.png" />
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;"> <view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
<view class="goback" bindtap="goback"> <view class="goback" bindtap="goback">
<image src="../../images/goback.png" /> <image src="../../images/goback.png" />
@ -12,13 +12,13 @@
</view> </view>
<view class="home" style="margin-top: {{statusHeight + navigationHeight}}px"> <view class="home" style="margin-top: {{statusHeight + navigationHeight}}px">
<view class="belong-grid"> <view class="belong-grid">
<image class="belong-grid-bg" src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/06/rBAB7160-u6ATTx1AAEZrXGthow458.png" /> <image class="belong-grid-bg" src="../../images/home/header2.png" />
<view class="newbelong-grid"> <view class="newbelong-grid">
<view class="grid" bindtap="getPhone" data-number="{{getImgUrl.remark}}"> <view class="grid" bindtap="getPhone" data-number="{{getImgUrl.remark}}">
<image src="{{getImgUrl.imgUrl}}" /> <image src="{{getImgUrl.imgUrl}}" />
</view> </view>
<view class="volunteer" bindtap="govolunteer"> <view class="volunteer" bindtap="govolunteer">
<image src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/09/rBAB717MhrKAB80nAAApr5c7VJQ292.png" /> <image src="../../images/heart/user.png" />
</view> </view>
</view> </view>
</view> </view>

28
pages/indexNew/indexNew.wxml

@ -1,6 +1,6 @@
<wxs module="filter" src="../../utils/filter.wxs"></wxs> <wxs module="filter" src="../../utils/filter.wxs"></wxs>
<view class="header" style="height: {{statusHeight + navigationHeight}}px;"> <view class="header" style="height: {{statusHeight + navigationHeight}}px;">
<image class="header-bg" src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/06/rBAB7160-w6AJBH6AAAk6D4lsPc207.png" /> <image class="header-bg" src="../../images/home/header1.png" />
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;"> <view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
e锦水 e锦水
</view> </view>
@ -8,25 +8,25 @@
<view class="home" style="margin-top: {{statusHeight + navigationHeight}}px"> <view class="home" style="margin-top: {{statusHeight + navigationHeight}}px">
<!-- 所属网格 --> <!-- 所属网格 -->
<view class="belong-grid"> <view class="belong-grid">
<image class="belong-grid-bg" src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/06/rBAB7160-u6ATTx1AAEZrXGthow458.png" /> <image class="belong-grid-bg" src="../../images/home/header2.png" />
<view class="newbelong-grid"> <view class="newbelong-grid">
<view class="grid" bindtap="changeGrid"> <view class="grid" bindtap="changeGrid">
<image class="party-logo" src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/05/rBAB716nk1aAGwwcAAAFdGPP-1s507.png" /> <image class="party-logo" src="../../images/home/address.png" />
<view class="grid-name">{{departmentName}}</view> <view class="grid-name">{{departmentName}}</view>
<image class="more-grid" src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/05/rBAB716nk3uAAMMcAAADckZSIh0279.png" /> <image class="more-grid" src="../../images/home/right.png" />
</view> </view>
<view class="signin-btn" bindtap="toSignIn"> <view class="signin-btn" bindtap="toSignIn">
<image src="../../images/home/signin.png" wx:if="{{isSignUp == 0}}" /> <image src="../../images/home/signin.png" wx:if="{{isSignUp == 0}}" />
<image src="../../images/home/signined.png" wx:else /> <image src="../../images/home/signined.png" wx:else />
</view> </view>
<view class="my-and-news"> <view class="my-and-news">
<image wx:if="{{informationNum == 0}}" bindtap="noMore" class="news" src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/05/rBAB716nk4yASWCrAAAKA-kIkt0142.png" /> <image wx:if="{{informationNum == 0}}" bindtap="noMore" class="news" src="../../images/home/message.png" />
<image wx:else bindtap="toInfoList" class="news" src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/07/rBAB7161EWKAIXwXAAAD4DwRkd4543.png" /> <image wx:else bindtap="toInfoList" class="news" src="../../images/home/message.png" />
<!-- <image bindtap="toMine" class="my" src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/06/rBAB716n_HiAZ9BOAAAIkMWBOnA191.png" /> --> <!-- <image bindtap="toMine" class="my" src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/06/rBAB716n_HiAZ9BOAAAIkMWBOnA191.png" /> -->
</view> </view>
</view> </view>
<view class="newImage"> <view class="newImage">
<image src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/06/rBAB7160_caAFDdeAACsQB7kto8691.png"></image> <image src="../../images/home/hederBg.png"></image>
</view> </view>
</view> </view>
<!-- banner swiperBannerList --> <!-- banner swiperBannerList -->
@ -100,15 +100,15 @@
<image src='https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/1C/rBAB718FM7iAdYrNAABKu-5Itrc967.png'></image> <image src='https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/1C/rBAB718FM7iAdYrNAABKu-5Itrc967.png'></image>
</button> </button>
<button bindtap="wyss" class="weui-btn-left" form-type='submit' plain='true' hover-class="hover-btn" wx:else> <button bindtap="wyss" class="weui-btn-left" form-type='submit' plain='true' hover-class="hover-btn" wx:else>
<image src='https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/06/rBAB7161BRGARAefAAGNonPzguk041.png'></image> <image src='../../images/home/left2.png'></image>
</button> </button>
<view class="weui-btn-right"> <view class="weui-btn-right">
<button bindtap="goheart" class="weui-btn-top" form-type='submit' plain='true' hover-class="hover-btn"> <button bindtap="goheart" class="weui-btn-top" form-type='submit' plain='true' hover-class="hover-btn">
<view class="is-unread" wx:if="{{unreadSignUpActNum > 0}}"></view> <view class="is-unread" wx:if="{{unreadSignUpActNum > 0}}"></view>
<image src='https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/06/rBAB7161BqiAGT25AADji64eXU8518.png'></image> <image src='../../images/home/rightTop.png'></image>
</button> </button>
<button bindtap="dqhd" class="weui-btn-top" form-type='submit' plain='true' hover-class="hover-btn"> <button bindtap="dqhd" class="weui-btn-top" form-type='submit' plain='true' hover-class="hover-btn">
<image src='https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/20/rBAB718WnlCAPHjJAAColqHIvEM767.png'></image> <image src='../../images/home/rightBto.png'></image>
<!-- <image src='https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/06/rBAB7161Bt2ALFoDAADqKvNuMrQ441.png'></image> --> <!-- <image src='https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/06/rBAB7161Bt2ALFoDAADqKvNuMrQ441.png'></image> -->
</button> </button>
</view> </view>
@ -134,25 +134,25 @@
<view class="grid-new"> <view class="grid-new">
<view class="grid-new-item"> <view class="grid-new-item">
<button bindtap="gointegralCentre" class="grid-new-btn" form-type='submit' plain='true' hover-class="hover-btn"> <button bindtap="gointegralCentre" class="grid-new-btn" form-type='submit' plain='true' hover-class="hover-btn">
<image src='https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/06/rBAB7161B_qAe-m2AAChh4x0hS4857.png'></image> <image src='../../images/home/nav2.png'></image>
</button> </button>
<view class="grid-new-text">积分排名</view> <view class="grid-new-text">积分排名</view>
</view> </view>
<view class="grid-new-item"> <view class="grid-new-item">
<button bindtap="toOneKeyService" class="grid-new-btn" form-type='submit' plain='true' hover-class="hover-btn"> <button bindtap="toOneKeyService" class="grid-new-btn" form-type='submit' plain='true' hover-class="hover-btn">
<image src='https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/1E/rBAB718PtdqAInZyAACHmGFtc9E917.png'></image> <image src='../../images/home/nav1.png'></image>
</button> </button>
<view class="grid-new-text">{{yjfw.categoryName}}</view> <view class="grid-new-text">{{yjfw.categoryName}}</view>
</view> </view>
<view class="grid-new-item"> <view class="grid-new-item">
<button bindtap="toUnderstandJs" class="grid-new-btn" form-type='submit' plain='true' hover-class="hover-btn"> <button bindtap="toUnderstandJs" class="grid-new-btn" form-type='submit' plain='true' hover-class="hover-btn">
<image src='https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/06/rBAB7161CkmAQ8ljAACCxDg25qk058.png'></image> <image src='../../images/home/nav3.png'></image>
</button> </button>
<view class="grid-new-text">{{jmjs.categoryName}}</view> <view class="grid-new-text">{{jmjs.categoryName}}</view>
</view> </view>
<view class="grid-new-item"> <view class="grid-new-item">
<button bindtap="toMine" class="grid-new-btn" form-type='submit' plain='true' hover-class="hover-btn"> <button bindtap="toMine" class="grid-new-btn" form-type='submit' plain='true' hover-class="hover-btn">
<image src='https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/06/rBAB7161Co6AYOnYAACU4vWwdsU999.png'></image> <image src='../../images/home/nav4.png'></image>
</button> </button>
<view class="grid-new-text">个人中心</view> <view class="grid-new-text">个人中心</view>
</view> </view>

2
subpages/associationNew/components/communityList/communityList.wxml

@ -7,7 +7,7 @@
<image src="{{item.partyGroupAvatar}}"/> <image src="{{item.partyGroupAvatar}}"/>
<view class="cover-image"> <view class="cover-image">
<view class="community-name"> <view class="community-name">
<text>{{item.partyGroupName}}</text> <!-- <text>{{item.partyGroupName}}</text> -->
</view> </view>
<view class="btn-container"> <view class="btn-container">
<button bindtap="navigateToAss"data-join="{{item.isJoin}}" data-code="{{item.id}}" class="community-add" plain='true' hover-class="hover-btn"> <button bindtap="navigateToAss"data-join="{{item.isJoin}}" data-code="{{item.id}}" class="community-add" plain='true' hover-class="hover-btn">

3
subpages/associationNew/components/communityList/communityList.wxss

@ -62,7 +62,8 @@
box-sizing: content-box; box-sizing: content-box;
padding: 0; padding: 0;
margin: 0; margin: 0;
margin-top: 32rpx; margin-top: 104rpx;
margin-left: -10rpx;
border: 0; border: 0;
width: 240rpx; width: 240rpx;
} }

2
subpages/associationNew/pages/associationlist/associationlist.wxml

@ -5,7 +5,7 @@
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">党群列表</view> <view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">党群列表</view>
</view> </view>
<view class="title_bg" style="margin-top: {{statusHeight + navigationHeight}}px"> <view class="title_bg" style="margin-top: {{statusHeight + navigationHeight}}px">
<image src="{{imageUrlList[0].imgUrl}}"></image> <image src="../../../../images/associationlist.png"></image>
<!-- <image src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/21/rBAB718fd8CAB37nAAMW696Q3e4345.png" /> --> <!-- <image src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/21/rBAB718fd8CAB37nAAMW696Q3e4345.png" /> -->
</view> </view>
<view class="association-list"> <view class="association-list">

Loading…
Cancel
Save