Browse Source

双肩走格,干杯议事

master
mk 2 years ago
parent
commit
31e33acbaa
  1. BIN
      epdc-resident-mp-yushan/images/home/gbys.png
  2. BIN
      epdc-resident-mp-yushan/images/home/lQLPJwE4tu1fd95QULD2WPlMiI98KQQ6WHNWQDQA_80_80.png
  3. BIN
      epdc-resident-mp-yushan/images/home/sjzg.png
  4. 29
      epdc-resident-mp-yushan/pages/index/index.js
  5. 2
      epdc-resident-mp-yushan/pages/index/index.wxml
  6. 2
      epdc-resident-mp-yushan/subpages/fingertipYushan/pages/index/index.js
  7. 2
      epdc-resident-mp-yushan/subpages/fingertipYushan/pages/index/index.json
  8. 2
      epdc-resident-mp-yushan/subpages/mediateHypermarket/page/index/index.js
  9. 2
      epdc-resident-mp-yushan/subpages/mediateHypermarket/page/index/index.json

BIN
epdc-resident-mp-yushan/images/home/gbys.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

BIN
epdc-resident-mp-yushan/images/home/lQLPJwE4tu1fd95QULD2WPlMiI98KQQ6WHNWQDQA_80_80.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

BIN
epdc-resident-mp-yushan/images/home/sjzg.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

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

@ -35,27 +35,26 @@ Page({
module: 'house',
imgHeightFlag:true
},
{
icon:'../../images/home/sqtg.png',
tip: '社区团购',
module: 'pointRank',
},
{
icon:
'../../images/home/zjys.png',
icon:'../../images/home/gbys.png',
// 'https://epdc-yushan.elinkservice.cn/files-pro/20211009/59b127e9fc8042969334c31fe0272c3f.png', // 蓝色
tip: '指尖榆山',
tip: '干杯议事',
module: 'fingerYushan',
},
//志愿服务
{
icon:
'../../images/home/mtcs.png',
tip: '矛调超市',
'../../images/home/sjzg.png',
tip: '双肩走格',
module: 'mediateHypermarket',
},
{
icon:'../../images/home/sqtg.png',
tip: '社区团购',
module: 'pointRank',
},
// {
// icon:
// 'https://epdc-yushan.elinkservice.cn/files-pro/20220324/1083316800d948b4a8a4206dcb857722.png',
@ -538,12 +537,12 @@ Page({
})
return false
}
wx.navigateTo({
url: '/pages/discussion/discussion',
})
// wx.navigateTo({
// url: '/subpages/discussion/pages/addIssue/addIssue'
// url: '/pages/discussion/discussion',
// })
wx.navigateTo({
url: '/subpages/discussion/pages/addIssue/addIssue'
})
},
navigateToWork() {
if (app.globalData.infoCompleted == 0) {

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

@ -123,7 +123,7 @@
<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 class="icon">
<image class="{{index == 0?'imgageRight':''}} {{ index== 3 ?'p20':''}}" src="{{item.icon}}" />
<image class="{{index == 0?'imgageRight':''}}" src="{{item.icon}}" />
</view>
<view class="tip">{{item.tip}}</view>
</view>

2
epdc-resident-mp-yushan/subpages/fingertipYushan/pages/index/index.js

@ -13,7 +13,7 @@ Page({
isLoadMore: false,
modulelist: [],
pid: '1438320938730868737',
typeCode: 'ZJYS'
typeCode: 'GBYS'
},
/**

2
epdc-resident-mp-yushan/subpages/fingertipYushan/pages/index/index.json

@ -1,5 +1,5 @@
{
"navigationBarTitleText": "指尖榆山",
"navigationBarTitleText": "干杯议事",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#bb0300",
"usingComponents": {

2
epdc-resident-mp-yushan/subpages/mediateHypermarket/page/index/index.js

@ -13,7 +13,7 @@ Page({
isLoadMore: false,
modulelist: [],
pid: '1438320938730868737',
typeCode: 'MTCS'
typeCode: 'SJZG'
},
/**

2
epdc-resident-mp-yushan/subpages/mediateHypermarket/page/index/index.json

@ -1,5 +1,5 @@
{
"navigationBarTitleText": "矛调超市",
"navigationBarTitleText": "双肩走格",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#bb0300",
"usingComponents": {

Loading…
Cancel
Save