1 line
38 KiB
JavaScript
1 line
38 KiB
JavaScript
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-news_details-index"],{"010d":function(module,exports,__webpack_require__){"use strict";__webpack_require__("7a82");var _interopRequireDefault=__webpack_require__("4ea4").default;Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;var _createForOfIteratorHelper2=_interopRequireDefault(__webpack_require__("b85c"));__webpack_require__("c975"),__webpack_require__("caad"),__webpack_require__("2532"),__webpack_require__("ac1f"),__webpack_require__("466d"),__webpack_require__("5319"),__webpack_require__("acd8"),__webpack_require__("99af"),__webpack_require__("14d9");var rpx=uni.getSystemInfoSync().screenWidth/750,cfg=__webpack_require__("e8d8"),_default={name:"parser",data:function(){return{uid:this._uid,scaleAm:"",showAm:"",imgs:[],nodes:[]}},props:{html:null,autopause:{type:Boolean,default:!0},autosetTitle:{type:Boolean,default:!0},domain:String,gestureZoom:Boolean,lazyLoad:Boolean,selectable:Boolean,tagStyle:Object,showWithAnimation:Boolean,useAnchor:Boolean},watch:{html:function(t){this.setContent(t)}},mounted:function(){this.imgList=[],this.imgList.each=function(t){for(var e=0,n=this.length;e<n;e++)this.setItem(e,t(this[e],e,this))},this.imgList.setItem=function(t,e){if(void 0!=t&&e){if(0==e.indexOf("http")&&this.includes(e)){for(var n,i="",r=0;n=e[r];r++){if("/"==n&&"/"!=e[r-1]&&"/"!=e[r+1])break;i+=Math.random()>.5?n.toUpperCase():n}return i+=e.substr(r),this[t]=i}if(this[t]=e,e.includes("data:image")){var o=e.match(/data:image\/(\S+?);(\S+?),(.+)/);if(!o)return}}},this.html&&this.setContent(this.html)},beforeDestroy:function(){this._observer&&this._observer.disconnect(),this.imgList.each((function(t){})),clearInterval(this._timer)},methods:{_Dom2Str:function(t){var e,n="",i=(0,_createForOfIteratorHelper2.default)(t);try{for(i.s();!(e=i.n()).done;){var r=e.value;if("text"==r.type)n+=r.text;else{for(var o in n+="<"+r.name,r.attrs||{})n+=" "+o+'="'+r.attrs[o]+'"';r.children&&r.children.length?n+=">"+this._Dom2Str(r.children)+"</"+r.name+">":n+=">"}}}catch(a){i.e(a)}finally{i.f()}return n},_handleHtml:function(t,e){if("string"!=typeof t&&(t=this._Dom2Str(t.nodes||t)),t.includes("rpx")&&(t=t.replace(/[0-9.]+\s*rpx/g,(function(t){return parseFloat(t)*rpx+"px"}))),!e){var n="<style scoped>@keyframes show{0%{opacity:0}100%{opacity:1}}";for(var i in cfg.userAgentStyles)n+="".concat(i,"{").concat(cfg.userAgentStyles[i],"}");for(i in this.tagStyle)n+="".concat(i,"{").concat(this.tagStyle[i],"}");n+="</style>",t=n+t}return t},setContent:function(t,e){var n=this;if(t){var i=document.createElement("div");e?this.rtf?this.rtf.appendChild(i):this.rtf=i:(this.rtf&&this.rtf.parentNode.removeChild(this.rtf),this.rtf=i),i.innerHTML=this._handleHtml(t,e);for(var r,o=this.rtf.getElementsByTagName("style"),a=0;r=o[a++];)r.innerHTML=r.innerHTML.replace(/body/g,"#rtf"+this._uid),r.setAttribute("scoped","true");!this._observer&&this.lazyLoad&&IntersectionObserver&&(this._observer=new IntersectionObserver((function(t){for(var e,i=0;e=t[i++];)e.isIntersecting&&(e.target.src=e.target.getAttribute("data-src"),e.target.removeAttribute("data-src"),n._observer.unobserve(e.target))}),{rootMargin:"900px 0px 900px 0px"}));var s=this,u=this.rtf.getElementsByTagName("title");u.length&&this.autosetTitle&&uni.setNavigationBarTitle({title:u[0].innerText}),this.imgList.length=0;for(var c,l=this.rtf.getElementsByTagName("img"),f=0,d=0;c=l[f];f++){c.style.maxWidth="100%";var h=c.getAttribute("src");this.domain&&h&&("/"==h[0]?"/"==h[1]?c.src=(this.domain.includes("://")?this.domain.split("://")[0]:"")+":"+h:c.src=this.domain+h:h.includes("://")||(c.src=this.domain+"/"+h)),c.hasAttribute("ignore")||"A"==c.parentElement.nodeName||(c.i=d++,s.imgList.push(c.src||c.getAttribute("data-src")),c.onclick=function(){var t=!0;this.ignore=function(){return t=!1},s.$emit("imgtap",this),t&&uni.previewImage({current:this.i,urls:s.imgList})}),c.onerror=function(){s.$emit("error",{source:"img",target:this})},s.lazyLoad&&this._observer&&c.src&&0!=c.i&&(c.setAttribute("data-src",c.src),c.removeAttribute("src"),this._observer.observe(c))}var p,v=this.rtf.getElementsByTagName("a"),g=(0,_createForOfIteratorHelper2.default)(v);try{for(g.s();!(p=g.n()).done;){var m=p.value;m.onclick=function(){var t=!0,e=this.getAttribute("href");if(s.$emit("linkpress",{href:e,ignore:function(){return t=!1}}),t&&e)if("#"==e[0])s.useAnchor&&s.navigateTo({id:e.substr(1)});else{if(0==e.indexOf("http")||0==e.indexOf("//"))return!0;uni.navigateTo({url:e})}return!1}}}catch(T){g.e(T)}finally{g.f()}var b=this.rtf.getElementsByTagName("video");s.videoContexts=b;for(var _,y=0;_=b[y++];)_.style.maxWidth="100%",_.onerror=function(){s.$emit("error",{source:"video",target:this})},_.onplay=function(){if(s.autopause)for(var t,e=0;t=s.videoContexts[e++];)t!=this&&t.pause()};var w,x,A=this.rtf.getElementsByTagName("audios"),k=(0,_createForOfIteratorHelper2.default)(A);try{for(k.s();!(w=k.n()).done;){var S=w.value;S.onerror=function(){s.$emit("error",{source:"audio",target:this})}}}catch(T){k.e(T)}finally{k.f()}this.document=this.rtf,e||document.getElementById("rtf"+this._uid).appendChild(this.rtf),this.$nextTick((function(){n.nodes=[1],n.$emit("load")})),setTimeout((function(){return n.showAm=""}),500),clearInterval(this._timer),this._timer=setInterval((function(){var t=[n.rtf.getBoundingClientRect()];n.width=t[0].width,t[0].height==x&&(n.$emit("ready",t[0]),clearInterval(n._timer)),x=t[0].height}),350),this.showWithAnimation&&!e&&(this.showAm="animation:show .5s")}else this.rtf&&!e&&this.rtf.parentNode.removeChild(this.rtf)},getText:function(){arguments.length>0&&void 0!==arguments[0]||this.nodes;return this.rtf.innerText},navigateTo:function(t){if(!this.useAnchor)return t.fail&&t.fail({errMsg:"Anchor is disabled"});if(!t.id)return window.scrollTo(0,this.rtf.offsetTop),t.success&&t.success({errMsg:"pageScrollTo:ok"});var e=document.getElementById(t.id);if(!e)return t.fail&&t.fail({errMsg:"Label not found"});t.scrollTop=this.rtf.offsetTop+e.offsetTop,uni.pageScrollTo(t)},getVideoContext:function(t){if(!t)return this.videoContexts;for(var e=this.videoContexts.length;e--;)if(this.videoContexts[e].id==t)return this.videoContexts[e]},preLoad:function preLoad(html,num){html.constructor==Array&&(html=this._Dom2Str(html));var script="var contain=document.createElement('div');contain.innerHTML='"+html.replace(/'/g,"\\'")+"';for(var imgs=contain.querySelectorAll('img'),i=imgs.length-1;i>="+num+";i--)imgs[i].removeAttribute('src');";eval(script)},_tap:function(t){if(this.gestureZoom&&t.timeStamp-this._lastT<300){var e=t.touches[0].pageY-t.currentTarget.offsetTop;if(this._zoom)this._scaleAm.translateX(0).scale(1).step(),uni.pageScrollTo({scrollTop:(e+this._initY)/2-t.touches[0].clientY,duration:400});else{var n=t.touches[0].pageX-t.currentTarget.offsetLeft;this._initY=e,this._scaleAm=uni.createAnimation({transformOrigin:"".concat(n,"px ").concat(this._initY,"px 0"),timingFunction:"ease-in-out"}),this._scaleAm.scale(2).step(),this._tMax=n/2,this._tMin=(n-this.width)/2,this._tX=0}this._zoom=!this._zoom,this.scaleAm=this._scaleAm.export()}this._lastT=t.timeStamp},_touchstart:function(t){1==t.touches.length&&(this._initX=this._lastX=t.touches[0].pageX)},_touchmove:function(t){var e=t.touches[0].pageX-this._lastX;if(this._zoom&&1==t.touches.length&&Math.abs(e)>20){if(this._lastX=t.touches[0].pageX,this._tX<=this._tMin&&e<0||this._tX>=this._tMax&&e>0)return;this._tX+=e*Math.abs(this._lastX-this._initX)*.05,this._tX<this._tMin&&(this._tX=this._tMin),this._tX>this._tMax&&(this._tX=this._tMax),this._scaleAm.translateX(this._tX).step(),this.scaleAm=this._scaleAm.export()}}}};exports.default=_default},"0fd1":function(t,e,n){"use strict";n.r(e);var i=n("7b9b"),r=n.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(o);e["default"]=r.a},1299:function(t,e,n){"use strict";n.r(e);var i=n("25cb"),r=n("0fd1");for(var o in r)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(o);n("2ffe");var a=n("f0c5"),s=Object(a["a"])(r["default"],i["b"],i["c"],!1,null,"3e4b39ad",null,!1,i["a"],void 0);e["default"]=s.exports},"180a":function(t,e,n){"use strict";n.r(e);var i=n("7304"),r=n("ae73");for(var o in r)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(o);n("739b");var a=n("f0c5"),s=Object(a["a"])(r["default"],i["b"],i["c"],!1,null,"7143f456",null,!1,i["a"],void 0);e["default"]=s.exports},"257e":function(t,e,n){"use strict";n("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t},n("d9e2"),n("d401")},"25cb":function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return r})),n.d(e,"a",(function(){}));var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",{staticStyle:{"touch-action":"none"},style:t.viewColor},[n("v-uni-view",{staticClass:"home",staticStyle:{position:"fixed"},style:{top:t.top+"px",bottom:t.bottom},attrs:{id:"right-nav"},on:{touchmove:function(e){e.stopPropagation(),e.preventDefault(),arguments[0]=e=t.$handleEvent(e),t.setTouchMove.apply(void 0,arguments)}}},[t.homeActive?n("v-uni-view",{staticClass:"homeCon",class:!0===t.homeActive?"on":""},[n("v-uni-navigator",{staticClass:"iconfont icon-shouye-xianxing",attrs:{"hover-class":"none",url:"/pages/index/index","open-type":"switchTab"}}),n("v-uni-navigator",{staticClass:"iconfont icon-caigou-xianxing",attrs:{"hover-class":"none",url:"/pages/order_addcart/order_addcart","open-type":"navigate"}}),n("v-uni-navigator",{staticClass:"iconfont icon-yonghu1",attrs:{"hover-class":"none",url:"/pages/user/index","open-type":"switchTab"}})],1):t._e(),n("v-uni-view",{staticClass:"pictrueBox",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.open.apply(void 0,arguments)}}},[n("v-uni-view",{staticClass:"pictrue"},[n("v-uni-image",{staticClass:"image pictruea",attrs:{src:!0===t.homeActive?"/static/images/navbtn_open.gif":"/static/images/navbtn_close.gif"}})],1)],1)],1)],1)},r=[]},"262e":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t,e){if("function"!==typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&(0,i.default)(t,e)},n("d9e2"),n("d401"),n("7a82");var i=function(t){return t&&t.__esModule?t:{default:t}}(n("b380"))},"28ef":function(t,e,n){var i=n("24fb");e=i(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.poster-first[data-v-7143f456]{overscroll-behavior:contain}.mask-share[data-v-7143f456]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99}.mask-share uni-image[data-v-7143f456]{width:100%;height:100%}',""]),t.exports=e},"2caf":function(t,e,n){"use strict";n("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t){var e=(0,r.default)();return function(){var n,r=(0,i.default)(t);if(e){var a=(0,i.default)(this).constructor;n=Reflect.construct(r,arguments,a)}else n=r.apply(this,arguments);return(0,o.default)(this,n)}},n("4ae1"),n("d3b7"),n("f8c9");var i=a(n("7e84")),r=a(n("d967")),o=a(n("99de"));function a(t){return t&&t.__esModule?t:{default:t}}},"2ffe":function(t,e,n){"use strict";var i=n("fe28"),r=n.n(i);r.a},"45eb":function(t,e,n){"use strict";n("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=r,n("d3b7"),n("f8c9"),n("5d41"),n("e439");var i=function(t){return t&&t.__esModule?t:{default:t}}(n("5d34"));function r(){return"undefined"!==typeof Reflect&&Reflect.get?e.default=r=Reflect.get.bind():e.default=r=function(t,e,n){var r=(0,i.default)(t,e);if(r){var o=Object.getOwnPropertyDescriptor(r,e);return o.get?o.get.call(arguments.length<3?t:n):o.value}},r.apply(this,arguments)}},"4ba7":function(t,e,n){"use strict";var i=n("e137"),r=n.n(i);r.a},"5a96":function(t,e,n){"use strict";n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return i}));var i={jyfParser:n("9b71").default},r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",[n("v-uni-view",{staticClass:"newsDetail",staticStyle:{"padding-bottom":"50px"}},[n("v-uni-view",{staticClass:"title"},[t._v(t._s(t.articleInfo.title))]),n("v-uni-view",{staticClass:"list acea-row row-middle"},[n("v-uni-view",{staticClass:"label"},[t._v(t._s(t.articleInfo.author))]),n("v-uni-view",{staticClass:"item"},[t._v(t._s(t.articleInfo.create_time))])],1),n("v-uni-view",{staticClass:"conters"},[n("jyf-parser",{ref:"article",attrs:{html:t.content.replace(/<br\/>/gi,""),"tag-style":t.tagStyle}})],1),t.store_info.id?n("v-uni-view",{staticClass:"picTxt acea-row row-between-wrapper"},[n("v-uni-view",{staticClass:"pictrue"},[n("v-uni-image",{attrs:{src:t.store_info.image}})],1),n("v-uni-view",{staticClass:"text"},[n("v-uni-view",{staticClass:"name line1"},[t._v(t._s(t.store_info.store_name))]),n("v-uni-view",{staticClass:"money font-color"},[t._v("¥"),n("v-uni-text",{staticClass:"num"},[t._v(t._s(t.store_info.price))])],1),n("v-uni-view",{staticClass:"y_money"},[t._v("¥"+t._s(t.store_info.ot_price))])],1),n("v-uni-navigator",{staticClass:"label",attrs:{url:"/pages/goods_details/index?id="+t.store_info.id,"hover-class":"none"}},[n("v-uni-text",{staticClass:"span"},[t._v("查看商品")])],1)],1):t._e(),n("v-uni-button",{staticClass:"bnt bg-color",attrs:{"hover-class":"none"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.listenerActionSheet.apply(void 0,arguments)}}},[t._v("和好友一起分享")])],1),n("shareInfo",{attrs:{shareInfoStatus:t.shareInfoStatus},on:{setShareInfoStatus:function(e){arguments[0]=e=t.$handleEvent(e),t.setShareInfoStatus.apply(void 0,arguments)}}})],1)},o=[]},"5bad":function(t,e,n){var i=n("24fb");e=i(!1),e.push([t.i,".pictrueBox[data-v-3e4b39ad]{width:%?130?%;height:%?120?%}\n\n/*返回主页按钮*/.home[data-v-3e4b39ad]{position:fixed;color:#fff;text-align:center;z-index:9999;right:%?15?%;display:flex}.home .homeCon[data-v-3e4b39ad]{border-radius:%?50?%;opacity:0;height:0;color:#e93323;width:0}.home .homeCon.on[data-v-3e4b39ad]{opacity:1;-webkit-animation:bounceInRight .5s cubic-bezier(.215,.61,.355,1);animation:bounceInRight .5s cubic-bezier(.215,.61,.355,1);width:%?300?%;height:%?86?%;margin-bottom:%?20?%;display:flex;justify-content:center;align-items:center;background:var(--view-theme)}.home .homeCon .iconfont[data-v-3e4b39ad]{font-size:%?48?%;color:#fff;display:inline-block;margin:0 auto}.home .pictrue[data-v-3e4b39ad]{width:%?86?%;height:%?86?%;border-radius:50%;margin:0 auto;background-color:var(--view-theme);box-shadow:0 %?5?% %?12?% rgba(0,0,0,.5)}.home .pictrue .image[data-v-3e4b39ad]{width:100%;height:100%}.pictruea[data-v-3e4b39ad]{width:100%;height:100%;display:block;object-fit:cover;vertical-align:middle}",""]),t.exports=e},"5d34":function(t,e,n){"use strict";n("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t,e){while(!Object.prototype.hasOwnProperty.call(t,e))if(t=(0,i.default)(t),null===t)break;return t};var i=function(t){return t&&t.__esModule?t:{default:t}}(n("7e84"))},67561:function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return r})),n.d(e,"a",(function(){}));var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",[t.nodes.length?t._e():t._t("default"),n("v-uni-view",{style:t.showAm+(t.selectable?";user-select:text;-webkit-user-select:text":""),attrs:{id:"top",animation:t.scaleAm},on:{touchstart:function(e){arguments[0]=e=t.$handleEvent(e),t._touchstart.apply(void 0,arguments)},touchmove:function(e){arguments[0]=e=t.$handleEvent(e),t._touchmove.apply(void 0,arguments)},click:function(e){arguments[0]=e=t.$handleEvent(e),t._tap.apply(void 0,arguments)}}},[n("div",{attrs:{id:"rtf"+t.uid}}),t._l(t.imgs,(function(e,i){return n("v-uni-image",{key:i,attrs:{id:i,src:e,hidden:!0},on:{load:function(e){arguments[0]=e=t.$handleEvent(e),t._load.apply(void 0,arguments)}}})}))],2)],2)},r=[]},"6c25":function(t,e,n){var i=n("24fb");e=i(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */uni-page-body[data-v-834e8dfe]{background-color:#fff!important}body.?%PAGE?%[data-v-834e8dfe]{background-color:#fff!important}.newsDetail .title[data-v-834e8dfe]{padding:0 %?30?%;font-size:%?34?%;color:#282828;font-weight:700;margin:%?45?% 0 %?23?% 0;line-height:1.5}.newsDetail .list[data-v-834e8dfe]{margin:0 %?30?%;padding-bottom:%?25?%}.newsDetail .list .label[data-v-834e8dfe]{font-size:%?30?%;color:#b1b2b3}.newsDetail .list .item[data-v-834e8dfe]{margin-left:%?27?%;font-size:%?30?%;color:#b1b2b3}.newsDetail .list .item .iconfont[data-v-834e8dfe]{font-size:%?28?%;margin-right:%?10?%}.newsDetail .list .item .iconfont.icon-shenhezhong[data-v-834e8dfe]{font-size:%?26?%}.newsDetail .conters[data-v-834e8dfe]{padding:0 %?30?%;font-size:%?32?%;line-height:1.7}.newsDetail .conters[data-v-834e8dfe] img{max-width:100%}.newsDetail .picTxt[data-v-834e8dfe]{width:%?690?%;height:%?200?%;border-radius:%?20?%;border:1px solid #e1e1e1;position:relative;margin:%?30?% auto 0 auto}.newsDetail .picTxt .pictrue[data-v-834e8dfe]{width:%?200?%;height:%?200?%}.newsDetail .picTxt .pictrue uni-image[data-v-834e8dfe]{width:100%;height:100%;border-radius:%?20?% 0 0 %?20?%;display:block}.newsDetail .picTxt .text[data-v-834e8dfe]{width:%?460?%}.newsDetail .picTxt .text .name[data-v-834e8dfe]{font-size:%?30?%;color:#282828}.newsDetail .picTxt .text .money[data-v-834e8dfe]{font-size:%?24?%;margin-top:%?40?%;font-weight:700}.newsDetail .picTxt .text .money .num[data-v-834e8dfe]{font-size:%?36?%}.newsDetail .picTxt .text .y_money[data-v-834e8dfe]{font-size:%?26?%;color:#999;text-decoration:line-through}.newsDetail .picTxt .label[data-v-834e8dfe]{position:absolute;background-color:#303131;width:%?160?%;height:%?50?%;right:%?-7?%;border-radius:%?25?% 0 %?6?% %?25?%;text-align:center;line-height:%?50?%;bottom:%?24?%}.newsDetail .picTxt .label .span[data-v-834e8dfe]{background-image:linear-gradient(90deg,#fff71e 0,#f9b513);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.newsDetail .picTxt .label[data-v-834e8dfe]:after{content:" ";position:absolute;width:0;height:0;border-bottom:%?8?% solid #303131;border-right:%?8?% solid transparent;top:%?-7?%;right:0}.newsDetail .bnt[data-v-834e8dfe]{color:#fff;font-size:%?30?%;width:%?690?%;height:%?90?%;border-radius:%?45?%;margin:%?48?% auto;text-align:center;line-height:%?90?%}',""]),t.exports=e},7304:function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return r})),n.d(e,"a",(function(){}));var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return t.shareInfoStatus?n("v-uni-view",{staticClass:"poster-first"},[n("v-uni-view",{staticClass:"mask-share"},[n("v-uni-image",{attrs:{src:"/static/images/share-info.png"},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.shareInfoClose.apply(void 0,arguments)},touchmove:function(e){e.stopPropagation(),e.preventDefault(),arguments[0]=e=t.$handleEvent(e),(!1).apply(void 0,arguments)}}})],1)],1):t._e()},r=[]},"739b":function(t,e,n){"use strict";var i=n("8e00"),r=n.n(i);r.a},7932:function(t,e,n){"use strict";n.r(e);var i=n("5a96"),r=n("b674");for(var o in r)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(o);n("c462");var a=n("f0c5"),s=Object(a["a"])(r["default"],i["b"],i["c"],!1,null,"834e8dfe",null,!1,i["a"],void 0);e["default"]=s.exports},"7b9b":function(t,e,n){"use strict";n("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=n("26cb"),r=n("3093"),o={name:"Home",props:{},data:function(){return{domain:r.HTTP_REQUEST_URL,top:"",bottom:""}},computed:(0,i.mapGetters)(["homeActive","viewColor","keyColor"]),methods:{setTouchMove:function(t){t.touches[0].clientY<545&&t.touches[0].clientY>66&&(this.top=t.touches[0].clientY,this.bottom="auto")},open:function(){this.homeActive?this.$store.commit("CLOSE_HOME"):this.$store.commit("OPEN_HOME")}},created:function(){this.bottom="50px"}};e.default=o},"7e84":function(t,e,n){"use strict";function i(t){return e.default=i=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},i(t)}n("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=i,n("131a"),n("3410")},8252:function(t,e,n){"use strict";n("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={props:{shareInfoStatus:{type:Boolean,default:!1}},data:function(){return{}},mounted:function(){},methods:{shareInfoClose:function(){this.$emit("setShareInfoStatus")}}};e.default=i},"8e00":function(t,e,n){var i=n("28ef");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var r=n("4f06").default;r("fc9df034",i,!0,{sourceMap:!1,shadowMode:!1})},"8fa3":function(t,e,n){var i=n("24fb");e=i(!1),e.push([t.i,"@-webkit-keyframes show-data-v-6dfbdbd8{0%{opacity:0}100%{opacity:1}}@keyframes show-data-v-6dfbdbd8{0%{opacity:0}100%{opacity:1}}\n\n\n\n",""]),t.exports=e},"99de":function(t,e,n){"use strict";n("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t,e){if(e&&("object"===(0,i.default)(e)||"function"===typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return(0,r.default)(t)},n("d9e2"),n("d401");var i=o(n("53ca")),r=o(n("257e"));function o(t){return t&&t.__esModule?t:{default:t}}},"9b71":function(t,e,n){"use strict";n.r(e);var i=n("67561"),r=n("b5cd");for(var o in r)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(o);n("4ba7");var a=n("f0c5"),s=Object(a["a"])(r["default"],i["b"],i["c"],!1,null,"6dfbdbd8",null,!1,i["a"],void 0);e["default"]=s.exports},a3c8:function(t,e,n){"use strict";n("7a82");var i=n("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("4de4"),n("d3b7"),n("d81d"),n("159b"),n("caad"),n("2532"),n("14d9"),n("e9c4");var r=i(n("c7eb")),o=i(n("5530")),a=i(n("1da1")),s=i(n("d4ec")),u=i(n("bee2")),c=i(n("257e")),l=i(n("262e")),f=i(n("2caf")),d=i(n("45eb")),h=i(n("7e84")),p=i(n("bc1e")),v=function(t){(0,l.default)(n,t);var e=(0,f.default)(n);function n(t){var i,r;return(0,s.default)(this,n),r=e.call(this),r.isShow=(0,d.default)((i=(0,c.default)(r),(0,h.default)(n.prototype)),"isShow",i),r}return(0,u.default)(n,[{key:"show",value:function(){var t=(0,a.default)((0,r.default)().mark((function t(e,i){var a,s=this;return(0,r.default)().wrap((function(t){while(1)switch(t.prev=t.next){case 0:a=[],plus.share.getServices((function(t){t=t.filter((function(t){return t.nativeClient}));var r=t.map((function(t){return t.id}));e.menus.forEach((function(t){(r.includes(t.share.provider)||"string"==typeof t.share)&&a.push(t)})),(0,d.default)((0,h.default)(n.prototype),"show",s).call(s,{list:a,cancelText:e.cancelText},(function(t){i(t),"clickMenu"==t.event&&("string"==typeof a[t.index]["share"]?s[a[t.index]["share"]](e):uni.share((0,o.default)((0,o.default)((0,o.default)({},e.content),a[t.index].share),{},{success:function(t){(0,d.default)((0,h.default)(n.prototype),"hide",s).call(s)},fail:function(t){uni.showModal({content:JSON.stringify(t),showCancel:!1,confirmText:"知道了"})}})))}))}),(function(t){uni.showModal({title:"获取服务供应商失败:"+JSON.stringify(t),showCancel:!1,confirmText:"知道了"})}));case 2:case"end":return t.stop()}}),t)})));return function(e,n){return t.apply(this,arguments)}}()},{key:"hide",value:function(){(0,d.default)((0,h.default)(n.prototype),"hide",this).call(this)}},{key:"copyurl",value:function(t){var e=this;uni.setClipboardData({data:t.content.href,success:function(){uni.hideToast(),uni.showToast({title:"复制成功",icon:"none"}),(0,d.default)((0,h.default)(n.prototype),"hide",e).call(e)},fail:function(t){uni.showModal({content:JSON.stringify(t),showCancel:!1})}})}},{key:"shareSystem",value:function(t){var e=this;plus.share.sendWithSystem({type:"text",content:t.content.title+t.content.summary||"",href:t.content.href},(function(t){(0,d.default)((0,h.default)(n.prototype),"hide",e).call(e)}),(function(t){uni.showModal({title:"获取服务供应商失败:"+JSON.stringify(t),showCancel:!1,confirmText:"知道了"})}))}}]),n}(p.default),g=v;e.default=g},ae73:function(t,e,n){"use strict";n.r(e);var i=n("8252"),r=n.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(o);e["default"]=r.a},b2a7:function(t,e,n){"use strict";n("7a82");var i=n("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=i(n("9b71")),o=n("ece0"),a=i(n("180a")),s=i(n("1299")),u=i(n("a3c8")),c=new u.default,l={components:{shareInfo:a.default,home:s.default,"jyf-parser":r.default},onBackPress:function(t){var e=t.from;if("backbutton"==e)return this.$nextTick((function(){c.hide()})),c.isShow},data:function(){return{id:0,articleInfo:[],store_info:{},content:"",shareInfoStatus:!1,tagStyle:{img:"width:100%;display:block;"}}},onLoad:function(t){t.hasOwnProperty("id")?this.id=t.id:history.back()},onShow:function(){this.getArticleOne()},methods:{uniShare:function(){c.show({content:{type:0,href:"https://uniapp.dcloud.io/",title:"标题",summary:"描述",imageUrl:"https://img-cdn-aliyun.dcloud.net.cn/stream/icon/__UNI__HelloUniApp.png"},menus:[{img:"/static/images/weixin.png",text:"微信好友",share:{provider:"weixin",scene:"WXSceneSession"}},{img:"/static/images/weixin.png",text:"微信朋友圈",share:{provider:"weixin",scene:"WXSceneTimeline"}},{img:"/static/images/weixin.png",text:"微信小程序",share:{provider:"weixin",scene:"WXSceneSession",type:5,miniProgram:{id:"123",path:"/pages/list/detail",webUrl:"/#/pages/list/detail",type:0}}}],cancelText:"取消分享"},(function(t){}))},getArticleOne:function(){var t=this,e=this;(0,o.getArticleDetails)(e.id).then((function(n){uni.setNavigationBarTitle({title:n.data.title.substring(0,7)+"..."}),e.$set(e,"articleInfo",n.data),e.$set(e,"store_info",n.data.store_info?n.data.store_info:{}),e.content=n.data.content.content,t.$wechat.isWeixin()&&t.setShareInfo()}))},listenerActionSheet:function(){this.shareInfoStatus=!0},setShareInfoStatus:function(){this.shareInfoStatus=!1},setShareInfo:function(){var t=location.href,e={desc:this.articleInfo.synopsis,title:this.articleInfo.title,link:t,imgUrl:this.articleInfo.image_input};this.$wechat.wechatEvevt(["updateAppMessageShareData","updateTimelineShareData"],e)}}};e.default=l},b380:function(t,e,n){"use strict";function i(t,n){return e.default=i=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},i(t,n)}n("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=i,n("131a")},b5cd:function(t,e,n){"use strict";n.r(e);var i=n("010d"),r=n.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(o);e["default"]=r.a},b674:function(t,e,n){"use strict";n.r(e);var i=n("b2a7"),r=n.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(o);e["default"]=r.a},b85c:function(t,e,n){"use strict";n("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t,e){var n="undefined"!==typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=(0,i.default)(t))||e&&t&&"number"===typeof t.length){n&&(t=n);var r=0,o=function(){};return{s:o,n:function(){return r>=t.length?{done:!0}:{done:!1,value:t[r++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,u=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return s=t.done,t},e:function(t){u=!0,a=t},f:function(){try{s||null==n["return"]||n["return"]()}finally{if(u)throw a}}}},n("a4d3"),n("e01a"),n("d3b7"),n("d28b"),n("3ca3"),n("ddb0"),n("d9e2"),n("d401");var i=function(t){return t&&t.__esModule?t:{default:t}}(n("06c5"))},b9b9:function(t,e,n){var i=n("6c25");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var r=n("4f06").default;r("6a60ba7c",i,!0,{sourceMap:!1,shadowMode:!1})},bc1e:function(t,e,n){"use strict";n("7a82");var i=n("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,n("d3b7"),n("159b"),n("14d9"),n("e25e"),n("99af");var r,o,a=i(n("d4ec")),s=i(n("bee2")),u=function(){function t(e){(0,a.default)(this,t),this.isShow=!1}return(0,s.default)(t,[{key:"show",value:function(t,e){var n=this,i=t.list,a=t.cancelText;i||(i=[{img:"/static/sharemenu/wechatfriend.png",text:"图标文字"}]);var s=plus.screen.resolutionWidth,u=20,c=60,l=u/360*s,f=(s-2*l-4*c)/3;f<=5&&(u=15,c=40,l=u/360*s,f=(s-2*l-4*c)/3);var d=l+c+f,h=l+2*(c+f),p=l+3*(c+f),v=l,g=v+c+5+12+l,m={top1:v,top2:g},b={left1:l,left2:d,left3:h,left4:p};r=new plus.nativeObj.View("nvMask",{top:"0px",left:"0px",height:"100%",width:"100%",backgroundColor:"rgba(0,0,0,0.2)"}),o=new plus.nativeObj.View("nvImageMenu",{bottom:"0px",left:"0px",height:(c+12+2*u)*Math.ceil(i.length/4)+44+"px",width:"100%",backgroundColor:"rgb(255,255,255)"}),r.addEventListener("click",(function(){n.hide(),e({event:"clickMask"})}));var _=[];i.forEach((function(t,e){_.push({tag:"img",src:t.img,position:{top:m["top"+(parseInt(e/4)+1)],left:b["left"+(1+e%4)],width:c,height:c}}),_.push({tag:"font",text:t.text,textStyles:{size:12},position:{top:m["top"+(parseInt(e/4)+1)]+c+5,left:b["left"+(1+e%4)],width:c,height:12}})})),o.draw([{tag:"rect",color:"#e7e7e7",position:{top:"0px",height:"1px"}},{tag:"font",text:a,textStyles:{size:"14px"},position:{bottom:"0px",height:"44px"}},{tag:"rect",color:"#e7e7e7",position:{bottom:"45px",height:"1px"}}].concat(_)),r.show(),o.show(),this.isShow=!0,o.addEventListener("click",(function(t){if(t.screenY>plus.screen.resolutionHeight-44)n.hide();else if(t.clientX<5||t.clientX>s-5||t.clientY<5);else{var i=-1,r=t.clientY<g-l/2?0:1,o=-1;o=t.clientX<d-f/2?0:t.clientX<h-f/2?1:t.clientX<p-f/2?2:3,i=0==r?o:o+4,e({event:"clickMenu",index:i})}}))}},{key:"hide",value:function(){this.isShow&&(r.hide(),o.hide(),this.isShow=!1)}}]),t}(),c=u;e.default=c},c462:function(t,e,n){"use strict";var i=n("b9b9"),r=n.n(i);r.a},d967:function(t,e,n){"use strict";n("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(){if("undefined"===typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"===typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}},n("d3b7"),n("f8c9"),n("4ae1")},e137:function(t,e,n){var i=n("8fa3");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var r=n("4f06").default;r("565c5503",i,!0,{sourceMap:!1,shadowMode:!1})},e8d8:function(t,e){function n(t){for(var e={},n=t.split(","),i=n.length;i--;)e[n[i]]=!0;return e}t.exports={filter:null,highlight:null,onText:null,blankChar:n(" , ,\t,\r,\n,\f"),blockTags:n("address,article,aside,body,caption,center,cite,footer,header,html,nav,section,pre"),ignoreTags:n("area,base,basefont,canvas,command,frame,input,isindex,keygen,link,map,meta,param,script,source,style,svg,textarea,title,track,use,wbr,embed,iframe"),richOnlyTags:n("a,colgroup,fieldset,legend,picture,table"),selfClosingTags:n("area,base,basefont,br,col,circle,ellipse,embed,frame,hr,img,input,isindex,keygen,line,link,meta,param,path,polygon,rect,source,track,use,wbr"),trustAttrs:n("align,alt,app-id,author,autoplay,border,cellpadding,cellspacing,class,color,colspan,controls,data-src,dir,face,height,href,id,ignore,loop,media,muted,name,path,poster,rowspan,size,span,src,start,style,type,unit-id,width,xmlns"),boolAttrs:n("autoplay,controls,ignore,loop,muted"),trustTags:n("a,abbr,ad,audio,b,blockquote,br,code,col,colgroup,dd,del,dl,dt,div,em,fieldset,h1,h2,h3,h4,h5,h6,hr,i,img,ins,label,legend,li,ol,p,q,source,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,title,ul,video"),userAgentStyles:{address:"font-style:italic",big:"display:inline;font-size:1.2em",blockquote:"background-color:#f6f6f6;border-left:3px solid #dbdbdb;color:#6c6c6c;padding:5px 0 5px 10px",caption:"display:table-caption;text-align:center",center:"text-align:center",cite:"font-style:italic",dd:"margin-left:40px",img:"max-width:100%",mark:"background-color:yellow",picture:"max-width:100%",pre:"font-family:monospace;white-space:pre;overflow:scroll",s:"text-decoration:line-through",small:"display:inline;font-size:0.8em",u:"text-decoration:underline"}}},ece0:function(t,e,n){"use strict";n("7a82");var i=n("4ea4").default;Object.defineProperty(e,"__esModule",{value:!0}),e.ajcaptchaCheck=function(t){return r.default.post("ajcheck",t,{noAuth:!0})},e.appleAppAuth=function(t){return r.default.post("auth/apple",t,{noAuth:!0})},e.appletsDecrypt=function(t){return r.default.post("user/mp/binding",t)},e.bindingPhone=function(t){return r.default.post("user/binding",t)},e.brigade=function(t){return r.default.get("v2/system/brigade",t,{noAuth:!0})},e.cloudWarehouse=function(t){return r.default.get("store/product/cloudWarehouse",t,{noAuth:!0})},e.getAjcaptcha=function(t){return r.default.get("ajcaptcha",t,{noAuth:!0})},e.getAppVersion=function(){return r.default.get("appVersion",{},{noAuth:!0})},e.getArticleBannerList=function(){return r.default.get("article/banner/list",{},{noAuth:!0})},e.getArticleCategoryList=function(){return r.default.get("article/category/lst",{},{noAuth:!0})},e.getArticleCategoryLists=function(){return r.default.get("article/category/lst?is_home=1",{},{noAuth:!0})},e.getArticleDetails=function(t){return r.default.get("article/detail/"+t,{},{noAuth:!0})},e.getArticleHotList=function(){return r.default.get("article/hot/list",{},{noAuth:!0})},e.getArticleList=function(t,e){return r.default.get("article/lst/"+t,e,{noAuth:!0})},e.getCity=function(){return r.default.get("system/city/lst",{},{noAuth:!0})},e.getCityCloundShop=function(t){return r.default.get("city/get_cloud_shop",t)},e.getCityList=function(t){return r.default.get("v2/system/city",{address:t},{noAuth:!0})},e.getCityV2=function(t){return r.default.get("v2/system/city/lst/"+t,{},{noAuth:!0})},e.getCoupons=function(t){return r.default.get("coupon/product",t,{noAuth:!0})},e.getDiy=function(t){return r.default.get("diy",t,{noAuth:!0})},e.getIndexData=function(){return r.default.get("common/home",{},{noAuth:!0})},e.getLiveList=function(t,e){return r.default.get("wechat/live",{page:t,limit:e},{noAuth:!0})},e.getLogo=function(){return r.default.get("wechat/get_logo",{},{noAuth:!0})},e.getPageDiy=function(t){return r.default.get("micro",t,{noAuth:!0})},e.getProductSpuAPI=function(t,e){return r.default.get("product/spu/cloud_merchant/".concat(t),e,{noAuth:!0})},e.getShopCoupons=function(t){return r.default.get("coupon/store/"+t,{},{noAuth:!0})},e.getTemlIds=function(){return r.default.get("wechat/teml_ids",{},{noAuth:!0})},e.getUserCoupons=function(t){return r.default.get("coupon/list",t)},e.get_cloud_shop=function(t){return r.default.get("city/get_cloud_shop?street_code=".concat(t),{},{noAuth:!0})},e.loginMobile=function(t){return r.default.post("login/mobile",t,{noAuth:!0})},e.logout=function(){return r.default.get("logout")},e.marginlist=function(t){return r.default.get("user/margin/list",t)},e.merchant=function(t){return r.default.get("store/merchant/margin",t)},e.modifyPassword=function(t){return r.default.post("user/change/password",t)},e.modifyPhone=function(t){return r.default.post("user/change/phone",t)},e.paymerchant=function(){return r.default.post("user/margin",{})},e.phoneLogin=function(t){return r.default.post("login",t,{noAuth:!0})},e.phoneRegister=function(t){return r.default.post("register",t,{noAuth:!0})},e.phoneRegisterReset=function(t){return r.default.post("register/reset",t,{noAuth:!0})},e.pink=function(){return r.default.get("pink",{},{noAuth:!0})},e.post_product_import=function(t){return r.default.post("micro/product_import",{id:t},{noAuth:!0})},e.registerVerify=function(t,e,n,i){return r.default.post("register/verify",{phone:t,type:void 0===e?"reset":e,key:n,code:i},{noAuth:!0})},e.seachBarCodeAPI=function(t){return r.default.get("micro/seach_bar_code",t)},e.setCouponReceive=function(t){return r.default.post("coupon/receive/"+t)},e.setFormId=function(t){return r.default.post("wechat/set_form_id",{formId:t})},e.spuRecommend=function(t){return r.default.get("product/spu/recommend",t,{noAuth:!0})},e.switchH5Login=function(t){return r.default.post("user/switch",t)},e.verifyCode=function(){return r.default.get("verify_code",{},{noAuth:!0})},e.village=function(t){return r.default.get("v2/system/geo/lst",t,{noAuth:!0})},e.wechatAppAuth=function(t){return r.default.post("auth/app",t,{noAuth:!0})};var r=i(n("6860"))},fe28:function(t,e,n){var i=n("5bad");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var r=n("4f06").default;r("3ed14d2a",i,!0,{sourceMap:!1,shadowMode:!1})}}]); |