Browse Source

风采录

release
zhaoyongnian 3 years ago
parent
commit
4c23b60ed5
  1. BIN
      epdc-resident-mp-yushan/images/home/fcl.jpg
  2. 6
      epdc-resident-mp-yushan/pages/index/index.js
  3. 3
      epdc-resident-mp-yushan/pages/index/index.wxml
  4. 10
      epdc-resident-mp-yushan/pages/index/index.wxss

BIN
epdc-resident-mp-yushan/images/home/fcl.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

6
epdc-resident-mp-yushan/pages/index/index.js

@ -681,4 +681,10 @@ Page({
visible: false visible: false
}); });
}, },
goNews_8_1() {
wx.navigateTo({
url: `/subpages/workTodo/pages/moduleList/moduleList?pid=1554022062541422594&typeCode=RDDB&name=风采录&style=2`,
})
console.log('wwwww')
}
}) })

3
epdc-resident-mp-yushan/pages/index/index.wxml

@ -110,6 +110,9 @@
<image class="grid-item-right-2" src="https://epdc-yushan.elinkservice.cn/files-pro/20220323/6889b62a3b8c4cdc92d14751990ce8f3.png" data-module="gridArmy" bindtap="navigateToModule" style="margin-top: 2rpx;"/> <image class="grid-item-right-2" src="https://epdc-yushan.elinkservice.cn/files-pro/20220323/6889b62a3b8c4cdc92d14751990ce8f3.png" data-module="gridArmy" bindtap="navigateToModule" style="margin-top: 2rpx;"/>
</view> </view>
</view> </view>
<view class="new-22-8-1" bindtap="goNews_8_1">
<image src="../../images/home/fcl.jpg" />
</view>
<!-- 积分排名、指尖榆山、网格队伍、志愿服务、社会组织模块 --> <!-- 积分排名、指尖榆山、网格队伍、志愿服务、社会组织模块 -->
<view class="module-list"> <view class="module-list">
<view hover-class="hover-module-item" hover-stay-time="150" class="module-item" wx:for="{{moduleList}}" wx:key="index" wx:for-item="item" data-module="{{item.module}}" bindtap="navigateToModule"> <view hover-class="hover-module-item" hover-stay-time="150" class="module-item" wx:for="{{moduleList}}" wx:key="index" wx:for-item="item" data-module="{{item.module}}" bindtap="navigateToModule">

10
epdc-resident-mp-yushan/pages/index/index.wxss

@ -620,3 +620,13 @@ image {
.fixed-phone-container .hover-call-btn { .fixed-phone-container .hover-call-btn {
background: #289b7e; background: #289b7e;
} }
.new-22-8-1{
width: 100%;
height: 168rpx;
}
.new-22-8-1 image{
width: 100%;
height: 168rpx;
}
Loading…
Cancel
Save