Browse Source

我的页面修改

work_tab_bar
李素 1 year ago
parent
commit
823cad8fd5
  1. 6
      pages/mine/mine.js
  2. 34
      pages/mine/mine.wxml
  3. 36
      pages/mine/mine.wxss
  4. 112
      project.config.json
  5. 485
      project.private.config.json
  6. 4
      subpages/searchResult/pages/cheshi/cheshi.wxml

6
pages/mine/mine.js

@ -25,7 +25,11 @@ Page({
userName:app.globalData.user.realName userName:app.globalData.user.realName
}) })
}, },
toChangePassword(){
wx.navigateTo({
url: '/subpages/settings/pages/changePassword/changePassword',
})
},
/** /**
* 生命周期函数--监听页面初次渲染完成 * 生命周期函数--监听页面初次渲染完成
*/ */

34
pages/mine/mine.wxml

@ -4,19 +4,25 @@
我的 我的
</view> </view>
<view class="content"> <view class="content">
<view class="left"><image src="../../images/mine/avater.png" mode=""/></view> <view class="left"><image src="../../images/mine/lz.png" mode=""/></view>
<view class="right"> <view class="right">
<view class="top"> <b>{{userName}}</b> <text>{{agencyName}}</text></view> <view class="top"> <b>{{userName}}</b> <text>{{agencyName}}</text></view>
<view class="bto"> <view class="bto">
<view> <image src="../../images/mine/wgz.png" mode=""/> 网格长 </view> <!-- <view> <image src="../../images/mine/wgz.png" mode=""/> 网格长 </view> -->
<view> <image src="../../images/mine/lz.png" mode=""/> 楼长 </view> <!-- <view> <image src="../../images/mine/lz.png" mode=""/> 楼长 </view> -->
<view class="text-wrapper_24">
<text class="text_63">网格长</text>
</view>
<view class="text-wrapper_24">
<text class="text_63">楼长</text>
</view>
</view> </view>
</view> </view>
</view> </view>
</view> </view>
<view class="body"> <view class="body">
<view class="card"> <view class="card">
<view class="item" bind:tap="handelInformation"> <!-- <view class="item" bind:tap="handelInformation">
<view class="left"> <view class="left">
<image src="../../images/mine/cj.png" mode=""/> <image src="../../images/mine/cj.png" mode=""/>
<view>我采集的信息</view> <view>我采集的信息</view>
@ -38,19 +44,33 @@
<view class="right"> <image src="../../images/right.png" mode=""/></view> <view class="right"> <image src="../../images/right.png" mode=""/></view>
</view> </view>
<view class="item"> <view class="item">
<view class="left"> <view class="left">
<image src="../../images/mine/gy.png" mode=""/> <image src="../../images/mine/gy.png" mode=""/>
<view>关于</view> <view>关于</view>
</view> </view>
<view class="right"> <image src="../../images/right.png" mode=""/></view> <view class="right"> <image src="../../images/right.png" mode=""/></view>
</view> </view> -->
<view class="item no-pseudo" bind:tap="toSettings" > <!-- <view class="item no-pseudo" bind:tap="toSettings" >
<view class="left"> <view class="left">
<image src="../../images/mine/sz.png" mode=""/> <image src="../../images/mine/sz.png" mode=""/>
<view>设置</view> <view>设置</view>
</view> </view>
<view class="right"> <image src="../../images/right.png" mode=""/></view> <view class="right"> <image src="../../images/right.png" mode=""/></view>
</view> -->
<view class="item no-pseudo" bind:tap="toSettings" >
<view class="left" bind:tap="toChangePassword">
<image src="../../images/login/password.png" mode=""/>
<view>修改密码</view>
</view>
<view class="right"> <image src="../../images/right.png" mode=""/></view>
</view>
<view class="item">
<view class="left">
<image src="../../images/mine/gy.png" mode=""/>
<view>使用指南</view>
</view>
<view class="right"> <image src="../../images/right.png" mode=""/></view>
</view> </view>
</view> </view>
</view> </view>

36
pages/mine/mine.wxss

@ -4,15 +4,17 @@ page{
width: 100%; width: 100%;
background-color: #f7f7f7; background-color: #f7f7f7;
} }
.header { .header {
width: 100%; width: 100%;
height: 470rpx; height: 370rpx;
/* position: fixed; /* position: fixed;
top: 0; top: 0;
left: 0; left: 0;
z-index: 1000; */ z-index: 1000; */
background: linear-gradient(180deg, #7DB5FF 0%, #F7F7F7 100%); /* background: linear-gradient(180deg, #7DB5FF 0%, #F7F7F7 100%); */
background: #3973F6;
overflow: hidden; overflow: hidden;
} }
.header .navigation { .header .navigation {
@ -20,7 +22,7 @@ page{
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
color: #333333; color: #fdfdfd;
font-size: 32rpx; font-size: 32rpx;
position: relative; position: relative;
z-index: 100; z-index: 100;
@ -54,14 +56,15 @@ page{
.header .content .right .top b{ .header .content .right .top b{
font-size: 36rpx; font-size: 36rpx;
font-family: PingFang SC; font-family: PingFang SC;
color: #000000; color: #ffffff;
} }
.header .content .right .top text{ .header .content .right .top text{
margin-left: 19rpx; margin-left: 19rpx;
padding-left: 19rpx; padding-left: 19rpx;
height: 31rpx; height: 31rpx;
font-size: 30rpx; font-size: 30rpx;
border-left: 1rpx solid #333333 ; border-left: 1rpx solid #fffefe ;
color: #ffffff;
} }
.header .content .right .bto{ .header .content .right .bto{
display: flex; display: flex;
@ -73,10 +76,10 @@ page{
height: 46rpx; height: 46rpx;
display: flex; display: flex;
align-items: center; align-items: center;
background: #FFFFFF; /* background: #FFFFFF; */
border-radius: 46rpx; border-radius: 46rpx;
font-size: 28rpx; font-size: 28rpx;
color: #999; color: rgb(255, 255, 255);
margin-right: 10rpx; margin-right: 10rpx;
} }
.header .content .right .bto image{ .header .content .right .bto image{
@ -86,9 +89,11 @@ page{
} }
.body{ .body{
padding: 0 20rpx; padding: 0 20rpx;
height: auto; /* height: auto; */
position: relative; /* position: relative; */
top: -120rpx; /* top: -120rpx; */
margin-top: 30rpx;
} }
.body .card { .body .card {
background-color: #ffffff; background-color: #ffffff;
@ -104,7 +109,18 @@ page{
padding: 0 30rpx; padding: 0 30rpx;
box-sizing: border-box; box-sizing: border-box;
} }
.text-wrapper_24 {
background-color: #84ACF0;
border-radius: 0;
}
.text_63 {
overflow-wrap: break-word;
color: rgb(255, 255, 255);
font-family: PingFang-SC-Medium;
white-space: nowrap;
margin-left: 5rpx;
}
.body .card .item::before{ .body .card .item::before{
content: ""; content: "";
position: absolute; position: absolute;

112
project.config.json

@ -1,59 +1,59 @@
{ {
"description": "项目配置文件", "description": "项目配置文件",
"packOptions": { "packOptions": {
"ignore": [], "ignore": [],
"include": [] "include": []
},
"setting": {
"urlCheck": false,
"es6": true,
"enhance": true,
"postcss": true,
"preloadBackgroundData": false,
"minified": true,
"newFeature": false,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"lazyloadPlaceholderEnable": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"useApiHostProcess": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}, },
"enableEngineNative": false, "setting": {
"useIsolateContext": false, "urlCheck": false,
"userConfirmedBundleSwitch": false, "es6": true,
"packNpmManually": true, "enhance": true,
"packNpmRelationList": [ "postcss": true,
{ "preloadBackgroundData": false,
"packageJsonPath": "./package.json", "minified": true,
"miniprogramNpmDistDir": "./miniprogram/" "newFeature": false,
} "coverView": true,
], "nodeModules": false,
"minifyWXSS": true, "autoAudits": false,
"disableUseStrict": false, "showShadowRootInWxmlPanel": true,
"minifyWXML": true, "scopeDataCheck": false,
"showES6CompileOption": false, "uglifyFileName": false,
"useCompilerPlugins": false "checkInvalidKey": true,
}, "checkSiteMap": true,
"compileType": "miniprogram", "uploadWithSourceMap": true,
"libVersion": "2.19.4", "compileHotReLoad": false,
"appid": "wxaf87b420b87e2d79", "lazyloadPlaceholderEnable": false,
"projectname": "miniprogram-92", "useMultiFrameRuntime": true,
"editorSetting": { "useApiHook": true,
"tabIndent": "insertSpaces", "useApiHostProcess": true,
"tabSize": 4 "babelSetting": {
}, "ignore": [],
"condition": {} "disablePlugins": [],
"outputPath": ""
},
"enableEngineNative": false,
"useIsolateContext": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": true,
"packNpmRelationList": [
{
"packageJsonPath": "./package.json",
"miniprogramNpmDistDir": "./miniprogram/"
}
],
"minifyWXSS": true,
"disableUseStrict": false,
"minifyWXML": true,
"showES6CompileOption": false,
"useCompilerPlugins": false
},
"compileType": "miniprogram",
"libVersion": "2.19.4",
"appid": "wxaf87b420b87e2d79",
"projectname": "miniprogram-92",
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 4
},
"condition": {}
} }

485
project.private.config.json

@ -1,252 +1,243 @@
{ {
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "epmet-work-minniprogram", "projectname": "epmet-work-minniprogram",
"setting": { "setting": {
"compileHotReLoad": true, "compileHotReLoad": true,
"urlCheck": false "urlCheck": false
},
"libVersion": "2.19.6",
"condition": {
"plugin": {
"list": []
}, },
"game": { "libVersion": "2.19.6",
"list": [] "condition": {
}, "miniprogram": {
"gamePlugin": { "list": [
"list": [] {
}, "name": "subpages/statistics/pages/residentPortrait2/residentPortrait",
"miniprogram": { "pathName": "subpages/statistics/pages/residentPortrait2/residentPortrait",
"list": [ "query": "",
{ "scene": null
"name": "subpages/statistics/pages/residentPortrait2/residentPortrait", },
"pathName": "subpages/statistics/pages/residentPortrait2/residentPortrait", {
"query": "", "name": "subpages/addResi/pages/addResi/addResi",
"scene": null "pathName": "subpages/addResi/pages/addResi/addResi",
}, "query": "type=edit&resiId=1704759123301355521",
{ "scene": null
"name": "subpages/addResi/pages/addResi/addResi", },
"pathName": "subpages/addResi/pages/addResi/addResi", {
"query": "type=edit&resiId=1704759123301355521", "name": "subpages/addResi/pages/addResi/addResi",
"scene": null "pathName": "subpages/addResi/pages/addResi/addResi",
}, "query": "type=edit&resiId=1704759138283409410",
{ "scene": null
"name": "subpages/addResi/pages/addResi/addResi", },
"pathName": "subpages/addResi/pages/addResi/addResi", {
"query": "type=edit&resiId=1704759138283409410", "name": "subpages/searchResult/pages/punchCard/punchCard",
"scene": null "pathName": "subpages/searchResult/pages/punchCard/punchCard",
}, "query": "resiId=1704759138283409410",
{ "scene": null
"name": "subpages/searchResult/pages/punchCard/punchCard", },
"pathName": "subpages/searchResult/pages/punchCard/punchCard", {
"query": "resiId=1704759138283409410", "name": "subpages/addResi/pages/addResi/addResi",
"scene": null "pathName": "subpages/addResi/pages/addResi/addResi",
}, "query": "type=edit&resiId=1736923526105554946",
{ "scene": null
"name": "subpages/addResi/pages/addResi/addResi", },
"pathName": "subpages/addResi/pages/addResi/addResi", {
"query": "type=edit&resiId=1736923526105554946", "name": "subpages/addResi/pages/addResi/addResi",
"scene": null "pathName": "subpages/addResi/pages/addResi/addResi",
}, "query": "type=edit&resiId=1704759138283409410",
{ "scene": null
"name": "subpages/addResi/pages/addResi/addResi", },
"pathName": "subpages/addResi/pages/addResi/addResi", {
"query": "type=edit&resiId=1704759138283409410", "name": "subpages/statistics/pages/demand/detail/detail",
"scene": null "pathName": "subpages/statistics/pages/demand/detail/detail",
}, "query": "id=1726875931996110850&type=2",
{ "scene": null
"name": "subpages/statistics/pages/demand/detail/detail", },
"pathName": "subpages/statistics/pages/demand/detail/detail", {
"query": "id=1726875931996110850&type=2", "name": "subpages/statistics/pages/demand/detail/detail",
"scene": null "pathName": "subpages/statistics/pages/demand/detail/detail",
}, "query": "id=1726875931996110850&type=2",
{ "scene": null
"name": "subpages/statistics/pages/demand/detail/detail", },
"pathName": "subpages/statistics/pages/demand/detail/detail", {
"query": "id=1726875931996110850&type=2", "name": "subpages/statistics/pages/demand/detail/detail",
"scene": null "pathName": "subpages/statistics/pages/demand/detail/detail",
}, "query": "id=1730039765330636802&type=1",
{ "scene": null
"name": "subpages/statistics/pages/demand/detail/detail", },
"pathName": "subpages/statistics/pages/demand/detail/detail", {
"query": "id=1730039765330636802&type=1", "name": "subpages/statistics/pages/demand/detail/detail",
"scene": null "pathName": "subpages/statistics/pages/demand/detail/detail",
}, "query": "id=1730039765330636802&type=1",
{ "scene": null
"name": "subpages/statistics/pages/demand/detail/detail", },
"pathName": "subpages/statistics/pages/demand/detail/detail", {
"query": "id=1730039765330636802&type=1", "name": "subpages/statistics/pages/event/detail/detail",
"scene": null "pathName": "subpages/statistics/pages/event/detail/detail",
}, "query": "id=1717777356023885826",
{ "scene": null
"name": "subpages/statistics/pages/event/detail/detail", },
"pathName": "subpages/statistics/pages/event/detail/detail", {
"query": "id=1717777356023885826", "name": "subpages/statistics/pages/problem/problem",
"scene": null "pathName": "subpages/statistics/pages/problem/problem",
}, "query": "",
{ "scene": null
"name": "subpages/statistics/pages/problem/problem", },
"pathName": "subpages/statistics/pages/problem/problem", {
"query": "", "name": "",
"scene": null "pathName": "subpages/statistics/pages/event/detail/detail",
}, "query": "id=%7B%22name%22%3A%22%E5%BC%A0%E4%B8%89%22%2C%22mobile%22%3A%22173****7327%22%2C%22satisfactionSource%22%3A%22satisfaction_community%22%2C%22createdTime%22%3A%222023-12-12%2016%3A05%22%2C%22satisfactionCategoryName%22%3A%22%E7%AC%AC%E4%B8%80%E7%BD%91%E6%A0%BC%22%2C%22reason%22%3A%22%E6%9D%91%E5%89%8D%E7%9A%84%E8%80%81%E5%AE%85%E6%9C%89%E4%B8%AA%E9%A5%AD%E5%BA%97%EF%BC%8C%E6%83%B3%E8%A6%81%E6%89%A9%E5%BB%BA%E4%BA%8C%E5%B1%82%EF%BC%8C%E5%91%A8%E8%BE%B9%E6%9D%91%E6%B0%91%E9%83%BD%E4%B8%8D%E5%90%8C%E6%84%8F%EF%BC%8C%E8%AF%A5%E5%B1%85%E6%B0%91%E6%83%B3%E8%87%AA%E8%A1%8C%E5%8A%A0%E9%AB%98%EF%BC%8C%E5%AF%B9%E6%AD%A4%E4%B8%8D%E6%BB%A1%EF%BC%8C%E8%A6%81%E6%B1%82%E5%81%9C%E6%AD%A2%E5%BB%BA%E8%AE%BE%EF%BC%8C%E5%B8%8C%E6%9C%9B%E8%B4%A3%E4%BB%BB%E9%83%A8%E9%97%A8%E5%B0%BD%E5%BF%AB%E8%90%BD%E5%AE%9E%E8%AF%A5%E4%BF%A1%E6%81%AF%C2%B7%C2%B7%C2%B7%22%7D",
{ "scene": null
"name": "", },
"pathName": "subpages/statistics/pages/event/detail/detail", {
"query": "id=%7B%22name%22%3A%22%E5%BC%A0%E4%B8%89%22%2C%22mobile%22%3A%22173****7327%22%2C%22satisfactionSource%22%3A%22satisfaction_community%22%2C%22createdTime%22%3A%222023-12-12%2016%3A05%22%2C%22satisfactionCategoryName%22%3A%22%E7%AC%AC%E4%B8%80%E7%BD%91%E6%A0%BC%22%2C%22reason%22%3A%22%E6%9D%91%E5%89%8D%E7%9A%84%E8%80%81%E5%AE%85%E6%9C%89%E4%B8%AA%E9%A5%AD%E5%BA%97%EF%BC%8C%E6%83%B3%E8%A6%81%E6%89%A9%E5%BB%BA%E4%BA%8C%E5%B1%82%EF%BC%8C%E5%91%A8%E8%BE%B9%E6%9D%91%E6%B0%91%E9%83%BD%E4%B8%8D%E5%90%8C%E6%84%8F%EF%BC%8C%E8%AF%A5%E5%B1%85%E6%B0%91%E6%83%B3%E8%87%AA%E8%A1%8C%E5%8A%A0%E9%AB%98%EF%BC%8C%E5%AF%B9%E6%AD%A4%E4%B8%8D%E6%BB%A1%EF%BC%8C%E8%A6%81%E6%B1%82%E5%81%9C%E6%AD%A2%E5%BB%BA%E8%AE%BE%EF%BC%8C%E5%B8%8C%E6%9C%9B%E8%B4%A3%E4%BB%BB%E9%83%A8%E9%97%A8%E5%B0%BD%E5%BF%AB%E8%90%BD%E5%AE%9E%E8%AF%A5%E4%BF%A1%E6%81%AF%C2%B7%C2%B7%C2%B7%22%7D", "name": "",
"scene": null "pathName": "subpages/statistics/pages/event/list/list",
}, "query": "",
{ "scene": null
"name": "", },
"pathName": "subpages/statistics/pages/event/list/list", {
"query": "", "name": "",
"scene": null "pathName": "pages/statistics/statistics",
}, "query": "",
{ "scene": null
"name": "", },
"pathName": "pages/statistics/statistics", {
"query": "", "name": "",
"scene": null "pathName": "pages/webView/webView",
}, "query": "url=https://epmet-preview.elinkservice.cn/questionnaire/s/8ac9e858e42b4d87bc15812e60e930c4?agencyId=1691779171481239553&anonymous=1",
{ "scene": null
"name": "", },
"pathName": "pages/webView/webView", {
"query": "url=https://epmet-preview.elinkservice.cn/questionnaire/s/8ac9e858e42b4d87bc15812e60e930c4?agencyId=1691779171481239553&anonymous=1", "name": "身份识别",
"scene": null "pathName": "subpages/OCRCard/pages/index/index",
}, "query": "",
{ "scene": null
"name": "身份识别", },
"pathName": "subpages/OCRCard/pages/index/index", {
"query": "", "name": "修改密码",
"scene": null "pathName": "subpages/settings/pages/changePassword/changePassword",
}, "query": "",
{ "scene": null
"name": "修改密码", },
"pathName": "subpages/settings/pages/changePassword/changePassword", {
"query": "", "name": "回访记录详情",
"scene": null "pathName": "subpages/communitySelfInsp/pages/followUpDetail/followUpDetail",
}, "query": "resiInfo={\"periodStart\":\"2023-09-01\",\"createdTime\":\"2023-09-11\",\"reporterName\":\"老王5\",\"reporterMobile\":\"18500000005\",\"followUpWay\":\"0\",\"followUpStatus\":1,\"evaCulturalFacility\":\"veryGood\",\"evaSportsFacility\":\"veryGood\",\"evaEcologicalEnv\":\"bad\",\"evaSocialSecurity\":\"bad\",\"evaSocialAssistance\":\"good\",\"evaOldPeopleProvide\":\"good\",\"evaBasicEducation\":\"veryGood\",\"evaMedical\":\"veryGood\",\"reason\":\"aa\",\"id\":\"1701199625473716226\",\"status\":1,\"addressDetail\":null}&type=edit",
{ "scene": null
"name": "回访记录详情", },
"pathName": "subpages/communitySelfInsp/pages/followUpDetail/followUpDetail", {
"query": "resiInfo={\"periodStart\":\"2023-09-01\",\"createdTime\":\"2023-09-11\",\"reporterName\":\"老王5\",\"reporterMobile\":\"18500000005\",\"followUpWay\":\"0\",\"followUpStatus\":1,\"evaCulturalFacility\":\"veryGood\",\"evaSportsFacility\":\"veryGood\",\"evaEcologicalEnv\":\"bad\",\"evaSocialSecurity\":\"bad\",\"evaSocialAssistance\":\"good\",\"evaOldPeopleProvide\":\"good\",\"evaBasicEducation\":\"veryGood\",\"evaMedical\":\"veryGood\",\"reason\":\"aa\",\"id\":\"1701199625473716226\",\"status\":1,\"addressDetail\":null}&type=edit", "name": "",
"scene": null "pathName": "pages/index/index",
}, "query": "",
{ "scene": 1011
"name": "", },
"pathName": "pages/index/index", {
"query": "", "name": "查询结果",
"scene": 1011 "pathName": "subpages/searchResult/pages/searchResult/searchResult",
}, "query": "type=resi&keyWord=张三",
{ "scene": null
"name": "查询结果", },
"pathName": "subpages/searchResult/pages/searchResult/searchResult", {
"query": "type=resi&keyWord=张三", "name": "设置",
"scene": null "pathName": "subpages/settings/pages/index/index",
}, "query": "",
{ "scene": null
"name": "设置", },
"pathName": "subpages/settings/pages/index/index", {
"query": "", "name": "选择居民",
"scene": null "pathName": "subpages/demandCheck/pages/dissatisfied/searchResi/searchResi",
}, "query": "",
{ "scene": null
"name": "选择居民", },
"pathName": "subpages/demandCheck/pages/dissatisfied/searchResi/searchResi", {
"query": "", "name": "诉求摸排",
"scene": null "pathName": "subpages/demandCheck/pages/dissatisfied/demandCheck/demandCheck",
}, "query": "",
{ "scene": null
"name": "诉求摸排", },
"pathName": "subpages/demandCheck/pages/dissatisfied/demandCheck/demandCheck", {
"query": "", "name": "回访记录",
"scene": null "pathName": "subpages/communitySelfInsp/pages/followUpList/followUpList",
}, "query": "",
{ "scene": null
"name": "回访记录", },
"pathName": "subpages/communitySelfInsp/pages/followUpList/followUpList", {
"query": "", "name": "不满意结果明细",
"scene": null "pathName": "subpages/communitySelfInsp/pages/dissatisfactionDetails/dissatisfactionDetails",
}, "query": "category=ecologicalEnv&inspRecordId=1701186272096722946",
{ "scene": null
"name": "不满意结果明细", },
"pathName": "subpages/communitySelfInsp/pages/dissatisfactionDetails/dissatisfactionDetails", {
"query": "category=ecologicalEnv&inspRecordId=1701186272096722946", "name": "社区满意度(历史自查)",
"scene": null "pathName": "subpages/communitySelfInsp/pages/historyQuery/historyQuery",
}, "query": "",
{ "scene": null
"name": "社区满意度(历史自查)", },
"pathName": "subpages/communitySelfInsp/pages/historyQuery/historyQuery", {
"query": "", "name": "社区满意度自查(统计)",
"scene": null "pathName": "subpages/communitySelfInsp/pages/synthesis/synthesis",
}, "query": "",
{ "scene": null
"name": "社区满意度自查(统计)", },
"pathName": "subpages/communitySelfInsp/pages/synthesis/synthesis", {
"query": "", "name": "登录",
"scene": null "pathName": "pages/login/login",
}, "query": "",
{ "scene": null
"name": "登录", },
"pathName": "pages/login/login", {
"query": "", "name": "",
"scene": null "pathName": "pages/index/index",
}, "query": "",
{ "scene": 1017
"name": "", },
"pathName": "pages/index/index", {
"query": "", "name": "工作",
"scene": 1017 "pathName": "pages/work/work",
}, "query": "",
{ "scene": null
"name": "工作", },
"pathName": "pages/work/work", {
"query": "", "name": "新增居民",
"scene": null "pathName": "subpages/addResi/pages/addResi/addResi",
}, "query": "type=edit&resiId=1695348130663325697",
{ "scene": null
"name": "新增居民", },
"pathName": "subpages/addResi/pages/addResi/addResi", {
"query": "type=edit&resiId=1695348130663325697", "name": "新增房屋",
"scene": null "pathName": "subpages/addhouse/pages/addhouse/addhouse",
}, "query": "",
{ "scene": null
"name": "新增房屋", },
"pathName": "subpages/addhouse/pages/addhouse/addhouse", {
"query": "", "name": "搜索记录",
"scene": null "pathName": "subpages/searchResult/pages/searchRecords/searchRecords",
}, "query": "",
{ "scene": null
"name": "搜索记录", },
"pathName": "subpages/searchResult/pages/searchRecords/searchRecords", {
"query": "", "name": "我的",
"scene": null "pathName": "pages/mine/mine",
}, "query": "",
{ "scene": null
"name": "我的", },
"pathName": "pages/mine/mine", {
"query": "", "name": "采集信息",
"scene": null "pathName": "subpages/gatherInformation/pages/gatherInformation/gatherInformation",
}, "query": "",
{ "scene": null
"name": "采集信息", },
"pathName": "subpages/gatherInformation/pages/gatherInformation/gatherInformation", {
"query": "", "name": "",
"scene": null "pathName": "subpages/searchResult/pages/ceshi/ceshi",
}, "query": "resiId=1704759138283409410",
{ "scene": null
"name": "", },
"pathName": "subpages/searchResult/pages/ceshi/ceshi", {
"query": "resiId=1704759138283409410", "name": "",
"scene": null "pathName": "subpages/searchResult/pages/cheshi/cheshi",
}, "query": "resiId=1704759138283409410",
{ "scene": null
"name": "", }
"pathName": "subpages/searchResult/pages/cheshi/cheshi", ]
"query": "resiId=1704759138283409410",
"scene": null
} }
]
} }
}
} }

4
subpages/searchResult/pages/cheshi/cheshi.wxml

@ -76,8 +76,7 @@
<view>国籍</view> <view>国籍</view>
</view> </view>
<view class="input"> <view class="input">
<view class="china" v-show="!edit">中国{{kong}}</view> <view class="china">中国{{kong}}</view>
<input v-show="edit" v-model="description"></input>
</view> </view>
</view> </view>
<view class="form_item"> <view class="form_item">
@ -107,7 +106,6 @@
</view> </view>
<view class="input"> <view class="input">
<view class="china">{{phon}}</view> <view class="china">{{phon}}</view>
<input disabled="{{!editMode}}" value="{{editedMobile}}" bindinput="mobileInput"/>
</view> </view>
</view> </view>

Loading…
Cancel
Save