对接烟台app的h5页面
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

3 lines
17 KiB

(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-grid-grid"],{"1a16":function(t,e,n){"use strict";n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return i})),n.d(e,"a",(function(){}));var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",[n("v-uni-view",{staticClass:"select-position"},[n("v-uni-view",{staticClass:"address"},[n("v-uni-image",{attrs:{mode:"scaleToFill",src:"/static/data/images/grid/position.png"}}),n("v-uni-text",[t._v(t._s(t.curAddress))])],1),n("v-uni-view",{staticClass:"check-position"},[n("v-uni-image",{attrs:{mode:"scaleToFill",src:"/static/data/images/grid/now-position.png"}}),n("v-uni-text",{attrs:{onTap:"reposition"}},[t._v("重新定位")])],1)],1),n("v-uni-view",{staticClass:"search"},[n("v-uni-text",[t._v("网格查找")]),n("v-uni-input",{attrs:{placeholder:"请输入小区楼栋名称,如1号楼",onInput:"onInputChange",onConfirm:"onInputConfirm"}})],1),n("v-uni-view",{staticClass:"list"},[n("v-uni-view",{staticClass:"list-title"},[t._v("楼栋列表")]),n("v-uni-view",{staticClass:"list-content"},t._l(t.list,(function(e,r){return n("v-uni-view",{key:r},[n("v-uni-text",[t._v(t._s(e.neighborhoodName+"-"+e.buildingName+"-"+e.gridName))]),n("v-uni-text",{staticClass:"list-in",attrs:{"data-item":e,onTap:"inGrid"}},[t._v("进入")])],1)})),1)],1)],1)},i=[]},2398:function(t,e,n){"use strict";n("7a82");var r=n("ee27").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=r(n("f07e")),o=r(n("c964")),a=n("565d"),u=r(n("c810")),s=n("9105"),c=getApp(),f={data:function(){return{list:[],curAddress:"",searchVal:""}},onLoad:function(){this.fetchNeighBorhoodList(),this.getLocation()},methods:{fetchNeighBorhoodList:function(){var t=this;return(0,o.default)((0,i.default)().mark((function e(){var n,r,o,u;return(0,i.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n={buildingName:t.searchVal},e.next=3,a.CustomerApi.fetchNeighBorhoodListForDing(n);case 3:r=e.sent,o=r.code,u=r.data,0==o&&u&&t.setData({list:u});case 6:case"end":return e.stop()}}),e)})))()},fetchAutoreGuser:function(t){return(0,o.default)((0,i.default)().mark((function e(){var n,r,o,f;return(0,i.default)().wrap((function(e){while(1)switch(e.prev=e.next){case 0:return n={gridId:t},e.next=3,a.CustomerApi.fetchAutoreGuser(n);case 3:r=e.sent,o=r.code,f=r.data,0==o&&f&&(u.default.setStoreGridInfo(f),(0,s.fetchToken)().then((function(t){u.default.setStoreUserInfo(t.data),uni.reLaunch({url:"/pages/index/index"}),c.globalData.session=!0})));case 6:case"end":return e.stop()}}),e)})))()},onInputChange:function(t){var e=this,n=t.detail.value;n||this.setData({searchVal:n},(function(){e.fetchNeighBorhoodList()}))},onInputConfirm:function(t){var e=this,n=t.detail.value;n&&this.setData({searchVal:n},(function(){e.fetchNeighBorhoodList()}))},reposition:function(){this.getLocation()},inGrid:function(t){var e=t.currentTarget.dataset.item;console.log(e.label,e.gridId),this.fetchAutoreGuser(e.gridId)},getLocation:function(){uni.showLoading({content:""});var t=this;uni.getLocation({success:function(e){uni.hideLoading(),console.log(e),t.setData({curAddress:e.address})},fail:function(){var t=this;uni.confirm({title:"温馨提示",content:"提交随手拍需要获取您的位置信息",confirmButtonText:"确定",success:function(e){e.confirm&&t.getLocation()}})}})}}};e.default=f},"35de":function(t,e,n){"use strict";var r=n("3ca9"),i=n.n(r);i.a},"3ca9":function(t,e,n){var r=n("fba4");r.__esModule&&(r=r.default),"string"===typeof r&&(r=[[t.i,r,""]]),r.locals&&(t.exports=r.locals);var i=n("4f06").default;i("28aaa856",r,!0,{sourceMap:!1,shadowMode:!1})},4090:function(t,e,n){"use strict";n("7a82");var r=n("ee27").default;Object.defineProperty(e,"__esModule",{value:!0}),e.categorytaglist=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/gov/issue/issuecategory/categorytaglist",t).then((function(t){e(t)}))}))},e.closedlist=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/resi/hall/issue/closedlist",t).then((function(t){e(t)}))}))},e.closedproject=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/resi/hall/issue/closedproject",t).then((function(t){e(t)}))}))},e.createurl=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/gov/issue/issuesharelink/createurl",t).then((function(t){e(t)}))}))},e.evaluate=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/resi/hall/issue/evaluate",t).then((function(t){e(t)}))}))},e.evaluationlist=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/resi/hall/issue/evaluationlist",t).then((function(t){e(t)}))}))},e.fetchAutoreGuser=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e="/epmetuser/userresiinfo/autoreguser-ding";return new Promise((function(n,r){(0,o.requestPOST)(e,t).then((function(t){n(t)}))}))},e.fetchNeighBorhoodList=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},e="/gov/org/icneighborhood/neighborhoodlist";return new Promise((function(n,r){(0,o.requestPOST)(e,t).then((function(t){n(t)}))}))},e.fetchNeighBorhoodListForDing=function(t){return new Promise((function(e,n){a.default.getAuthCode().then((function(n){var r=(0,i.default)((0,i.default)({},t),{authCode:n.authCode,miniAppId:u.miniAppId});(0,o.requestPOST)("/gov/org/icneighborhood/neighborhoodlistForDingding",r).then((function(t){e(t)}))}))}))},e.gettopicDetail=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/resi/group/topic/gettopicdetail",t).then((function(t){e(t)}))}))},e.icEventDetail=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/gov/project/icEvent/detail",t).then((function(t){e(t)}))}))},e.initevaluation=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/resi/hall/issue/initevaluation",t).then((function(t){e(t)}))}))},e.issueDetail=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/resi/hall/issue/detail",t).then((function(t){e(t)}))}))},e.issueVote=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/resi/hall/issue/vote",t).then((function(t){e(t)}))}))},e.issuecommentPage=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/gov/issue/issuecomment/page",t).then((function(t){e(t)}))}))},e.issuecommentSave=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/gov/issue/issuecomment/save",t).then((function(t){e(t)}))}))},e.oppose=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/resi/hall/issue/oppose",t).then((function(t){e(t)}))}))},e.processing=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/resi/hall/issue/processing",t).then((function(t){e(t)}))}))},e.processlist=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/resi/hall/issue/processlist",t).then((function(t){e(t)}))}))},e.projectevaluate=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/resi/hall/issue/projectevaluate",t).then((function(t){e(t)}))}))},e.projectevaluationlist=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/resi/hall/issue/projectevaluationlist",t).then((function(t){e(t)}))}))},e.projectinitevaluation=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/resi/hall/issue/projectinitevaluation",t).then((function(t){e(t)}))}))},e.publishsuggestion=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/resi/hall/issue/publishsuggestion",t).then((function(t){e(t)}))}))},e.support=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/resi/hall/issue/support",t).then((function(t){e(t)}))}))},e.topicattachmentlist=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/resi/group/topic/topicattachmentlist",t).then((function(t){e(t)}))}))},e.unreslovedlist=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/resi/hall/issue/unreslovedlist",t).then((function(t){e(t)}))}))},e.votinglist=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/resi/hall/issue/votinglist",t).then((function(t){e(t)}))}))},e.votingtrend=function(t){return new Promise((function(e,n){(0,o.requestPOST)("/resi/hall/issue/votingtrend",t).then((function(t){e(t)}))}))};var i=r(n("f3f3"));n("d3b7");var o=n("9105"),a=r(n("25ac")),u=n("afbd")},"4b119":function(t,e,n){"use strict";n.r(e);var r=n("1a16"),i=n("e209");for(var o in i)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(o);n("35de");var a=n("f0c5"),u=Object(a["a"])(i["default"],r["b"],r["c"],!1,null,"8c2bb9ea",null,!1,r["a"],void 0);e["default"]=u.exports},"565d":function(t,e,n){"use strict";n("7a82");var r=n("4a46").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=r(n("4090")),o={data:function(){return{}},CustomerApi:i};e.default=o},c964:function(t,e,n){"use strict";function r(t,e,n,r,i,o,a){try{var u=t[o](a),s=u.value}catch(c){return void n(c)}u.done?e(s):Promise.resolve(s).then(r,i)}n("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t){return function(){var e=this,n=arguments;return new Promise((function(i,o){var a=t.apply(e,n);function u(t){r(a,i,o,u,s,"next",t)}function s(t){r(a,i,o,u,s,"throw",t)}u(void 0)}))}},n("d3b7")},e209:function(t,e,n){"use strict";n.r(e);var r=n("2398"),i=n.n(r);for(var o in r)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(o);e["default"]=i.a},f07e:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(){
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
e.default=function(){return t};var t={},n=Object.prototype,i=n.hasOwnProperty,o=Object.defineProperty||function(t,e,n){t[e]=n.value},a="function"==typeof Symbol?Symbol:{},u=a.iterator||"@@iterator",s=a.asyncIterator||"@@asyncIterator",c=a.toStringTag||"@@toStringTag";function f(t,e,n){return Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{f({},"")}catch(E){f=function(t,e,n){return t[e]=n}}function l(t,e,n,r){var i=e&&e.prototype instanceof v?e:v,a=Object.create(i.prototype),u=new S(r||[]);return o(a,"_invoke",{value:O(t,n,u)}),a}function d(t,e,n){try{return{type:"normal",arg:t.call(e,n)}}catch(E){return{type:"throw",arg:E}}}t.wrap=l;var h={};function v(){}function p(){}function g(){}var m={};f(m,u,(function(){return this}));var b=Object.getPrototypeOf,w=b&&b(b(j([])));w&&w!==n&&i.call(w,u)&&(m=w);var y=g.prototype=v.prototype=Object.create(m);function P(t){["next","throw","return"].forEach((function(e){f(t,e,(function(t){return this._invoke(e,t)}))}))}function x(t,e){var n;o(this,"_invoke",{value:function(o,a){function u(){return new e((function(n,u){(function n(o,a,u,s){var c=d(t[o],t,a);if("throw"!==c.type){var f=c.arg,l=f.value;return l&&"object"==(0,r.default)(l)&&i.call(l,"__await")?e.resolve(l.__await).then((function(t){n("next",t,u,s)}),(function(t){n("throw",t,u,s)})):e.resolve(l).then((function(t){f.value=t,u(f)}),(function(t){return n("throw",t,u,s)}))}s(c.arg)})(o,a,n,u)}))}return n=n?n.then(u,u):u()}})}function O(t,e,n){var r="suspendedStart";return function(i,o){if("executing"===r)throw new Error("Generator is already running");if("completed"===r){if("throw"===i)throw o;return q()}for(n.method=i,n.arg=o;;){var a=n.delegate;if(a){var u=L(a,n);if(u){if(u===h)continue;return u}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if("suspendedStart"===r)throw r="completed",n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r="executing";var s=d(t,e,n);if("normal"===s.type){if(r=n.done?"completed":"suspendedYield",s.arg===h)continue;return{value:s.arg,done:n.done}}"throw"===s.type&&(r="completed",n.method="throw",n.arg=s.arg)}}}function L(t,e){var n=e.method,r=t.iterator[n];if(void 0===r)return e.delegate=null,"throw"===n&&t.iterator["return"]&&(e.method="return",e.arg=void 0,L(t,e),"throw"===e.method)||"return"!==n&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+n+"' method")),h;var i=d(r,t.iterator,e.arg);if("throw"===i.type)return e.method="throw",e.arg=i.arg,e.delegate=null,h;var o=i.arg;return o?o.done?(e[t.resultName]=o.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,h):o:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,h)}function T(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function _(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function S(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(T,this),this.reset(!0)}function j(t){if(t){var e=t[u];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var n=-1,r=function e(){for(;++n<t.length;)if(i.call(t,n))return e.value=t[n],e.done=!1,e;return e.value=void 0,e.done=!0,e};return r.next=r}}return{next:q}}function q(){return{value:void 0,done:!0}}return p.prototype=g,o(y,"constructor",{value:g,configurable:!0}),o(g,"constructor",{value:p,configurable:!0}),p.displayName=f(g,c,"GeneratorFunction"),t.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===p||"GeneratorFunction"===(e.displayName||e.name))},t.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,g):(t.__proto__=g,f(t,c,"GeneratorFunction")),t.prototype=Object.create(y),t},t.awrap=function(t){return{__await:t}},P(x.prototype),f(x.prototype,s,(function(){return this})),t.AsyncIterator=x,t.async=function(e,n,r,i,o){void 0===o&&(o=Promise);var a=new x(l(e,n,r,i),o);return t.isGeneratorFunction(n)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},P(y),f(y,c,"Generator"),f(y,u,(function(){return this})),f(y,"toString",(function(){return"[object Generator]"})),t.keys=function(t){var e=Object(t),n=[];for(var r in e)n.push(r);return n.reverse(),function t(){for(;n.length;){var r=n.pop();if(r in e)return t.value=r,t.done=!1,t}return t.done=!0,t}},t.values=j,S.prototype={constructor:S,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(_),!t)for(var e in this)"t"===e.charAt(0)&&i.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function n(n,r){return a.type="throw",a.arg=t,e.next=n,r&&(e.method="next",e.arg=void 0),!!r}for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r],a=o.completion;if("root"===o.tryLoc)return n("end");if(o.tryLoc<=this.prev){var u=i.call(o,"catchLoc"),s=i.call(o,"finallyLoc");if(u&&s){if(this.prev<o.catchLoc)return n(o.catchLoc,!0);if(this.prev<o.finallyLoc)return n(o.finallyLoc)}else if(u){if(this.prev<o.catchLoc)return n(o.catchLoc,!0)}else{if(!s)throw new Error("try statement without catch or finally");if(this.prev<o.finallyLoc)return n(o.finallyLoc)}}}},abrupt:function(t,e){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&i.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var o=r;break}}o&&("break"===t||"continue"===t)&&o.tryLoc<=e&&e<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=t,a.arg=e,o?(this.method="next",this.next=o.finallyLoc,h):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),h},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.finallyLoc===t)return this.complete(n.completion,n.afterLoc),_(n),h}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var n=this.tryEntries[e];if(n.tryLoc===t){var r=n.completion;if("throw"===r.type){var i=r.arg;_(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,n){return this.delegate={iterator:j(t),resultName:e,nextLoc:n},"next"===this.method&&(this.arg=void 0),h}},t},n("7a82"),n("a4d3"),n("e01a"),n("d3b7"),n("d28b"),n("3ca3"),n("ddb0"),n("b636"),n("944a"),n("0c47"),n("23dc"),n("3410"),n("d9e2"),n("d401"),n("14d9"),n("159b"),n("131a"),n("26e9"),n("fb6a");var r=function(t){return t&&t.__esModule?t:{default:t}}(n("0122"))},fba4:function(t,e,n){var r=n("24fb");e=r(!1),e.push([t.i,".select-position[data-v-8c2bb9ea]{display:flex;align-items:center;justify-content:space-between;width:100vw;height:%?94?%;background-color:#fff;padding:0 %?22?%;box-sizing:border-box}.select-position > uni-view[data-v-8c2bb9ea]{display:flex;align-items:center}.select-position uni-image[data-v-8c2bb9ea]{height:%?36?%;width:%?36?%;margin:0 %?4?%}.check-position[data-v-8c2bb9ea]{font-size:%?26?%;color:#d81e06}.search[data-v-8c2bb9ea]{display:flex;align-items:center;margin:%?20?% %?30?%;background-color:#fff;padding:%?10?% %?15?%;box-sizing:border-box}.search uni-text[data-v-8c2bb9ea]{font-size:%?30?%}.search uni-input[data-v-8c2bb9ea]{width:70%;font-size:%?30?%}.list[data-v-8c2bb9ea]{width:100vw;background-color:#fff;padding:%?30?% %?30?% 0 %?30?%;box-sizing:border-box}.list-title[data-v-8c2bb9ea]{font-weight:700;border-bottom:%?2?% solid #e7eeee;padding-bottom:%?20?%}.list-content[data-v-8c2bb9ea]{padding:0 %?10?%}.list-content uni-view[data-v-8c2bb9ea]{display:flex;align-items:center;padding:%?30?% 0;border-bottom:%?2?% solid #e7eeee;justify-content:space-between}.list-content uni-text[data-v-8c2bb9ea]{font-size:%?30?%}.list-content .list-in[data-v-8c2bb9ea]{font-size:%?24?%;border:1px solid silver;color:#aeaeae;padding:%?4?% %?8?%;border-radius:%?2?%}",""]),t.exports=e}}]);