HHSLinkSLink/HSLink-app/unpackage/dist/build/app-plus/app-service.js

31 lines
190 KiB
JavaScript
Raw Normal View History

2020-09-23 18:53:25 +08:00
(this["webpackJsonp"]=this["webpackJsonp"]||[]).push([["app-service"],{"0d03":function(t,e,n){"use strict";n.r(e);var i=n("c31b"),s=n("0f9b");for(var r in s)"default"!==r&&function(t){n.d(e,t,(function(){return s[t]}))}(r);var a,o=n("f0c5"),c=Object(o["a"])(s["default"],i["b"],i["c"],!1,null,"5b045117",null,!1,i["a"],a);e["default"]=c.exports},"0de9":function(t,e,n){"use strict";function i(t){var e=Object.prototype.toString.call(t);return e.substring(8,e.length-1)}function s(){return"string"===typeof __channelId__&&__channelId__}function r(t){for(var e=arguments.length,n=new Array(e>1?e-1:0),i=1;i<e;i++)n[i-1]=arguments[i];console[t].apply(console,n)}function a(){for(var t=arguments.length,e=new Array(t),n=0;n<t;n++)e[n]=arguments[n];var r=e.shift();if(s())return e.push(e.pop().replace("at ","uni-app:///")),console[r].apply(console,e);var a=e.map((function(t){var e=Object.prototype.toString.call(t).toLowerCase();if("[object object]"===e||"[object array]"===e)try{t="---BEGIN:JSON---"+JSON.stringify(t)+"---END:JSON---"}catch(s){t="[object object]"}else if(null===t)t="---NULL---";else if(void 0===t)t="---UNDEFINED---";else{var n=i(t).toUpperCase();t="NUMBER"===n||"BOOLEAN"===n?"---BEGIN:"+n+"---"+t+"---END:"+n+"---":String(t)}return t})),o="";if(a.length>1){var c=a.pop();o=a.join("---COMMA---"),0===c.indexOf(" at ")?o+=c:o+="---COMMA---"+c}else o=a[0];console[r](o)}n.r(e),n.d(e,"log",(function(){return r})),n.d(e,"default",(function(){return a}))},"0f84":function(t,e,n){"use strict";n.r(e);var i=n("e4fd"),s=n("5101");for(var r in s)"default"!==r&&function(t){n.d(e,t,(function(){return s[t]}))}(r);var a,o=n("f0c5"),c=Object(o["a"])(s["default"],i["b"],i["c"],!1,null,"2073c6c0",null,!1,i["a"],a);e["default"]=c.exports},"0f9b":function(t,e,n){"use strict";n.r(e);var i=n("7bd9"),s=n.n(i);for(var r in i)"default"!==r&&function(t){n.d(e,t,(function(){return i[t]}))}(r);e["default"]=s.a},1435:function(t,e,n){"use strict";n.r(e);var i=n("7499"),s=n("c2e2");for(var r in s)"default"!==r&&function(t){n.d(e,t,(function(){return s[t]}))}(r);var a,o=n("f0c5"),c=Object(o["a"])(s["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],a);e["default"]=c.exports},"18ab":function(t,e,n){"use strict";var i;n.d(e,"b",(function(){return s})),n.d(e,"c",(function(){return r})),n.d(e,"a",(function(){return i}));var s=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("view",{staticClass:t._$s(0,"sc","page"),attrs:{_i:0}},[n("view",{staticClass:t._$s(1,"sc","top"),attrs:{_i:1}},[n("view",{staticClass:t._$s(2,"sc","header-photo"),attrs:{_i:2}},[t._v(t._$s(2,"t0-0",t._s(t.userInfo.real_name.slice(0,1))))]),n("view",{staticClass:t._$s(3,"sc","user-info"),attrs:{_i:3}},[n("view",{staticClass:t._$s(4,"sc","info-left"),attrs:{_i:4}},[n("view",{staticClass:t._$s(5,"sc","name"),attrs:{_i:5}},[t._v(t._$s(5,"t0-0",t._s(t.userInfo.real_name)))]),n("view",{staticClass:t._$s(6,"sc","grade"),attrs:{_i:6}},[n("text",{staticClass:t._$s(7,"sc","l"),attrs:{_i:7}}),n("text",{staticClass:t._$s(8,"sc","r"),attrs:{_i:8}},[t._v(t._$s(8,"t0-0",t._s(Math.floor(t.userInfo.integral/1e3)+1)))])]),n("view",{staticClass:t._$s(9,"sc","score"),attrs:{_i:9}},[t._v(t._$s(9,"t0-0",t._s(t.userInfo.integral)))])]),n("view",{staticClass:t._$s(10,"sc","info-right"),attrs:{_i:10}},[n("view",{staticClass:t._$s(11,"sc","score"),attrs:{_i:11},on:{click:function(e){return t.goPage("followList")}}},[t._v(t._$s(11,"t0-0",t._s(t.userOtherInfo.followNumber)))]),n("view",{staticClass:t._$s(12,"sc","score"),attrs:{_i:12},on:{click:function(e){return t.goPage("fansList")}}},[t._v(t._$s(12,"t0-0",t._s(t.userOtherInfo.fansNumber)))])])])]),n("view",{staticClass:t._$s(13,"sc","bottom"),attrs:{_i:13}},[n("view",{staticClass:t._$s(14,"sc","cu-list grid"),class:t._$s(14,"c",["col-"+t.gridCol,t.gridBorder?"":"no-border"]),attrs:{_i:14}},t._l(t._$s(15,"f",{forItems:t.cuIconList}),(function(e,i,s,r){return t._$s("15-"+r,"i",i<2*t.gridCol)?n("view",{key:t._$s(15,"f",{forIndex:s,key:i}),staticClass:t._$s("15-"+r,"sc","cu-item"),attrs:{_i:"15-"+r},on:{click:function(n){return t.goToPage(e)}}},[n("v
2020-09-21 18:06:14 +08:00
/*!
* vuex v3.4.0
* (c) 2020 Evan You
* @license MIT
*/
2020-09-23 18:53:25 +08:00
function i(t){var e=Number(t.version.split(".")[0]);if(e>=2)t.mixin({beforeCreate:i});else{var n=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[i].concat(t.init):i,n.call(this,t)}}function i(){var t=this.$options;t.store?this.$store="function"===typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}}n.d(e,"Store",(function(){return v})),n.d(e,"createNamespacedHelpers",(function(){return A})),n.d(e,"install",(function(){return N})),n.d(e,"mapActions",(function(){return j})),n.d(e,"mapGetters",(function(){return L})),n.d(e,"mapMutations",(function(){return P})),n.d(e,"mapState",(function(){return D}));var s="undefined"!==typeof window?window:"undefined"!==typeof t?t:{},r=s.__VUE_DEVTOOLS_GLOBAL_HOOK__;function a(t){r&&(t._devtoolHook=r,r.emit("vuex:init",t),r.on("vuex:travel-to-state",(function(e){t.replaceState(e)})),t.subscribe((function(t,e){r.emit("vuex:mutation",t,e)}),{prepend:!0}),t.subscribeAction((function(t,e){r.emit("vuex:action",t,e)}),{prepend:!0}))}function o(t,e){Object.keys(t).forEach((function(n){return e(t[n],n)}))}function c(t){return null!==t&&"object"===typeof t}function u(t){return t&&"function"===typeof t.then}function l(t,e){return function(){return t(e)}}var f=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t;var n=t.state;this.state=("function"===typeof n?n():n)||{}},d={namespaced:{configurable:!0}};d.namespaced.get=function(){return!!this._rawModule.namespaced},f.prototype.addChild=function(t,e){this._children[t]=e},f.prototype.removeChild=function(t){delete this._children[t]},f.prototype.getChild=function(t){return this._children[t]},f.prototype.hasChild=function(t){return t in this._children},f.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},f.prototype.forEachChild=function(t){o(this._children,t)},f.prototype.forEachGetter=function(t){this._rawModule.getters&&o(this._rawModule.getters,t)},f.prototype.forEachAction=function(t){this._rawModule.actions&&o(this._rawModule.actions,t)},f.prototype.forEachMutation=function(t){this._rawModule.mutations&&o(this._rawModule.mutations,t)},Object.defineProperties(f.prototype,d);var p=function(t){this.register([],t,!1)};function h(t,e,n){if(e.update(n),n.modules)for(var i in n.modules){if(!e.getChild(i))return void 0;h(t.concat(i),e.getChild(i),n.modules[i])}}p.prototype.get=function(t){return t.reduce((function(t,e){return t.getChild(e)}),this.root)},p.prototype.getNamespace=function(t){var e=this.root;return t.reduce((function(t,n){return e=e.getChild(n),t+(e.namespaced?n+"/":"")}),"")},p.prototype.update=function(t){h([],this.root,t)},p.prototype.register=function(t,e,n){var i=this;void 0===n&&(n=!0);var s=new f(e,n);if(0===t.length)this.root=s;else{var r=this.get(t.slice(0,-1));r.addChild(t[t.length-1],s)}e.modules&&o(e.modules,(function(e,s){i.register(t.concat(s),e,n)}))},p.prototype.unregister=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1];e.getChild(n).runtime&&e.removeChild(n)},p.prototype.isRegistered=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1];return e.hasChild(n)};var g;var v=function(t){var e=this;void 0===t&&(t={}),!g&&"undefined"!==typeof window&&window.Vue&&N(window.Vue);var n=t.plugins;void 0===n&&(n=[]);var i=t.strict;void 0===i&&(i=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new p(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new g,this._makeLocalGettersCache=Object.create(null);var s=this,r=this,o=r.dispatch,c=r.commit;this.dispatch=function(t,e){return o.call(s,t,e)},this.commit=function(t,e,n){return c.call(s,t,e,n)},this.strict=i;var u=this._modules.root.state;w(this,u,[],this._modules.root),b(this,u),n.forEach((function(t){return t(e)}));var l=void 0!==t.devtools?t.devtool
2020-09-21 18:06:14 +08:00
/*!
* jQuery JavaScript Library v1.12.2
* http://jquery.com/
*
* Includes Sizzle.js
* http://sizzlejs.com/
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license
* http://jquery.org/license
*
* Date: 2016-03-17T17:44Z
2020-09-23 18:53:25 +08:00
*/(function(e,n){"object"===typeof t.exports?t.exports=e.document?n(e,!0):function(t){if(!t.document)throw new Error("jQuery requires a window with a document");return n(t)}:n(e)})("undefined"!==typeof window?window:this,(function(n,r){var a=[],o=n.document,c=a.slice,u=a.concat,l=a.push,f=a.indexOf,d={},p=d.toString,h=d.hasOwnProperty,g={},v="1.12.2",m=function t(e,n){return new t.fn.init(e,n)},_=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,y=/^-ms-/,b=/-([\da-z])/gi,w=function(t,e){return e.toUpperCase()};function x(t){var e=!!t&&"length"in t&&t.length,n=m.type(t);return"function"!==n&&!m.isWindow(t)&&("array"===n||0===e||"number"===typeof e&&e>0&&e-1 in t)}m.fn=m.prototype={jquery:v,constructor:m,selector:"",length:0,toArray:function(){return c.call(this)},get:function(t){return null!=t?t<0?this[t+this.length]:this[t]:c.call(this)},pushStack:function(t){var e=m.merge(this.constructor(),t);return e.prevObject=this,e.context=this.context,e},each:function(t){return m.each(this,t)},map:function(t){return this.pushStack(m.map(this,(function(e,n){return t.call(e,n,e)})))},slice:function(){return this.pushStack(c.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(t){var e=this.length,n=+t+(t<0?e:0);return this.pushStack(n>=0&&n<e?[this[n]]:[])},end:function(){return this.prevObject||this.constructor()},push:l,sort:a.sort,splice:a.splice},m.extend=m.fn.extend=function(){var t,e,n,i,s,r,a=arguments[0]||{},o=1,c=arguments.length,u=!1;for("boolean"===typeof a&&(u=a,a=arguments[o]||{},o++),"object"===typeof a||m.isFunction(a)||(a={}),o===c&&(a=this,o--);o<c;o++)if(null!=(s=arguments[o]))for(i in s)t=a[i],n=s[i],a!==n&&(u&&n&&(m.isPlainObject(n)||(e=m.isArray(n)))?(e?(e=!1,r=t&&m.isArray(t)?t:[]):r=t&&m.isPlainObject(t)?t:{},a[i]=m.extend(u,r,n)):void 0!==n&&(a[i]=n));return a},m.extend({expando:"jQuery"+(v+Math.random()).replace(/\D/g,""),isReady:!0,error:function(t){throw new Error(t)},noop:function(){},isFunction:function(t){return"function"===m.type(t)},isArray:Array.isArray||function(t){return"array"===m.type(t)},isWindow:function(t){return null!=t&&t==t.window},isNumeric:function(t){var e=t&&t.toString();return!m.isArray(t)&&e-parseFloat(e)+1>=0},isEmptyObject:function(t){var e;for(e in t)return!1;return!0},isPlainObject:function(t){var e;if(!t||"object"!==m.type(t)||t.nodeType||m.isWindow(t))return!1;try{if(t.constructor&&!h.call(t,"constructor")&&!h.call(t.constructor.prototype,"isPrototypeOf"))return!1}catch(n){return!1}if(!g.ownFirst)for(e in t)return h.call(t,e);for(e in t);return void 0===e||h.call(t,e)},type:function(t){return null==t?t+"":"object"===typeof t||"function"===typeof t?d[p.call(t)]||"object":typeof t},globalEval:function(t){t&&m.trim(t)&&(n.execScript||function(t){n["eval"].call(n,t)})(t)},camelCase:function(t){return t.replace(y,"ms-").replace(b,w)},nodeName:function(t,e){return t.nodeName&&t.nodeName.toLowerCase()===e.toLowerCase()},each:function(t,e){var n,i=0;if(x(t)){for(n=t.length;i<n;i++)if(!1===e.call(t[i],i,t[i]))break}else for(i in t)if(!1===e.call(t[i],i,t[i]))break;return t},trim:function(t){return null==t?"":(t+"").replace(_,"")},makeArray:function(t,e){var n=e||[];return null!=t&&(x(Object(t))?m.merge(n,"string"===typeof t?[t]:t):l.call(n,t)),n},inArray:function(t,e,n){var i;if(e){if(f)return f.call(e,t,n);for(i=e.length,n=n?n<0?Math.max(0,i+n):n:0;n<i;n++)if(n in e&&e[n]===t)return n}return-1},merge:function(t,e){var n=+e.length,i=0,s=t.length;while(i<n)t[s++]=e[i++];if(n!==n)while(void 0!==e[i])t[s++]=e[i++];return t.length=s,t},grep:function(t,e,n){for(var i,s=[],r=0,a=t.length,o=!n;r<a;r++)i=!e(t[r],r),i!==o&&s.push(t[r]);return s},map:function(t,e,n){var i,s,r=0,a=[];if(x(t))for(i=t.length;r<i;r++)s=e(t[r],r,n),null!=s&&a.push(s);else for(r in t)s=e(t[r],r,n),null!=s&&a.push(s);return u.apply([],a)},guid:1,proxy:function(t,e){var n,i,s;if("string"===typeof e&&(s=t[e],e=t,t=s),m.isFunction(t))return n=c.call(arguments,2),i=function(){return t.apply(e||this,n.concat(c.call(arguments)))},i.guid=t.guid=t.guid||m.guid++,i},now:function(){retu
2020-09-21 18:06:14 +08:00
/*!
* Sizzle CSS Selector Engine v2.2.1
* http://sizzlejs.com/
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license
* http://jquery.org/license
*
* Date: 2015-10-17
*/
2020-09-23 18:53:25 +08:00
function(t){var e,n,i,s,r,a,o,c,u,l,f,d,p,h,g,v,m,_,y,b="sizzle"+1*new Date,w=t.document,x=0,C=0,$=rt(),T=rt(),S=rt(),I=function(t,e){return t===e&&(f=!0),0},k=1<<31,E={}.hasOwnProperty,N=[],D=N.pop,P=N.push,L=N.push,j=N.slice,A=function(t,e){for(var n=0,i=t.length;n<i;n++)if(t[n]===e)return n;return-1},O="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",M="[\\x20\\t\\r\\n\\f]",H="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",F="\\["+M+"*("+H+")(?:"+M+"*([*^$|!~]?=)"+M+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+H+"))|)"+M+"*\\]",R=":("+H+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+F+")*)|.*)\\)|)",q=new RegExp(M+"+","g"),B=new RegExp("^"+M+"+|((?:^|[^\\\\])(?:\\\\.)*)"+M+"+$","g"),W=new RegExp("^"+M+"*,"+M+"*"),G=new RegExp("^"+M+"*([>+~]|"+M+")"+M+"*"),U=new RegExp("="+M+"*([^\\]'\"]*?)"+M+"*\\]","g"),V=new RegExp(R),z=new RegExp("^"+H+"$"),X={ID:new RegExp("^#("+H+")"),CLASS:new RegExp("^\\.("+H+")"),TAG:new RegExp("^("+H+"|[*])"),ATTR:new RegExp("^"+F),PSEUDO:new RegExp("^"+R),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+O+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,Q=/^[^{]+\{\s*\[native \w/,K=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,Z=/[+~]/,tt=/'|\\/g,et=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),nt=function(t,e,n){var i="0x"+e-65536;return i!==i||n?e:i<0?String.fromCharCode(i+65536):String.fromCharCode(i>>10|55296,1023&i|56320)},it=function(){d()};try{L.apply(N=j.call(w.childNodes),w.childNodes),N[w.childNodes.length].nodeType}catch(Ct){L={apply:N.length?function(t,e){P.apply(t,j.call(e))}:function(t,e){var n=t.length,i=0;while(t[n++]=e[i++]);t.length=n-1}}}function st(t,e,i,s){var r,o,u,l,f,h,m,_,x=e&&e.ownerDocument,C=e?e.nodeType:9;if(i=i||[],"string"!==typeof t||!t||1!==C&&9!==C&&11!==C)return i;if(!s&&((e?e.ownerDocument||e:w)!==p&&d(e),e=e||p,g)){if(11!==C&&(h=K.exec(t)))if(r=h[1]){if(9===C){if(!(u=e.getElementById(r)))return i;if(u.id===r)return i.push(u),i}else if(x&&(u=x.getElementById(r))&&y(e,u)&&u.id===r)return i.push(u),i}else{if(h[2])return L.apply(i,e.getElementsByTagName(t)),i;if((r=h[3])&&n.getElementsByClassName&&e.getElementsByClassName)return L.apply(i,e.getElementsByClassName(r)),i}if(n.qsa&&!S[t+" "]&&(!v||!v.test(t))){if(1!==C)x=e,_=t;else if("object"!==e.nodeName.toLowerCase()){(l=e.getAttribute("id"))?l=l.replace(tt,"\\$&"):e.setAttribute("id",l=b),m=a(t),o=m.length,f=z.test(l)?"#"+l:"[id='"+l+"']";while(o--)m[o]=f+" "+gt(m[o]);_=m.join(","),x=Z.test(t)&&pt(e.parentNode)||e}if(_)try{return L.apply(i,x.querySelectorAll(_)),i}catch($){}finally{l===b&&e.removeAttribute("id")}}}return c(t.replace(B,"$1"),e,i,s)}function rt(){var t=[];function e(n,s){return t.push(n+" ")>i.cacheLength&&delete e[t.shift()],e[n+" "]=s}return e}function at(t){return t[b]=!0,t}function ot(t){var e=p.createElement("div");try{return!!t(e)}catch(Ct){return!1}finally{e.parentNode&&e.parentNode.removeChild(e),e=null}}function ct(t,e){var n=t.split("|"),s=n.length;while(s--)i.attrHandle[n[s]]=e}function ut(t,e){var n=e&&t,i=n&&1===t.nodeType&&1===e.nodeType&&(~e.sourceIndex||k)-(~t.sourceIndex||k);if(i)return i;if(n)while(n=n.nextSibling)if(n===e)return-1;return t?1:-1}function lt(t){return function(e){var n=e.nodeName.toLowerCase();return"input"===n&&e.type===t}}function ft(t){return function(e){var n=e.nodeName.toLowerCase();return("input"===n||"button"===n)&&e.type===t}}function dt(t){return at((function(e){return e=+e,at((function(n,i){var s,r=t([],n.length,e),a=r.length;while(a--)n[s=r[a]]&&(n[s]=!(i[s]=n[s]))}))}))}function pt(t){return t&&"undefined"!==typeof t.getElementsByTagName&&t}for(e in n=st.support={},r=st.isXML=function(t){var e=t&&(t.ownerDocument||t).documentElement;return!!e&&"HTML"!==e.nodeName},d=st.