diff --git a/pages/mine/mine.js b/pages/mine/mine.js index 1a9b326..51da7b5 100644 --- a/pages/mine/mine.js +++ b/pages/mine/mine.js @@ -25,7 +25,11 @@ Page({ userName:app.globalData.user.realName }) }, - + toChangePassword(){ + wx.navigateTo({ + url: '/subpages/settings/pages/changePassword/changePassword', + }) + }, /** * 生命周期函数--监听页面初次渲染完成 */ diff --git a/pages/mine/mine.wxml b/pages/mine/mine.wxml index c700db5..96c85d5 100644 --- a/pages/mine/mine.wxml +++ b/pages/mine/mine.wxml @@ -4,19 +4,25 @@ 我的 - + {{userName}} {{agencyName}} - 网格长 - 楼长 + + + + 网格长 + + + 楼长 + - + + + + + + 修改密码 + + + + + + + 使用指南 + + diff --git a/pages/mine/mine.wxss b/pages/mine/mine.wxss index 34688cf..b824cec 100644 --- a/pages/mine/mine.wxss +++ b/pages/mine/mine.wxss @@ -4,15 +4,17 @@ page{ width: 100%; background-color: #f7f7f7; + } .header { width: 100%; - height: 470rpx; + height: 370rpx; /* position: fixed; top: 0; left: 0; z-index: 1000; */ - background: linear-gradient(180deg, #7DB5FF 0%, #F7F7F7 100%); + /* background: linear-gradient(180deg, #7DB5FF 0%, #F7F7F7 100%); */ + background: #3973F6; overflow: hidden; } .header .navigation { @@ -20,7 +22,7 @@ page{ display: flex; align-items: center; justify-content: center; - color: #333333; + color: #fdfdfd; font-size: 32rpx; position: relative; z-index: 100; @@ -54,14 +56,15 @@ page{ .header .content .right .top b{ font-size: 36rpx; font-family: PingFang SC; - color: #000000; + color: #ffffff; } .header .content .right .top text{ margin-left: 19rpx; padding-left: 19rpx; height: 31rpx; font-size: 30rpx; - border-left: 1rpx solid #333333 ; + border-left: 1rpx solid #fffefe ; + color: #ffffff; } .header .content .right .bto{ display: flex; @@ -73,10 +76,10 @@ page{ height: 46rpx; display: flex; align-items: center; - background: #FFFFFF; + /* background: #FFFFFF; */ border-radius: 46rpx; font-size: 28rpx; - color: #999; + color: rgb(255, 255, 255); margin-right: 10rpx; } .header .content .right .bto image{ @@ -86,9 +89,11 @@ page{ } .body{ padding: 0 20rpx; - height: auto; - position: relative; - top: -120rpx; + /* height: auto; */ + /* position: relative; */ + /* top: -120rpx; */ + margin-top: 30rpx; + } .body .card { background-color: #ffffff; @@ -104,7 +109,18 @@ page{ padding: 0 30rpx; 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{ content: ""; position: absolute; diff --git a/project.config.json b/project.config.json index 2aa6991..09723d0 100644 --- a/project.config.json +++ b/project.config.json @@ -1,59 +1,59 @@ { - "description": "项目配置文件", - "packOptions": { - "ignore": [], - "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": "" + "description": "项目配置文件", + "packOptions": { + "ignore": [], + "include": [] }, - "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": {} + "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, + "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": {} } \ No newline at end of file diff --git a/project.private.config.json b/project.private.config.json index 3867846..a215952 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -1,252 +1,243 @@ { - "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", - "projectname": "epmet-work-minniprogram", - "setting": { - "compileHotReLoad": true, - "urlCheck": false - }, - "libVersion": "2.19.6", - "condition": { - "plugin": { - "list": [] + "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", + "projectname": "epmet-work-minniprogram", + "setting": { + "compileHotReLoad": true, + "urlCheck": false }, - "game": { - "list": [] - }, - "gamePlugin": { - "list": [] - }, - "miniprogram": { - "list": [ - { - "name": "subpages/statistics/pages/residentPortrait2/residentPortrait", - "pathName": "subpages/statistics/pages/residentPortrait2/residentPortrait", - "query": "", - "scene": null - }, - { - "name": "subpages/addResi/pages/addResi/addResi", - "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=1704759138283409410", - "scene": null - }, - { - "name": "subpages/searchResult/pages/punchCard/punchCard", - "pathName": "subpages/searchResult/pages/punchCard/punchCard", - "query": "resiId=1704759138283409410", - "scene": null - }, - { - "name": "subpages/addResi/pages/addResi/addResi", - "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=1704759138283409410", - "scene": null - }, - { - "name": "subpages/statistics/pages/demand/detail/detail", - "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", - "scene": null - }, - { - "name": "subpages/statistics/pages/demand/detail/detail", - "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", - "scene": null - }, - { - "name": "subpages/statistics/pages/event/detail/detail", - "pathName": "subpages/statistics/pages/event/detail/detail", - "query": "id=1717777356023885826", - "scene": null - }, - { - "name": "subpages/statistics/pages/problem/problem", - "pathName": "subpages/statistics/pages/problem/problem", - "query": "", - "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", - "scene": null - }, - { - "name": "", - "pathName": "subpages/statistics/pages/event/list/list", - "query": "", - "scene": null - }, - { - "name": "", - "pathName": "pages/statistics/statistics", - "query": "", - "scene": null - }, - { - "name": "", - "pathName": "pages/webView/webView", - "query": "url=https://epmet-preview.elinkservice.cn/questionnaire/s/8ac9e858e42b4d87bc15812e60e930c4?agencyId=1691779171481239553&anonymous=1", - "scene": null - }, - { - "name": "身份识别", - "pathName": "subpages/OCRCard/pages/index/index", - "query": "", - "scene": null - }, - { - "name": "修改密码", - "pathName": "subpages/settings/pages/changePassword/changePassword", - "query": "", - "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", - "scene": null - }, - { - "name": "", - "pathName": "pages/index/index", - "query": "", - "scene": 1011 - }, - { - "name": "查询结果", - "pathName": "subpages/searchResult/pages/searchResult/searchResult", - "query": "type=resi&keyWord=张三", - "scene": null - }, - { - "name": "设置", - "pathName": "subpages/settings/pages/index/index", - "query": "", - "scene": null - }, - { - "name": "选择居民", - "pathName": "subpages/demandCheck/pages/dissatisfied/searchResi/searchResi", - "query": "", - "scene": null - }, - { - "name": "诉求摸排", - "pathName": "subpages/demandCheck/pages/dissatisfied/demandCheck/demandCheck", - "query": "", - "scene": null - }, - { - "name": "回访记录", - "pathName": "subpages/communitySelfInsp/pages/followUpList/followUpList", - "query": "", - "scene": null - }, - { - "name": "不满意结果明细", - "pathName": "subpages/communitySelfInsp/pages/dissatisfactionDetails/dissatisfactionDetails", - "query": "category=ecologicalEnv&inspRecordId=1701186272096722946", - "scene": null - }, - { - "name": "社区满意度(历史自查)", - "pathName": "subpages/communitySelfInsp/pages/historyQuery/historyQuery", - "query": "", - "scene": null - }, - { - "name": "社区满意度自查(统计)", - "pathName": "subpages/communitySelfInsp/pages/synthesis/synthesis", - "query": "", - "scene": null - }, - { - "name": "登录", - "pathName": "pages/login/login", - "query": "", - "scene": null - }, - { - "name": "", - "pathName": "pages/index/index", - "query": "", - "scene": 1017 - }, - { - "name": "工作", - "pathName": "pages/work/work", - "query": "", - "scene": null - }, - { - "name": "新增居民", - "pathName": "subpages/addResi/pages/addResi/addResi", - "query": "type=edit&resiId=1695348130663325697", - "scene": null - }, - { - "name": "新增房屋", - "pathName": "subpages/addhouse/pages/addhouse/addhouse", - "query": "", - "scene": null - }, - { - "name": "搜索记录", - "pathName": "subpages/searchResult/pages/searchRecords/searchRecords", - "query": "", - "scene": null - }, - { - "name": "我的", - "pathName": "pages/mine/mine", - "query": "", - "scene": null - }, - { - "name": "采集信息", - "pathName": "subpages/gatherInformation/pages/gatherInformation/gatherInformation", - "query": "", - "scene": null - }, - { - "name": "", - "pathName": "subpages/searchResult/pages/ceshi/ceshi", - "query": "resiId=1704759138283409410", - "scene": null - }, - { - "name": "", - "pathName": "subpages/searchResult/pages/cheshi/cheshi", - "query": "resiId=1704759138283409410", - "scene": null + "libVersion": "2.19.6", + "condition": { + "miniprogram": { + "list": [ + { + "name": "subpages/statistics/pages/residentPortrait2/residentPortrait", + "pathName": "subpages/statistics/pages/residentPortrait2/residentPortrait", + "query": "", + "scene": null + }, + { + "name": "subpages/addResi/pages/addResi/addResi", + "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=1704759138283409410", + "scene": null + }, + { + "name": "subpages/searchResult/pages/punchCard/punchCard", + "pathName": "subpages/searchResult/pages/punchCard/punchCard", + "query": "resiId=1704759138283409410", + "scene": null + }, + { + "name": "subpages/addResi/pages/addResi/addResi", + "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=1704759138283409410", + "scene": null + }, + { + "name": "subpages/statistics/pages/demand/detail/detail", + "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", + "scene": null + }, + { + "name": "subpages/statistics/pages/demand/detail/detail", + "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", + "scene": null + }, + { + "name": "subpages/statistics/pages/event/detail/detail", + "pathName": "subpages/statistics/pages/event/detail/detail", + "query": "id=1717777356023885826", + "scene": null + }, + { + "name": "subpages/statistics/pages/problem/problem", + "pathName": "subpages/statistics/pages/problem/problem", + "query": "", + "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", + "scene": null + }, + { + "name": "", + "pathName": "subpages/statistics/pages/event/list/list", + "query": "", + "scene": null + }, + { + "name": "", + "pathName": "pages/statistics/statistics", + "query": "", + "scene": null + }, + { + "name": "", + "pathName": "pages/webView/webView", + "query": "url=https://epmet-preview.elinkservice.cn/questionnaire/s/8ac9e858e42b4d87bc15812e60e930c4?agencyId=1691779171481239553&anonymous=1", + "scene": null + }, + { + "name": "身份识别", + "pathName": "subpages/OCRCard/pages/index/index", + "query": "", + "scene": null + }, + { + "name": "修改密码", + "pathName": "subpages/settings/pages/changePassword/changePassword", + "query": "", + "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", + "scene": null + }, + { + "name": "", + "pathName": "pages/index/index", + "query": "", + "scene": 1011 + }, + { + "name": "查询结果", + "pathName": "subpages/searchResult/pages/searchResult/searchResult", + "query": "type=resi&keyWord=张三", + "scene": null + }, + { + "name": "设置", + "pathName": "subpages/settings/pages/index/index", + "query": "", + "scene": null + }, + { + "name": "选择居民", + "pathName": "subpages/demandCheck/pages/dissatisfied/searchResi/searchResi", + "query": "", + "scene": null + }, + { + "name": "诉求摸排", + "pathName": "subpages/demandCheck/pages/dissatisfied/demandCheck/demandCheck", + "query": "", + "scene": null + }, + { + "name": "回访记录", + "pathName": "subpages/communitySelfInsp/pages/followUpList/followUpList", + "query": "", + "scene": null + }, + { + "name": "不满意结果明细", + "pathName": "subpages/communitySelfInsp/pages/dissatisfactionDetails/dissatisfactionDetails", + "query": "category=ecologicalEnv&inspRecordId=1701186272096722946", + "scene": null + }, + { + "name": "社区满意度(历史自查)", + "pathName": "subpages/communitySelfInsp/pages/historyQuery/historyQuery", + "query": "", + "scene": null + }, + { + "name": "社区满意度自查(统计)", + "pathName": "subpages/communitySelfInsp/pages/synthesis/synthesis", + "query": "", + "scene": null + }, + { + "name": "登录", + "pathName": "pages/login/login", + "query": "", + "scene": null + }, + { + "name": "", + "pathName": "pages/index/index", + "query": "", + "scene": 1017 + }, + { + "name": "工作", + "pathName": "pages/work/work", + "query": "", + "scene": null + }, + { + "name": "新增居民", + "pathName": "subpages/addResi/pages/addResi/addResi", + "query": "type=edit&resiId=1695348130663325697", + "scene": null + }, + { + "name": "新增房屋", + "pathName": "subpages/addhouse/pages/addhouse/addhouse", + "query": "", + "scene": null + }, + { + "name": "搜索记录", + "pathName": "subpages/searchResult/pages/searchRecords/searchRecords", + "query": "", + "scene": null + }, + { + "name": "我的", + "pathName": "pages/mine/mine", + "query": "", + "scene": null + }, + { + "name": "采集信息", + "pathName": "subpages/gatherInformation/pages/gatherInformation/gatherInformation", + "query": "", + "scene": null + }, + { + "name": "", + "pathName": "subpages/searchResult/pages/ceshi/ceshi", + "query": "resiId=1704759138283409410", + "scene": null + }, + { + "name": "", + "pathName": "subpages/searchResult/pages/cheshi/cheshi", + "query": "resiId=1704759138283409410", + "scene": null + } + ] } - ] } - } } \ No newline at end of file diff --git a/subpages/searchResult/pages/cheshi/cheshi.wxml b/subpages/searchResult/pages/cheshi/cheshi.wxml index 3012ac6..d394017 100644 --- a/subpages/searchResult/pages/cheshi/cheshi.wxml +++ b/subpages/searchResult/pages/cheshi/cheshi.wxml @@ -76,8 +76,7 @@ 国籍 - 中国{{kong}} - + 中国{{kong}} @@ -107,7 +106,6 @@ {{phon}} -