Browse Source

1.2.22 首页我查询点事我建议点事

release
ZhaoTongYao 4 years ago
parent
commit
2165ef853c
  1. BIN
      epdc-resident-mp-yushan/images/discussion/add-issue-new.png
  2. 1
      epdc-resident-mp-yushan/pages/discussion/discussion.json
  3. 7
      epdc-resident-mp-yushan/pages/discussion/discussion.wxml
  4. 4
      epdc-resident-mp-yushan/pages/index/index.wxml
  5. 2
      epdc-resident-mp-yushan/pages/toRegister/toRegister.js
  6. 2
      epdc-resident-mp-yushan/subpages/discussion/pages/addIssue/addIssue.json
  7. 2
      epdc-resident-mp-yushan/subpages/submitAdvise/pages/activeApply/activeApply.json
  8. 2
      epdc-resident-mp-yushan/subpages/workTodo/pages/index/index.json

BIN
epdc-resident-mp-yushan/images/discussion/add-issue-new.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 16 KiB

1
epdc-resident-mp-yushan/pages/discussion/discussion.json

@ -1,6 +1,7 @@
{ {
"navigationBarTitleText": "我有事要说", "navigationBarTitleText": "我有事要说",
"usingComponents": { "usingComponents": {
"move-btn": "/components/moveButton/moveButton",
"issue-list": "./components/issueList/issueList", "issue-list": "./components/issueList/issueList",
"project-list": "./components/projectList/projectList", "project-list": "./components/projectList/projectList",
"pulldown-refresh": "../../components/pullDownRefresh/pullDownRefresh", "pulldown-refresh": "../../components/pullDownRefresh/pullDownRefresh",

7
epdc-resident-mp-yushan/pages/discussion/discussion.wxml

@ -19,11 +19,14 @@
<project-list id="projectlist" bind:getProjectComponent="getProjectComponent"></project-list> <project-list id="projectlist" bind:getProjectComponent="getProjectComponent"></project-list>
</view> </view>
<view class="addIssue" bindtap="addIssue"> <!-- <view class="addIssue" bindtap="addIssue">
<image src="../../images/discussion/add-issue-new.png" /> <image src="../../images/discussion/add-issue-new.png" />
</view> </view> -->
</view> </view>
<completeInfo-dialog <completeInfo-dialog
completeInfoDialogVisible="{{completeInfoDialogVisible}}"> completeInfoDialogVisible="{{completeInfoDialogVisible}}">
</completeInfo-dialog> </completeInfo-dialog>
<!-- 悬浮按钮 -->
<move-btn button-width="181" button-height="181" button-top="600" button-left="620" area-top="120" area-height="90%" img-url="../../images/discussion/add-issue-new.png" bindmovebtnCallBack="addIssue"></move-btn>

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

@ -75,13 +75,13 @@
<view class="icon-container"> <view class="icon-container">
<image src="https://epdc-yushan.elinkservice.cn/files-pro/20211012/242af713e37541ec9518c4ff28ac5a2c.png" /> <image src="https://epdc-yushan.elinkservice.cn/files-pro/20211012/242af713e37541ec9518c4ff28ac5a2c.png" />
</view> </view>
<view class="tip">我有事要办</view> <view class="tip">我查询点事</view>
</view> </view>
<view class="grid-item" hover-class="hover-grid-item" hover-stay-time="150" bindtap="navigateToSumbit"> <view class="grid-item" hover-class="hover-grid-item" hover-stay-time="150" bindtap="navigateToSumbit">
<view class="icon-container"> <view class="icon-container">
<image src="https://epdc-yushan.elinkservice.cn/files-pro/20211009/33f1cec6e2454cb0a373eb060b0974e5.png" /> <image src="https://epdc-yushan.elinkservice.cn/files-pro/20211009/33f1cec6e2454cb0a373eb060b0974e5.png" />
</view> </view>
<view class="tip">我有建议要提</view> <view class="tip">我建议点事</view>
</view> </view>
</view> </view>
<!-- <view class="grid-list"> <!-- <view class="grid-list">

2
epdc-resident-mp-yushan/pages/toRegister/toRegister.js

@ -21,7 +21,7 @@ Page({
} }
}) })
let that = this let that = this
const versionNum = '1.2.20' const versionNum = '1.2.22'
api.getScanSwitch(versionNum).then(function (res) { api.getScanSwitch(versionNum).then(function (res) {
console.log(res.data) console.log(res.data)
let state = res.data ? res.data.scanFlag : '1' let state = res.data ? res.data.scanFlag : '1'

2
epdc-resident-mp-yushan/subpages/discussion/pages/addIssue/addIssue.json

@ -3,5 +3,5 @@
"wux-actionsheet": "../../../../dist/actionsheet/index", "wux-actionsheet": "../../../../dist/actionsheet/index",
"tip-dialog": "../../components/tipDialog/tipDialog" "tip-dialog": "../../components/tipDialog/tipDialog"
}, },
"navigationBarTitleText": "我要报事" "navigationBarTitleText": "我有事要说"
} }

2
epdc-resident-mp-yushan/subpages/submitAdvise/pages/activeApply/activeApply.json

@ -1,5 +1,5 @@
{ {
"navigationBarTitleText": "我有建议要提", "navigationBarTitleText": "我建议点事",
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#bb0300", "navigationBarBackgroundColor": "#bb0300",
"usingComponents": { "usingComponents": {

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

@ -1,5 +1,5 @@
{ {
"navigationBarTitleText": "我有事要办", "navigationBarTitleText": "我查询点事",
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#bb0300", "navigationBarBackgroundColor": "#bb0300",
"usingComponents": { "usingComponents": {

Loading…
Cancel
Save