Compare commits
21 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
5b44313439 | |
|
|
71d359a55e | |
|
|
f0cefd976b | |
|
|
aa3f01d9b1 | |
|
|
a40c279e30 | |
|
|
89acbdbd60 | |
|
|
fe9faac29f | |
|
|
3c3ae3712c | |
|
|
ececce86dc | |
|
|
6bb1f1c4a7 | |
|
|
fe079bed8b | |
|
|
38e1671790 | |
|
|
56a7c171b2 | |
|
|
769b058162 | |
|
|
82781bbde0 | |
|
|
39fa396124 | |
|
|
35c01defa7 | |
|
|
07178f56b9 | |
|
|
fd254575c2 | |
|
|
4cba12d49c | |
|
|
5f3df387e7 |
|
|
@ -1,3 +1,6 @@
|
|||
ENV = 'development'
|
||||
|
||||
VUE_APP_BASE_API = 'http://lcny.sk797.cn'
|
||||
VUE_APP_BASE_API = 'https://lcny-api.peidikeji.cn'
|
||||
# VUE_APP_BASE_API = 'http://36.133.205.221:81'
|
||||
|
||||
VUE_APP_BASE_URL = 'https://lcny.sk797.cn/h5'
|
||||
|
|
@ -1,4 +1,8 @@
|
|||
ENV = 'production'
|
||||
|
||||
VUE_APP_BASE_API = 'http://36.133.205.221:81'
|
||||
VUE_APP_BASE_API = 'https://lcny-api.peidikeji.cn'
|
||||
VUE_APP_BASE_URL = 'https://lcny-m.peidikeji.cn'
|
||||
|
||||
|
||||
# VUE_APP_BASE_API = 'https://lcny.sk797.cn'
|
||||
# VUE_APP_BASE_URL = 'https://lcny.sk797.cn/h5'
|
||||
|
|
|
|||
|
|
@ -2,8 +2,9 @@
|
|||
node_modules/
|
||||
unpackage/
|
||||
dist/dev/*
|
||||
# dist/build/*
|
||||
|
||||
!dist/build/h5
|
||||
# !dist/build/h5
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title></title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
|
||||
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel="stylesheet" href="/static/index.97465e7b.css"></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id="app"></div><script src="/static/js/chunk-vendors.959091ef.js"></script><script src="/static/js/index.1458fb13.js"></script></body></html>
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
|
Before Width: | Height: | Size: 158 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 54 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 54 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 158 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1 +0,0 @@
|
|||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-user-password-edit"],{"0771":function(n,t,o){"use strict";o.d(t,"b",(function(){return a})),o.d(t,"c",(function(){return e})),o.d(t,"a",(function(){return s}));var s={uForm:o("aa8f").default,uFormItem:o("e0a3").default,uInput:o("d5da").default,uButton:o("d9ad").default},a=function(){var n=this,t=n.$createElement,o=n._self._c||t;return o("v-uni-view",{staticClass:"password-page"},[o("u-form",{ref:"uForm",attrs:{model:n.form}},[o("u-form-item",{attrs:{label:"密码:","label-width":"100"}},[o("u-input",{attrs:{type:n.type,"password-icon":n.passwordIcon,clearable:!0},model:{value:n.form.password,callback:function(t){n.$set(n.form,"password",t)},expression:"form.password"}})],1),o("u-form-item",{attrs:{label:"确认密码:","label-width":"150"}},[o("u-input",{attrs:{type:n.type,"password-icon":n.passwordIcon,clearable:!0},model:{value:n.form.password_confirmation,callback:function(t){n.$set(n.form,"password_confirmation",t)},expression:"form.password_confirmation"}})],1),o("v-uni-view",{staticClass:"btns",staticStyle:{"margin-top":"68rpx"}},[o("u-button",{attrs:{type:"primary"},on:{click:function(t){arguments[0]=t=n.$handleEvent(t),n.passwordEditFn()}}},[n._v("确定")])],1)],1)],1)},e=[]},"37df":function(n,t,o){"use strict";o.r(t);var s=o("0771"),a=o("b082");for(var e in a)["default"].indexOf(e)<0&&function(n){o.d(t,n,(function(){return a[n]}))}(e);o("ad0e");var r,i=o("f0c5"),u=Object(i["a"])(a["default"],s["b"],s["c"],!1,null,"c5bae556",null,!1,s["a"],r);t["default"]=u.exports},"413f":function(n,t,o){var s=o("24fb");t=s(!1),t.push([n.i,'@charset "UTF-8";\n/**\n * 这里是uni-app内置的常用样式变量\n *\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\n *\n */\n/**\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\n *\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\n */\n/* 颜色变量 */\n/* 行为相关颜色 */\n/* 文字基本颜色 */\n/* 背景颜色 */\n/* 边框颜色 */\n/* 尺寸变量 */\n/* 文字尺寸 */\n/* 图片尺寸 */\n/* Border Radius */\n/* 水平间距 */\n/* 垂直间距 */\n/* 透明度 */\n/* 文章场景相关 */.password-page[data-v-c5bae556]{padding:%?32?%}',""]),n.exports=t},5947:function(n,t,o){var s=o("413f");s.__esModule&&(s=s.default),"string"===typeof s&&(s=[[n.i,s,""]]),s.locals&&(n.exports=s.locals);var a=o("4f06").default;a("c342612e",s,!0,{sourceMap:!1,shadowMode:!1})},"95f7":function(n,t,o){"use strict";o("7a82"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var s=o("815d");t.default={data:function(){return{form:{password:"",password_confirmation:""},type:"password",passwordIcon:!0}},onLoad:function(){},methods:{passwordEditFn:function(){console.log(this.form),this.form.password?this.form.password_confirmation?this.form.password==this.form.password_confirmation?((0,s.showLoading)("请稍等..."),this.$http.put("/api/users/reset-password",this.form).then((function(n){var t=n.data;(0,s.hideLoading)(),console.log(t),200==t.code?uni.showToast({title:"修改成功",icon:"none"}):uni.showToast({title:t.message,icon:"none"})})).catch((function(){(0,s.hideLoading)()}))):uni.showToast({title:"两次密码不一致",icon:"none"}):uni.showToast({title:"请输入确认密码",icon:"none"}):uni.showToast({title:"请输入新密码",icon:"none"})}}}},ad0e:function(n,t,o){"use strict";var s=o("5947"),a=o.n(s);a.a},b082:function(n,t,o){"use strict";o.r(t);var s=o("95f7"),a=o.n(s);for(var e in s)["default"].indexOf(e)<0&&function(n){o.d(t,n,(function(){return s[n]}))}(e);t["default"]=a.a}}]);
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
require('./common/runtime.js')
|
||||
require('./common/vendor.js')
|
||||
require('./common/main.js')
|
||||
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/login/login",
|
||||
"pages/user/user",
|
||||
"pages/webview/index"
|
||||
],
|
||||
"subPackages": [],
|
||||
"window": {
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarTitleText": "隆昌农业大数据监控平台",
|
||||
"navigationBarBackgroundColor": "#2a7dc9",
|
||||
"backgroundColor": "#2a7dc9"
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#6c6b6b",
|
||||
"selectedColor": "#1296db",
|
||||
"borderStyle": "black",
|
||||
"backgroundColor": "#ffffff",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"iconPath": "static/tab/tab_home.png",
|
||||
"selectedIconPath": "static/tab/tab_home_h.png",
|
||||
"text": "工作台"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/user/user",
|
||||
"iconPath": "static/tab/tab_user.png",
|
||||
"selectedIconPath": "static/tab/tab_user_h.png",
|
||||
"text": "我的"
|
||||
}
|
||||
]
|
||||
},
|
||||
"usingComponents": {
|
||||
"yn-select-input-list": "/components/yn-select-input-list/yn-select-input-list"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
@import './common/main.wxss';
|
||||
|
||||
[data-custom-hidden="true"],[bind-data-custom-hidden="true"]{display: none !important;}
|
||||
|
|
@ -0,0 +1 @@
|
|||
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["common/main"],{"034f":function(e,t,n){"use strict";var o=n("368d"),r=n.n(o);r.a},"23be":function(e,t,n){"use strict";n.r(t);var o=n("e4a4"),r=n.n(o);for(var c in o)["default"].indexOf(c)<0&&function(e){n.d(t,e,(function(){return o[e]}))}(c);t["default"]=r.a},"368d":function(e,t,n){},"3dfd":function(e,t,n){"use strict";n.r(t);var o=n("23be");for(var r in o)["default"].indexOf(r)<0&&function(e){n.d(t,e,(function(){return o[e]}))}(r);n("034f"),n("5c64");var c,u,a,l,f=n("f0c5"),i=Object(f["a"])(o["default"],c,u,!1,null,null,null,!1,a,l);t["default"]=i.exports},"56d7":function(e,t,n){"use strict";(function(e,t){var o=n("4ea4"),r=o(n("9523"));n("6cdc");var c=o(n("66fd")),u=o(n("3dfd"));n("be8f");var a=o(n("6b52")),l=n("365c"),f=o(n("4360"));function i(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,o)}return n}function s(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?i(Object(n),!0).forEach((function(t){(0,r.default)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):i(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}e.__webpack_require_UNI_MP_PLUGIN__=n,c.default.use(a.default),c.default.config.productionTip=!1;var p=function(){n.e("components/yn-select-input-list/yn-select-input-list").then(function(){return resolve(n("9b17"))}.bind(null,n)).catch(n.oe)};c.default.component("ynSelectInputList",p),c.default.prototype.$http=l.http,c.default.prototype.$getFullUrl=l.getFullUrl,u.default.mpType="app";var d=new c.default(s({store:f.default},u.default));t(d).$mount()}).call(this,n("bc2e")["default"],n("543d")["createApp"])},"5c64":function(e,t,n){"use strict";var o=n("67c6"),r=n.n(o);r.a},"67c6":function(e,t,n){},e4a4:function(e,t,n){"use strict";(function(e){var o=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(n("4360"));t.default={onLaunch:function(){console.log("App Launch"),r.default.state.user_access_token?this.$store.dispatch("getUserInfo"):e.redirectTo({url:"/pages/login/login"})},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")}}}).call(this,n("543d")["default"])}},[["56d7","common/runtime","common/vendor"]]]);
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
!function(){try{var a=Function("return this")();a&&!a.Math&&(Object.assign(a,{isFinite:isFinite,Array:Array,Date:Date,Error:Error,Function:Function,Math:Math,Object:Object,RegExp:RegExp,String:String,TypeError:TypeError,setTimeout:setTimeout,clearTimeout:clearTimeout,setInterval:setInterval,clearInterval:clearInterval}),"undefined"!=typeof Reflect&&(a.Reflect=Reflect))}catch(a){}}();
|
||||
(function(e){function n(n){for(var t,u,s=n[0],l=n[1],a=n[2],c=0,p=[];c<s.length;c++)u=s[c],Object.prototype.hasOwnProperty.call(r,u)&&r[u]&&p.push(r[u][0]),r[u]=0;for(t in l)Object.prototype.hasOwnProperty.call(l,t)&&(e[t]=l[t]);d&&d(n);while(p.length)p.shift()();return i.push.apply(i,a||[]),o()}function o(){for(var e,n=0;n<i.length;n++){for(var o=i[n],t=!0,u=1;u<o.length;u++){var s=o[u];0!==r[s]&&(t=!1)}t&&(i.splice(n--,1),e=l(l.s=o[0]))}return e}var t={},u={"common/runtime":0},r={"common/runtime":0},i=[];function s(e){return l.p+""+e+".js"}function l(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,l),o.l=!0,o.exports}l.e=function(e){var n=[],o={"components/yn-select-input-list/yn-select-input-list":1,"node-modules/uview-ui/components/u-button/u-button":1,"node-modules/uview-ui/components/u-icon/u-icon":1,"node-modules/uview-ui/components/u-modal/u-modal":1,"node-modules/uview-ui/components/u-navbar/u-navbar":1,"node-modules/uview-ui/components/u-loading/u-loading":1,"node-modules/uview-ui/components/u-popup/u-popup":1,"node-modules/uview-ui/components/u-mask/u-mask":1};u[e]?n.push(u[e]):0!==u[e]&&o[e]&&n.push(u[e]=new Promise((function(n,o){for(var t=({"components/yn-select-input-list/yn-select-input-list":"components/yn-select-input-list/yn-select-input-list","components/jp-verification-literalness/jp-verification-literalness":"components/jp-verification-literalness/jp-verification-literalness","node-modules/uview-ui/components/u-button/u-button":"node-modules/uview-ui/components/u-button/u-button","node-modules/uview-ui/components/u-icon/u-icon":"node-modules/uview-ui/components/u-icon/u-icon","node-modules/uview-ui/components/u-modal/u-modal":"node-modules/uview-ui/components/u-modal/u-modal","node-modules/uview-ui/components/u-navbar/u-navbar":"node-modules/uview-ui/components/u-navbar/u-navbar","node-modules/uview-ui/components/u-loading/u-loading":"node-modules/uview-ui/components/u-loading/u-loading","node-modules/uview-ui/components/u-popup/u-popup":"node-modules/uview-ui/components/u-popup/u-popup","node-modules/uview-ui/components/u-mask/u-mask":"node-modules/uview-ui/components/u-mask/u-mask"}[e]||e)+".wxss",r=l.p+t,i=document.getElementsByTagName("link"),s=0;s<i.length;s++){var a=i[s],c=a.getAttribute("data-href")||a.getAttribute("href");if("stylesheet"===a.rel&&(c===t||c===r))return n()}var p=document.getElementsByTagName("style");for(s=0;s<p.length;s++){a=p[s],c=a.getAttribute("data-href");if(c===t||c===r)return n()}var d=document.createElement("link");d.rel="stylesheet",d.type="text/css",d.onload=n,d.onerror=function(n){var t=n&&n.target&&n.target.src||r,i=new Error("Loading CSS chunk "+e+" failed.\n("+t+")");i.code="CSS_CHUNK_LOAD_FAILED",i.request=t,delete u[e],d.parentNode.removeChild(d),o(i)},d.href=r;var m=document.getElementsByTagName("head")[0];m.appendChild(d)})).then((function(){u[e]=0})));var t=r[e];if(0!==t)if(t)n.push(t[2]);else{var i=new Promise((function(n,o){t=r[e]=[n,o]}));n.push(t[2]=i);var a,c=document.createElement("script");c.charset="utf-8",c.timeout=120,l.nc&&c.setAttribute("nonce",l.nc),c.src=s(e);var p=new Error;a=function(n){c.onerror=c.onload=null,clearTimeout(d);var o=r[e];if(0!==o){if(o){var t=n&&("load"===n.type?"missing":n.type),u=n&&n.target&&n.target.src;p.message="Loading chunk "+e+" failed.\n("+t+": "+u+")",p.name="ChunkLoadError",p.type=t,p.request=u,o[1](p)}r[e]=void 0}};var d=setTimeout((function(){a({type:"timeout",target:c})}),12e4);c.onerror=c.onload=a,document.head.appendChild(c)}return Promise.all(n)},l.m=e,l.c=t,l.d=function(e,n,o){l.o(e,n)||Object.defineProperty(e,n,{enumerable:!0,get:o})},l.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,n){if(1&n&&(e=l(e)),8&n)return e;if(4&n&&"object"===typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(l.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&n&&"string"!=typeof e)for(var t in e)l.d(o,t,function(n){return e[n]}.bind(null,t));return o},l.n=function(e){var n=e&&e.__esModule?function(){return e["default"]}:function(){return e};return l.d(n,"a",n),n},l.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},l.p="",l.oe=function(e){throw console.error(e),e};var a=global["webpackJsonp"]=global["webpackJsonp"]||[],c=a.push.bind(a);a.push=n,a=a.slice();for(var p=0;p<a.length;p++)n(a[p]);var d=c;o()})([]);
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,10 @@
|
|||
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/jp-verification-literalness/jp-verification-literalness"],{"08d3":function(t,e,n){"use strict";n.r(e);var i=n("5748"),r=n("ba5f");for(var o in r)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(o);var a,d=n("f0c5"),s=Object(d["a"])(r["default"],i["b"],i["c"],!1,null,"444677d0",null,!1,i["a"],a);e["default"]=s.exports},5748:function(t,e,n){"use strict";var i;n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return i}));var r=function(){var t=this,e=t.$createElement;t._self._c},o=[]},ba5f:function(t,e,n){"use strict";n.r(e);var i=n("f9bb"),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},f9bb:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"jp-verification-literalness",props:{securityCode:{type:String,default:""},codeLength:{type:Number,default:4},contentWidth:{type:Number,default:120},contentHeight:{type:Number,default:48},lineLength:{type:Number,default:8},backgroundColor:{type:String,default:"rgb(238,226,224)"},lineColorList:{type:Array,default:function(){return["rgba(238,0,0,.5)","rgba(0, 170, 255,.5)","rgba(0, 170, 0,.5)","rgba(0, 0, 0,.5)","rgba(153, 146, 255,.5)"]}},colorList:{type:Array,default:function(){return["rgb(238,0,0)","rgb(0, 170, 255)","rgb(0, 170, 0)","rgb(0, 0, 0)","rgb(153, 146, 255)"]}}},computed:{canvasId:function(){return"lime-signature".concat(this._uid,"_1")}},data:function(){return{identifyCode:""}},watch:{securityCode:{immediate:!0,deep:!0,handler:function(){var t=this;this.$nextTick((function(){t.drawPic()}))}}},methods:{verification:function(t){return this.identifyCode==t},randomNum:function(t,e){return Math.floor(Math.random()*(e-t)+t)},getcheckCode:function(){for(var t="",e=this.codeLength,n=[1,2,3,4,5,6,7,8,9,"A","B","C","D","E","F","G","H","I","J","K","L","M","N","P","Q","R","S","T","U","V","W","X","Y","Z"],i=0;i<e;i++){var r=Math.floor(34*Math.random());t+=n[r]}this.identifyCode=t},drawTap:function(){this.securityCode?this.$emit("getCode"):this.drawPic()},drawPic:function(){this.securityCode?this.identifyCode=this.securityCode:this.getcheckCode();var e=t.createCanvasContext(this.canvasId,this);e.setTextBaseline("bottom"),e.setFillStyle(this.backgroundColor),e.fillRect(0,0,this.contentWidth,this.contentHeight);for(var n=0;n<this.identifyCode.length;n++)this.drawText(e,this.identifyCode[n],n);this.drawLine(e),e.draw()},drawText:function(t,e,n){var i=Math.floor(Math.random()*this.colorList.length);t.setFillStyle(this.colorList[i]);var r=Math.trunc(this.contentWidth/this.identifyCode.length);t.setFontSize(this.randomNum(r,r));var o=n*(this.contentWidth/(this.identifyCode.length+1))+Math.trunc(r/2),a=this.randomNum(r,this.contentHeight-5),d=this.randomNum(-10,10);t.translate(o,a),t.rotate(d*Math.PI/180),t.fillText(e,0,0),t.rotate(-d*Math.PI/180),t.translate(-o,-a)},drawLine:function(t){for(var e=0;e<this.lineLength;e++){var n=Math.floor(Math.random()*this.lineColorList.length);t.setStrokeStyle(this.lineColorList[n]),t.beginPath();var i=this.randomNum(0,this.contentWidth),r=this.randomNum(0,this.contentHeight),o=this.randomNum(0,this.contentWidth),a=this.randomNum(0,this.contentHeight);t.moveTo(i,r),t.lineTo(o,a),t.stroke()}}},mounted:function(){}}}).call(this,n("543d")["default"])}}]);
|
||||
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
|
||||
'components/jp-verification-literalness/jp-verification-literalness-create-component',
|
||||
{
|
||||
'components/jp-verification-literalness/jp-verification-literalness-create-component':(function(module, exports, __webpack_require__){
|
||||
__webpack_require__('543d')['createComponent'](__webpack_require__("08d3"))
|
||||
})
|
||||
},
|
||||
[['components/jp-verification-literalness/jp-verification-literalness-create-component']]
|
||||
]);
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"usingComponents": {},
|
||||
"component": true
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
<view style="{{'height:'+(contentHeight+'px')+';'+('width:'+(contentWidth+'px')+';')}}" class="_div data-v-444677d0"><block wx:if="{{canvasId}}"><canvas style="{{'height:'+(contentHeight+'px')+';'+('width:'+(contentWidth+'px')+';')}}" id="{{canvasId}}" canvasId="{{canvasId}}" width="{{contentWidth}}" height="{{contentHeight}}" data-event-opts="{{[['tap',[['drawTap',['$event']]]]]}}" bindtap="__e" class="data-v-444677d0"></canvas></block></view>
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/yn-select-input-list/yn-select-input-list"],{"15a9":function(n,t,e){"use strict";e.d(t,"b",(function(){return c})),e.d(t,"c",(function(){return i})),e.d(t,"a",(function(){return u}));var u={uIcon:function(){return e.e("node-modules/uview-ui/components/u-icon/u-icon").then(e.bind(null,"f86b"))}},c=function(){var n=this,t=n.$createElement;n._self._c},i=[]},2449:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default={name:"yn-select-input-list",props:{value:{type:String|Number,default:""},rightIcon:{type:String,default:"arrow-down-fill"},placeholder:{type:String,default:"请选择内容"}},data:function(){return{}},created:function(){},methods:{selectShowFn:function(){this.show=!0},clickFn:function(n){this.$emit("click",n)}}}},"8e56":function(n,t,e){},"9b17":function(n,t,e){"use strict";e.r(t);var u=e("15a9"),c=e("a5cb");for(var i in c)["default"].indexOf(i)<0&&function(n){e.d(t,n,(function(){return c[n]}))}(i);e("e803");var o,r=e("f0c5"),a=Object(r["a"])(c["default"],u["b"],u["c"],!1,null,"25861fcf",null,!1,u["a"],o);t["default"]=a.exports},a5cb:function(n,t,e){"use strict";e.r(t);var u=e("2449"),c=e.n(u);for(var i in u)["default"].indexOf(i)<0&&function(n){e.d(t,n,(function(){return u[n]}))}(i);t["default"]=c.a},e803:function(n,t,e){"use strict";var u=e("8e56"),c=e.n(u);c.a}}]);
|
||||
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
|
||||
'components/yn-select-input-list/yn-select-input-list-create-component',
|
||||
{
|
||||
'components/yn-select-input-list/yn-select-input-list-create-component':(function(module, exports, __webpack_require__){
|
||||
__webpack_require__('543d')['createComponent'](__webpack_require__("9b17"))
|
||||
})
|
||||
},
|
||||
[['components/yn-select-input-list/yn-select-input-list-create-component']]
|
||||
]);
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"usingComponents": {
|
||||
"u-icon": "/node-modules/uview-ui/components/u-icon/u-icon"
|
||||
},
|
||||
"component": true
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
<view class="yn-select-list data-v-25861fcf"><view data-event-opts="{{[['tap',[['clickFn',['$event']]]]]}}" class="u-select-input-list data-v-25861fcf" bindtap="__e"><view class="select_wrapper data-v-25861fcf"><block wx:if="{{value==''}}"><view class="placeholder u-line-2 data-v-25861fcf">{{placeholder}}</view></block><block wx:else><view class="input_value data-v-25861fcf">{{value}}</view></block></view><view class="right-icon u-flex data-v-25861fcf"><u-icon vue-id="44d394c2-1" name="{{rightIcon}}" size="28" class="data-v-25861fcf" bind:__l="__l"></u-icon></view></view></view>
|
||||
|
|
@ -0,0 +1 @@
|
|||
.yn-select-list.data-v-25861fcf{display:flex;flex-direction:column;flex:1}.u-select-input-list.data-v-25861fcf{position:relative;flex:1;display:flex;flex-direction:row;border-radius:8rpx;min-height:72rpx;border:1px solid #dcdfe6;padding:0 20rpx}.u-select-input-list .select_wrapper.data-v-25861fcf{flex:1;display:flex;flex-direction:column;justify-content:center;font-size:28rpx;color:#000}.u-select-input-list .right-icon .u-icon__icon.data-v-25861fcf{margin-left:10rpx;color:#c0c4cc}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-button/u-button"],{"0158":function(t,e,n){"use strict";n.r(e);var i=n("8116"),r=n.n(i);for(var a in i)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(a);e["default"]=r.a},"0dea":function(t,e,n){"use strict";var i=n("6328"),r=n.n(i);r.a},6328:function(t,e,n){},8116:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"u-button",props:{hairLine:{type:Boolean,default:!0},type:{type:String,default:"default"},size:{type:String,default:"default"},shape:{type:String,default:"square"},plain:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},openType:{type:String,default:""},formType:{type:String,default:""},appParameter:{type:String,default:""},hoverStopPropagation:{type:Boolean,default:!1},lang:{type:String,default:"en"},sessionFrom:{type:String,default:""},sendMessageTitle:{type:String,default:""},sendMessagePath:{type:String,default:""},sendMessageImg:{type:String,default:""},showMessageCard:{type:Boolean,default:!1},hoverBgColor:{type:String,default:""},rippleBgColor:{type:String,default:""},ripple:{type:Boolean,default:!1},hoverClass:{type:String,default:""},customStyle:{type:Object,default:function(){return{}}},dataName:{type:String,default:""},throttleTime:{type:[String,Number],default:1e3},hoverStartTime:{type:[String,Number],default:20},hoverStayTime:{type:[String,Number],default:150}},computed:{getHoverClass:function(){if(this.loading||this.disabled||this.ripple||this.hoverClass)return"";var t="";return t=this.plain?"u-"+this.type+"-plain-hover":"u-"+this.type+"-hover",t},showHairLineBorder:function(){return["primary","success","error","warning"].indexOf(this.type)>=0&&!this.plain?"":"u-hairline-border"}},data:function(){return{rippleTop:0,rippleLeft:0,fields:{},waveActive:!1}},methods:{click:function(t){var e=this;this.$u.throttle((function(){!0!==e.loading&&!0!==e.disabled&&(e.ripple&&(e.waveActive=!1,e.$nextTick((function(){this.getWaveQuery(t)}))),e.$emit("click",t))}),this.throttleTime)},getWaveQuery:function(t){var e=this;this.getElQuery().then((function(n){var i=n[0];if(i.width&&i.width&&(i.targetWidth=i.height>i.width?i.height:i.width,i.targetWidth)){e.fields=i;var r="",a="";r=t.touches[0].clientX,a=t.touches[0].clientY,e.rippleTop=a-i.top-i.targetWidth/2,e.rippleLeft=r-i.left-i.targetWidth/2,e.$nextTick((function(){e.waveActive=!0}))}}))},getElQuery:function(){var e=this;return new Promise((function(n){var i="";i=t.createSelectorQuery().in(e),i.select(".u-btn").boundingClientRect(),i.exec((function(t){n(t)}))}))},getphonenumber:function(t){this.$emit("getphonenumber",t)},getuserinfo:function(t){this.$emit("getuserinfo",t)},error:function(t){this.$emit("error",t)},opensetting:function(t){this.$emit("opensetting",t)},launchapp:function(t){this.$emit("launchapp",t)}}}}).call(this,n("543d")["default"])},"9b6c":function(t,e,n){"use strict";var i;n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){return i}));var r=function(){var t=this,e=t.$createElement,n=(t._self._c,t.__get_style([t.customStyle,{overflow:t.ripple?"hidden":"visible"}])),i=Number(t.hoverStartTime),r=Number(t.hoverStayTime);t.$mp.data=Object.assign({},{$root:{s0:n,m0:i,m1:r}})},a=[]},d9ad:function(t,e,n){"use strict";n.r(e);var i=n("9b6c"),r=n("0158");for(var a in r)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(a);n("0dea");var u,o=n("f0c5"),l=Object(o["a"])(r["default"],i["b"],i["c"],!1,null,"22c7754f",null,!1,i["a"],u);e["default"]=l.exports}}]);
|
||||
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
|
||||
'node-modules/uview-ui/components/u-button/u-button-create-component',
|
||||
{
|
||||
'node-modules/uview-ui/components/u-button/u-button-create-component':(function(module, exports, __webpack_require__){
|
||||
__webpack_require__('543d')['createComponent'](__webpack_require__("d9ad"))
|
||||
})
|
||||
},
|
||||
[['node-modules/uview-ui/components/u-button/u-button-create-component']]
|
||||
]);
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"usingComponents": {},
|
||||
"component": true
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
<button class="{{['u-btn','u-line-1','u-fix-ios-appearance','data-v-22c7754f','u-size-'+size,plain?'u-btn--'+type+'--plain':'',loading?'u-loading':'',shape=='circle'?'u-round-circle':'',hairLine?showHairLineBorder:'u-btn--bold-border','u-btn--'+type,disabled?'u-btn--'+type+'--disabled':'']}}" style="{{$root.s0}}" id="u-wave-btn" hover-start-time="{{$root.m0}}" hover-stay-time="{{$root.m1}}" disabled="{{disabled}}" form-type="{{formType}}" open-type="{{openType}}" app-parameter="{{appParameter}}" hover-stop-propagation="{{hoverStopPropagation}}" send-message-title="{{sendMessageTitle}}" send-message-path="sendMessagePath" lang="{{lang}}" data-name="{{dataName}}" session-from="{{sessionFrom}}" send-message-img="{{sendMessageImg}}" show-message-card="{{showMessageCard}}" hover-class="{{getHoverClass}}" loading="{{loading}}" data-event-opts="{{[['getphonenumber',[['getphonenumber',['$event']]]],['getuserinfo',[['getuserinfo',['$event']]]],['error',[['error',['$event']]]],['opensetting',[['opensetting',['$event']]]],['launchapp',[['launchapp',['$event']]]],['tap',[['click',['$event']]]]]}}" bindgetphonenumber="__e" bindgetuserinfo="__e" binderror="__e" bindopensetting="__e" bindlaunchapp="__e" catchtap="__e"><slot></slot><block wx:if="{{ripple}}"><view class="{{['u-wave-ripple','data-v-22c7754f',waveActive?'u-wave-active':'']}}" style="{{'top:'+(rippleTop+'px')+';'+('left:'+(rippleLeft+'px')+';')+('width:'+(fields.targetWidth+'px')+';')+('height:'+(fields.targetWidth+'px')+';')+('background-color:'+(rippleBgColor||'rgba(0, 0, 0, 0.15)')+';')}}"></view></block></button>
|
||||
|
|
@ -0,0 +1 @@
|
|||
.u-btn.data-v-22c7754f::after{border:none}.u-btn.data-v-22c7754f{position:relative;border:0;display:inline-flex;overflow:visible;line-height:1;display:flex;flex-direction:row;align-items:center;justify-content:center;cursor:pointer;padding:0 40rpx;z-index:1;box-sizing:border-box;transition:all .15s}.u-btn--bold-border.data-v-22c7754f{border:1px solid #fff}.u-btn--default.data-v-22c7754f{color:#606266;border-color:#c0c4cc;background-color:#fff}.u-btn--primary.data-v-22c7754f{color:#fff;border-color:#2979ff;background-color:#2979ff}.u-btn--success.data-v-22c7754f{color:#fff;border-color:#19be6b;background-color:#19be6b}.u-btn--error.data-v-22c7754f{color:#fff;border-color:#fa3534;background-color:#fa3534}.u-btn--warning.data-v-22c7754f{color:#fff;border-color:#f90;background-color:#f90}.u-btn--default--disabled.data-v-22c7754f{color:#fff;border-color:#e4e7ed;background-color:#fff}.u-btn--primary--disabled.data-v-22c7754f{color:#fff!important;border-color:#a0cfff!important;background-color:#a0cfff!important}.u-btn--success--disabled.data-v-22c7754f{color:#fff!important;border-color:#71d5a1!important;background-color:#71d5a1!important}.u-btn--error--disabled.data-v-22c7754f{color:#fff!important;border-color:#fab6b6!important;background-color:#fab6b6!important}.u-btn--warning--disabled.data-v-22c7754f{color:#fff!important;border-color:#fcbd71!important;background-color:#fcbd71!important}.u-btn--primary--plain.data-v-22c7754f{color:#2979ff!important;border-color:#a0cfff!important;background-color:#ecf5ff!important}.u-btn--success--plain.data-v-22c7754f{color:#19be6b!important;border-color:#71d5a1!important;background-color:#dbf1e1!important}.u-btn--error--plain.data-v-22c7754f{color:#fa3534!important;border-color:#fab6b6!important;background-color:#fef0f0!important}.u-btn--warning--plain.data-v-22c7754f{color:#f90!important;border-color:#fcbd71!important;background-color:#fdf6ec!important}.u-hairline-border.data-v-22c7754f:after{content:" ";position:absolute;pointer-events:none;box-sizing:border-box;-webkit-transform-origin:0 0;transform-origin:0 0;left:0;top:0;width:199.8%;height:199.7%;-webkit-transform:scale(.5);transform:scale(.5);border:1px solid currentColor;z-index:1}.u-wave-ripple.data-v-22c7754f{z-index:0;position:absolute;border-radius:100%;background-clip:padding-box;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-transform:scale(0);transform:scale(0);opacity:1;-webkit-transform-origin:center;transform-origin:center}.u-wave-ripple.u-wave-active.data-v-22c7754f{opacity:0;-webkit-transform:scale(2);transform:scale(2);transition:opacity 1s linear,-webkit-transform .4s linear;transition:opacity 1s linear,transform .4s linear;transition:opacity 1s linear,transform .4s linear,-webkit-transform .4s linear}.u-round-circle.data-v-22c7754f{border-radius:100rpx}.u-round-circle.data-v-22c7754f::after{border-radius:100rpx}.u-loading.data-v-22c7754f::after{background-color:hsla(0,0%,100%,.35)}.u-size-default.data-v-22c7754f{font-size:30rpx;height:80rpx;line-height:80rpx}.u-size-medium.data-v-22c7754f{display:inline-flex;width:auto;font-size:26rpx;height:70rpx;line-height:70rpx;padding:0 80rpx}.u-size-mini.data-v-22c7754f{display:inline-flex;width:auto;font-size:22rpx;padding-top:1px;height:50rpx;line-height:50rpx;padding:0 20rpx}.u-primary-plain-hover.data-v-22c7754f{color:#fff!important;background:#2b85e4!important}.u-default-plain-hover.data-v-22c7754f{color:#2b85e4!important;background:#ecf5ff!important}.u-success-plain-hover.data-v-22c7754f{color:#fff!important;background:#18b566!important}.u-warning-plain-hover.data-v-22c7754f{color:#fff!important;background:#f29100!important}.u-error-plain-hover.data-v-22c7754f{color:#fff!important;background:#dd6161!important}.u-info-plain-hover.data-v-22c7754f{color:#fff!important;background:#82848a!important}.u-default-hover.data-v-22c7754f{color:#2b85e4!important;border-color:#2b85e4!important;background-color:#ecf5ff!important}.u-primary-hover.data-v-22c7754f{background:#2b85e4!important;color:#fff}.u-success-hover.data-v-22c7754f{background:#18b566!important;color:#fff}.u-info-hover.data-v-22c7754f{background:#82848a!important;color:#fff}.u-warning-hover.data-v-22c7754f{background:#f29100!important;color:#fff}.u-error-hover.data-v-22c7754f{background:#dd6161!important;color:#fff}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-icon/u-icon"],{"1e15":function(t,i,e){"use strict";var n;e.d(i,"b",(function(){return o})),e.d(i,"c",(function(){return u})),e.d(i,"a",(function(){return n}));var o=function(){var t=this,i=t.$createElement,e=(t._self._c,t.__get_style([t.customStyle])),n=t.isImg?t.__get_style([t.imgStyle]):null,o=t.isImg?null:t.__get_style([t.iconStyle]),u=!t.isImg&&t.showDecimalIcon?t.__get_style([t.decimalIconStyle]):null,l=""!==t.label?t.$u.addUnit(t.labelSize):null,s=""!==t.label&&"right"==t.labelPos?t.$u.addUnit(t.marginLeft):null,r=""!==t.label&&"bottom"==t.labelPos?t.$u.addUnit(t.marginTop):null,c=""!==t.label&&"left"==t.labelPos?t.$u.addUnit(t.marginRight):null,a=""!==t.label&&"top"==t.labelPos?t.$u.addUnit(t.marginBottom):null;t.$mp.data=Object.assign({},{$root:{s0:e,s1:n,s2:o,s3:u,g0:l,g1:s,g2:r,g3:c,g4:a}})},u=[]},"6f6c":function(t,i,e){"use strict";var n=e("8bf3"),o=e.n(n);o.a},"8bf3":function(t,i,e){},e573:function(t,i,e){"use strict";e.r(i);var n=e("ee53"),o=e.n(n);for(var u in n)["default"].indexOf(u)<0&&function(t){e.d(i,t,(function(){return n[t]}))}(u);i["default"]=o.a},ee53:function(t,i,e){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0;i.default={name:"u-icon",props:{name:{type:String,default:""},color:{type:String,default:""},size:{type:[Number,String],default:"inherit"},bold:{type:Boolean,default:!1},index:{type:[Number,String],default:""},hoverClass:{type:String,default:""},customPrefix:{type:String,default:"uicon"},label:{type:[String,Number],default:""},labelPos:{type:String,default:"right"},labelSize:{type:[String,Number],default:"28"},labelColor:{type:String,default:"#606266"},marginLeft:{type:[String,Number],default:"6"},marginTop:{type:[String,Number],default:"6"},marginRight:{type:[String,Number],default:"6"},marginBottom:{type:[String,Number],default:"6"},imgMode:{type:String,default:"widthFix"},customStyle:{type:Object,default:function(){return{}}},width:{type:[String,Number],default:""},height:{type:[String,Number],default:""},top:{type:[String,Number],default:0},showDecimalIcon:{type:Boolean,default:!1},inactiveColor:{type:String,default:"#ececec"},percent:{type:[Number,String],default:"50"}},computed:{customClass:function(){var t=[];return t.push(this.customPrefix+"-"+this.name),"uicon"==this.customPrefix?t.push("u-iconfont"):t.push(this.customPrefix),this.showDecimalIcon&&this.inactiveColor&&this.$u.config.type.includes(this.inactiveColor)?t.push("u-icon__icon--"+this.inactiveColor):this.color&&this.$u.config.type.includes(this.color)&&t.push("u-icon__icon--"+this.color),t},iconStyle:function(){var t={};return t={fontSize:"inherit"==this.size?"inherit":this.$u.addUnit(this.size),fontWeight:this.bold?"bold":"normal",top:this.$u.addUnit(this.top)},this.showDecimalIcon&&this.inactiveColor&&!this.$u.config.type.includes(this.inactiveColor)?t.color=this.inactiveColor:this.color&&!this.$u.config.type.includes(this.color)&&(t.color=this.color),t},isImg:function(){return-1!==this.name.indexOf("/")},imgStyle:function(){var t={};return t.width=this.width?this.$u.addUnit(this.width):this.$u.addUnit(this.size),t.height=this.height?this.$u.addUnit(this.height):this.$u.addUnit(this.size),t},decimalIconStyle:function(){var t={};return t={fontSize:"inherit"==this.size?"inherit":this.$u.addUnit(this.size),fontWeight:this.bold?"bold":"normal",top:this.$u.addUnit(this.top),width:this.percent+"%"},this.color&&!this.$u.config.type.includes(this.color)&&(t.color=this.color),t},decimalIconClass:function(){var t=[];return t.push(this.customPrefix+"-"+this.name),"uicon"==this.customPrefix?t.push("u-iconfont"):t.push(this.customPrefix),this.color&&this.$u.config.type.includes(this.color)?t.push("u-icon__icon--"+this.color):t.push("u-icon__icon--primary"),t}},methods:{click:function(){this.$emit("click",this.index)},touchstart:function(){this.$emit("touchstart",this.index)}}}},f86b:function(t,i,e){"use strict";e.r(i);var n=e("1e15"),o=e("e573");for(var u in o)["default"].indexOf(u)<0&&function(t){e.d(i,t,(function(){return o[t]}))}(u);e("6f6c");var l,s=e("f0c5"),r=Object(s["a"])(o["default"],n["b"],n["c"],!1,null,"31f9995e",null,!1,n["a"],l);i["default"]=r.exports}}]);
|
||||
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
|
||||
'node-modules/uview-ui/components/u-icon/u-icon-create-component',
|
||||
{
|
||||
'node-modules/uview-ui/components/u-icon/u-icon-create-component':(function(module, exports, __webpack_require__){
|
||||
__webpack_require__('543d')['createComponent'](__webpack_require__("f86b"))
|
||||
})
|
||||
},
|
||||
[['node-modules/uview-ui/components/u-icon/u-icon-create-component']]
|
||||
]);
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"usingComponents": {},
|
||||
"component": true
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
<view data-event-opts="{{[['tap',[['click',['$event']]]]]}}" class="{{['u-icon','data-v-31f9995e','u-icon--'+labelPos]}}" style="{{$root.s0}}" bindtap="__e"><block wx:if="{{isImg}}"><image class="u-icon__img data-v-31f9995e" style="{{$root.s1}}" src="{{name}}" mode="{{imgMode}}"></image></block><block wx:else><text class="{{['u-icon__icon','data-v-31f9995e',customClass]}}" style="{{$root.s2}}" hover-class="{{hoverClass}}" data-event-opts="{{[['touchstart',[['touchstart',['$event']]]]]}}" bindtouchstart="__e"><block wx:if="{{showDecimalIcon}}"><text class="{{['u-icon__decimal','data-v-31f9995e',decimalIconClass]}}" style="{{$root.s3}}" hover-class="{{hoverClass}}"></text></block></text></block><block wx:if="{{label!==''}}"><text class="u-icon__label data-v-31f9995e" style="{{'color:'+(labelColor)+';'+('font-size:'+($root.g0)+';')+('margin-left:'+(labelPos=='right'?$root.g1:0)+';')+('margin-top:'+(labelPos=='bottom'?$root.g2:0)+';')+('margin-right:'+(labelPos=='left'?$root.g3:0)+';')+('margin-bottom:'+(labelPos=='top'?$root.g4:0)+';')}}">{{label+''}}</text></block></view>
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,10 @@
|
|||
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-loading/u-loading"],{"0ba3":function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default={name:"u-loading",props:{mode:{type:String,default:"circle"},color:{type:String,default:"#c7c7c7"},size:{type:[String,Number],default:"34"},show:{type:Boolean,default:!0}},computed:{cricleStyle:function(){var e={};return e.width=this.size+"rpx",e.height=this.size+"rpx","circle"==this.mode&&(e.borderColor="#e4e4e4 #e4e4e4 #e4e4e4 ".concat(this.color?this.color:"#c7c7c7")),e}}}},"0da6":function(e,t,n){"use strict";var c;n.d(t,"b",(function(){return r})),n.d(t,"c",(function(){return o})),n.d(t,"a",(function(){return c}));var r=function(){var e=this,t=e.$createElement,n=(e._self._c,e.show?e.__get_style([e.cricleStyle]):null);e.$mp.data=Object.assign({},{$root:{s0:n}})},o=[]},"1bfa":function(e,t,n){"use strict";n.r(t);var c=n("0da6"),r=n("6ef1");for(var o in r)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(o);n("f772");var u,i=n("f0c5"),a=Object(i["a"])(r["default"],c["b"],c["c"],!1,null,"5f3a0a31",null,!1,c["a"],u);t["default"]=a.exports},"3c1e":function(e,t,n){},"6ef1":function(e,t,n){"use strict";n.r(t);var c=n("0ba3"),r=n.n(c);for(var o in c)["default"].indexOf(o)<0&&function(e){n.d(t,e,(function(){return c[e]}))}(o);t["default"]=r.a},f772:function(e,t,n){"use strict";var c=n("3c1e"),r=n.n(c);r.a}}]);
|
||||
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
|
||||
'node-modules/uview-ui/components/u-loading/u-loading-create-component',
|
||||
{
|
||||
'node-modules/uview-ui/components/u-loading/u-loading-create-component':(function(module, exports, __webpack_require__){
|
||||
__webpack_require__('543d')['createComponent'](__webpack_require__("1bfa"))
|
||||
})
|
||||
},
|
||||
[['node-modules/uview-ui/components/u-loading/u-loading-create-component']]
|
||||
]);
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"usingComponents": {},
|
||||
"component": true
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
<block wx:if="{{show}}"><view class="{{['u-loading','data-v-5f3a0a31',mode=='circle'?'u-loading-circle':'u-loading-flower']}}" style="{{$root.s0}}"></view></block>
|
||||
|
|
@ -0,0 +1 @@
|
|||
.u-loading-circle.data-v-5f3a0a31{display:inline-flex;vertical-align:middle;width:28rpx;height:28rpx;background:0 0;border-radius:50%;border:2px solid;border-color:#e5e5e5 #e5e5e5 #e5e5e5 #8f8d8e;-webkit-animation:u-circle-data-v-5f3a0a31 1s linear infinite;animation:u-circle-data-v-5f3a0a31 1s linear infinite}.u-loading-flower.data-v-5f3a0a31{width:20px;height:20px;display:inline-block;vertical-align:middle;-webkit-animation:u-flower-data-v-5f3a0a31 1s steps(12) infinite;animation:u-flower-data-v-5f3a0a31 1s steps(12) infinite;background:transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAiIGhlaWdodD0iMTIwIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMDB2MTAwSDB6Ii8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTlFOUU5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTMwKSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iIzk4OTY5NyIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgzMCAxMDUuOTggNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjOUI5OTlBIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDYwIDc1Ljk4IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0EzQTFBMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSg5MCA2NSA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNBQkE5QUEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoMTIwIDU4LjY2IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0IyQjJCMiIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjQkFCOEI5IiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDMkMwQzEiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTE1MCA0NS45OCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNDQkNCQ0IiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTEyMCA0MS4zNCA2NSkiLz48cmVjdCB3aWR0aD0iNyIgaGVpZ2h0PSIyMCIgeD0iNDYuNSIgeT0iNDAiIGZpbGw9IiNEMkQyRDIiIHJ4PSI1IiByeT0iNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDM1IDY1KSIvPjxyZWN0IHdpZHRoPSI3IiBoZWlnaHQ9IjIwIiB4PSI0Ni41IiB5PSI0MCIgZmlsbD0iI0RBREFEQSIgcng9IjUiIHJ5PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNjAgMjQuMDIgNjUpIi8+PHJlY3Qgd2lkdGg9IjciIGhlaWdodD0iMjAiIHg9IjQ2LjUiIHk9IjQwIiBmaWxsPSIjRTJFMkUyIiByeD0iNSIgcnk9IjUiIHRyYW5zZm9ybT0icm90YXRlKC0zMCAtNS45OCA2NSkiLz48L3N2Zz4=) no-repeat;background-size:100%}@-webkit-keyframes u-flower-data-v-5f3a0a31{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes u-flower-data-v-5f3a0a31{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes u-circle-data-v-5f3a0a31{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-mask/u-mask"],{"19c1":function(t,e,n){},4109:function(t,e,n){"use strict";var o=n("19c1"),r=n.n(o);r.a},a0c4:function(t,e,n){"use strict";n.r(e);var o=n("fb8f"),r=n("d429");for(var a in r)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(a);n("4109");var u,c=n("f0c5"),i=Object(c["a"])(r["default"],o["b"],o["c"],!1,null,"505f41ea",null,!1,o["a"],u);e["default"]=i.exports},d429:function(t,e,n){"use strict";n.r(e);var o=n("e6266"),r=n.n(o);for(var a in o)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(a);e["default"]=r.a},e6266:function(t,e,n){"use strict";var o=n("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=o(n("9523"));function a(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function u(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?a(Object(n),!0).forEach((function(e){(0,r.default)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):a(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}e.default={name:"u-mask",props:{show:{type:Boolean,default:!1},zIndex:{type:[Number,String],default:""},customStyle:{type:Object,default:function(){return{}}},zoom:{type:Boolean,default:!0},duration:{type:[Number,String],default:300},maskClickAble:{type:Boolean,default:!0}},data:function(){return{zoomStyle:{transform:""},scale:"scale(1.2, 1.2)"}},watch:{show:function(t){t&&this.zoom?this.zoomStyle.transform="scale(1, 1)":!t&&this.zoom&&(this.zoomStyle.transform=this.scale)}},computed:{maskStyle:function(){var t={backgroundColor:"rgba(0, 0, 0, 0.6)"};return this.show?t.zIndex=this.zIndex?this.zIndex:this.$u.zIndex.mask:t.zIndex=-1,t.transition="all ".concat(this.duration/1e3,"s ease-in-out"),Object.keys(this.customStyle).length&&(t=u(u({},t),this.customStyle)),t}},methods:{click:function(){this.maskClickAble&&this.$emit("click")}}}},fb8f:function(t,e,n){"use strict";var o;n.d(e,"b",(function(){return r})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){return o}));var r=function(){var t=this,e=t.$createElement,n=(t._self._c,t.__get_style([t.maskStyle,t.zoomStyle]));t._isMounted||(t.e0=function(t){t.stopPropagation(),t.preventDefault()}),t.$mp.data=Object.assign({},{$root:{s0:n}})},a=[]}}]);
|
||||
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
|
||||
'node-modules/uview-ui/components/u-mask/u-mask-create-component',
|
||||
{
|
||||
'node-modules/uview-ui/components/u-mask/u-mask-create-component':(function(module, exports, __webpack_require__){
|
||||
__webpack_require__('543d')['createComponent'](__webpack_require__("a0c4"))
|
||||
})
|
||||
},
|
||||
[['node-modules/uview-ui/components/u-mask/u-mask-create-component']]
|
||||
]);
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"usingComponents": {},
|
||||
"component": true
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
<view class="{{['u-mask','data-v-505f41ea',(zoom)?'u-mask-zoom':'',(show)?'u-mask-show':'']}}" style="{{$root.s0}}" hover-stop-propagation="{{true}}" data-event-opts="{{[['tap',[['click',['$event']]]],['touchmove',[['e0',['$event']]]]]}}" bindtap="__e" catchtouchmove="__e"><slot></slot></view>
|
||||
|
|
@ -0,0 +1 @@
|
|||
.u-mask.data-v-505f41ea{position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.u-mask-show.data-v-505f41ea{opacity:1}.u-mask-zoom.data-v-505f41ea{-webkit-transform:scale(1.2);transform:scale(1.2)}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-modal/u-modal"],{"078c":function(t,e,n){"use strict";n.r(e);var o=n("f531"),u=n("aab5");for(var l in u)["default"].indexOf(l)<0&&function(t){n.d(e,t,(function(){return u[t]}))}(l);n("6439");var i,a=n("f0c5"),c=Object(a["a"])(u["default"],o["b"],o["c"],!1,null,"4eebbd7e",null,!1,o["a"],i);e["default"]=c.exports},6439:function(t,e,n){"use strict";var o=n("7d14"),u=n.n(o);u.a},"7d14":function(t,e,n){},aab5:function(t,e,n){"use strict";n.r(e);var o=n("ac8b"),u=n.n(o);for(var l in o)["default"].indexOf(l)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(l);e["default"]=u.a},ac8b:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"u-modal",props:{value:{type:Boolean,default:!1},zIndex:{type:[Number,String],default:""},title:{type:[String],default:"提示"},width:{type:[Number,String],default:600},content:{type:String,default:"内容"},showTitle:{type:Boolean,default:!0},showConfirmButton:{type:Boolean,default:!0},showCancelButton:{type:Boolean,default:!1},confirmText:{type:String,default:"确认"},cancelText:{type:String,default:"取消"},confirmColor:{type:String,default:"#2979ff"},cancelColor:{type:String,default:"#606266"},borderRadius:{type:[Number,String],default:16},titleStyle:{type:Object,default:function(){return{}}},contentStyle:{type:Object,default:function(){return{}}},cancelStyle:{type:Object,default:function(){return{}}},confirmStyle:{type:Object,default:function(){return{}}},zoom:{type:Boolean,default:!0},asyncClose:{type:Boolean,default:!1},maskCloseAble:{type:Boolean,default:!1},negativeTop:{type:[String,Number],default:0}},data:function(){return{loading:!1}},computed:{cancelBtnStyle:function(){return Object.assign({color:this.cancelColor},this.cancelStyle)},confirmBtnStyle:function(){return Object.assign({color:this.confirmColor},this.confirmStyle)},uZIndex:function(){return this.zIndex?this.zIndex:this.$u.zIndex.popup}},watch:{value:function(t){!0===t&&(this.loading=!1)}},methods:{confirm:function(){this.asyncClose?this.loading=!0:this.$emit("input",!1),this.$emit("confirm")},cancel:function(){var t=this;this.$emit("cancel"),this.$emit("input",!1),setTimeout((function(){t.loading=!1}),300)},popupClose:function(){this.$emit("input",!1)},clearLoading:function(){this.loading=!1}}}},f531:function(t,e,n){"use strict";n.d(e,"b",(function(){return u})),n.d(e,"c",(function(){return l})),n.d(e,"a",(function(){return o}));var o={uPopup:function(){return n.e("node-modules/uview-ui/components/u-popup/u-popup").then(n.bind(null,"df25"))},uLoading:function(){return n.e("node-modules/uview-ui/components/u-loading/u-loading").then(n.bind(null,"1bfa"))}},u=function(){var t=this,e=t.$createElement,n=(t._self._c,t.showTitle?t.__get_style([t.titleStyle]):null),o=t.$slots.default||t.$slots.$default?t.__get_style([t.contentStyle]):null,u=t.$slots.default||t.$slots.$default?null:t.__get_style([t.contentStyle]),l=(t.showCancelButton||t.showConfirmButton)&&t.showCancelButton?t.__get_style([t.cancelBtnStyle]):null,i=(t.showCancelButton||t.showConfirmButton)&&(t.showConfirmButton||t.$slots["confirm-button"])?t.__get_style([t.confirmBtnStyle]):null;t.$mp.data=Object.assign({},{$root:{s0:n,s1:o,s2:u,s3:l,s4:i}})},l=[]}}]);
|
||||
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
|
||||
'node-modules/uview-ui/components/u-modal/u-modal-create-component',
|
||||
{
|
||||
'node-modules/uview-ui/components/u-modal/u-modal-create-component':(function(module, exports, __webpack_require__){
|
||||
__webpack_require__('543d')['createComponent'](__webpack_require__("078c"))
|
||||
})
|
||||
},
|
||||
[['node-modules/uview-ui/components/u-modal/u-modal-create-component']]
|
||||
]);
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"usingComponents": {
|
||||
"u-popup": "/node-modules/uview-ui/components/u-popup/u-popup",
|
||||
"u-loading": "/node-modules/uview-ui/components/u-loading/u-loading"
|
||||
},
|
||||
"component": true
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
<view class="data-v-4eebbd7e"><u-popup vue-id="64f5513e-1" zoom="{{zoom}}" mode="center" popup="{{false}}" z-index="{{uZIndex}}" length="{{width}}" mask-close-able="{{maskCloseAble}}" border-radius="{{borderRadius}}" negative-top="{{negativeTop}}" value="{{value}}" data-event-opts="{{[['^close',[['popupClose']]],['^input',[['__set_model',['','value','$event',[]]]]]]}}" bind:close="__e" bind:input="__e" class="data-v-4eebbd7e" bind:__l="__l" vue-slots="{{['default']}}"><view class="u-model data-v-4eebbd7e"><block wx:if="{{showTitle}}"><view class="u-model__title u-line-1 data-v-4eebbd7e" style="{{$root.s0}}">{{title}}</view></block><view class="u-model__content data-v-4eebbd7e"><block wx:if="{{$slots.default||$slots.$default}}"><view style="{{$root.s1}}" class="data-v-4eebbd7e"><slot></slot></view></block><block wx:else><view class="u-model__content__message data-v-4eebbd7e" style="{{$root.s2}}">{{content}}</view></block></view><block wx:if="{{showCancelButton||showConfirmButton}}"><view class="u-model__footer u-border-top data-v-4eebbd7e"><block wx:if="{{showCancelButton}}"><view class="u-model__footer__button data-v-4eebbd7e" style="{{$root.s3}}" hover-stay-time="{{100}}" hover-class="u-model__btn--hover" data-event-opts="{{[['tap',[['cancel',['$event']]]]]}}" bindtap="__e">{{''+cancelText+''}}</view></block><block wx:if="{{showConfirmButton||$slots['confirm-button']}}"><view class="u-model__footer__button hairline-left data-v-4eebbd7e" style="{{$root.s4}}" hover-stay-time="{{100}}" hover-class="{{asyncClose?'none':'u-model__btn--hover'}}" data-event-opts="{{[['tap',[['confirm',['$event']]]]]}}" bindtap="__e"><block wx:if="{{$slots['confirm-button']}}"><slot name="confirm-button"></slot></block><block wx:else><block class="data-v-4eebbd7e"><block wx:if="{{loading}}"><u-loading vue-id="{{('64f5513e-2')+','+('64f5513e-1')}}" mode="circle" color="{{confirmColor}}" class="data-v-4eebbd7e" bind:__l="__l"></u-loading></block><block wx:else><block class="data-v-4eebbd7e">{{''+confirmText+''}}</block></block></block></block></view></block></view></block></view></u-popup></view>
|
||||
|
|
@ -0,0 +1 @@
|
|||
.u-model.data-v-4eebbd7e{height:auto;overflow:hidden;font-size:32rpx;background-color:#fff}.u-model__btn--hover.data-v-4eebbd7e{background-color:#e6e6e6}.u-model__title.data-v-4eebbd7e{padding-top:48rpx;font-weight:500;text-align:center;color:#303133}.u-model__content__message.data-v-4eebbd7e{padding:48rpx;font-size:30rpx;text-align:center;color:#606266}.u-model__footer.data-v-4eebbd7e{display:flex;flex-direction:row}.u-model__footer__button.data-v-4eebbd7e{flex:1;height:100rpx;line-height:100rpx;font-size:32rpx;box-sizing:border-box;cursor:pointer;text-align:center;border-radius:4rpx}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-navbar/u-navbar"],{"0e02":function(t,e,n){},"1d9a":function(t,e,n){"use strict";var i=n("0e02"),a=n.n(i);a.a},6790:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=t.getSystemInfoSync(),i={};i=t.getMenuButtonBoundingClientRect();e.default={name:"u-navbar",props:{height:{type:[String,Number],default:""},backIconColor:{type:String,default:"#606266"},backIconName:{type:String,default:"nav-back"},backIconSize:{type:[String,Number],default:"44"},backText:{type:String,default:""},backTextStyle:{type:Object,default:function(){return{color:"#606266"}}},title:{type:String,default:""},titleWidth:{type:[String,Number],default:"250"},titleColor:{type:String,default:"#606266"},titleBold:{type:Boolean,default:!1},titleSize:{type:[String,Number],default:32},isBack:{type:[Boolean,String],default:!0},background:{type:Object,default:function(){return{background:"#ffffff"}}},isFixed:{type:Boolean,default:!0},immersive:{type:Boolean,default:!1},borderBottom:{type:Boolean,default:!0},zIndex:{type:[String,Number],default:""},customBack:{type:Function,default:null}},data:function(){return{menuButtonInfo:i,statusBarHeight:n.statusBarHeight}},computed:{navbarInnerStyle:function(){var t={};t.height=this.navbarHeight+"px";var e=n.windowWidth-i.left;return t.marginRight=e+"px",t},navbarStyle:function(){var t={};return t.zIndex=this.zIndex?this.zIndex:this.$u.zIndex.navbar,Object.assign(t,this.background),t},titleStyle:function(){var e={},a=n.windowWidth-i.left;return e.left=(n.windowWidth-t.upx2px(this.titleWidth))/2+"px",e.right=a-(n.windowWidth-t.upx2px(this.titleWidth))/2+a+"px",e.width=t.upx2px(this.titleWidth)+"px",e},navbarHeight:function(){var t="ios"==n.platform?44:48;return this.height?this.height:t}},created:function(){},methods:{goBack:function(){"function"===typeof this.customBack?this.customBack.bind(this.$u.$parent.call(this))():t.navigateBack()}}}}).call(this,n("543d")["default"])},"87cd":function(t,e,n){"use strict";n.r(e);var i=n("8e15"),a=n("d54d");for(var u in a)["default"].indexOf(u)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(u);n("1d9a");var r,o=n("f0c5"),l=Object(o["a"])(a["default"],i["b"],i["c"],!1,null,"f01190fa",null,!1,i["a"],r);e["default"]=l.exports},"8e15":function(t,e,n){"use strict";n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return u})),n.d(e,"a",(function(){return i}));var i={uIcon:function(){return n.e("node-modules/uview-ui/components/u-icon/u-icon").then(n.bind(null,"f86b"))}},a=function(){var t=this,e=t.$createElement,n=(t._self._c,t.__get_style([t.navbarStyle])),i=t.__get_style([t.navbarInnerStyle]),a=t.isBack&&t.backText?t.__get_style([t.backTextStyle]):null,u=t.title?t.__get_style([t.titleStyle]):null,r=t.isFixed&&!t.immersive?Number(t.navbarHeight):null;t.$mp.data=Object.assign({},{$root:{s0:n,s1:i,s2:a,s3:u,m0:r}})},u=[]},d54d:function(t,e,n){"use strict";n.r(e);var i=n("6790"),a=n.n(i);for(var u in i)["default"].indexOf(u)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(u);e["default"]=a.a}}]);
|
||||
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
|
||||
'node-modules/uview-ui/components/u-navbar/u-navbar-create-component',
|
||||
{
|
||||
'node-modules/uview-ui/components/u-navbar/u-navbar-create-component':(function(module, exports, __webpack_require__){
|
||||
__webpack_require__('543d')['createComponent'](__webpack_require__("87cd"))
|
||||
})
|
||||
},
|
||||
[['node-modules/uview-ui/components/u-navbar/u-navbar-create-component']]
|
||||
]);
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"usingComponents": {
|
||||
"u-icon": "/node-modules/uview-ui/components/u-icon/u-icon"
|
||||
},
|
||||
"component": true
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
<view class="data-v-f01190fa"><view class="{{['u-navbar','data-v-f01190fa',(isFixed)?'u-navbar-fixed':'',(borderBottom)?'u-border-bottom':'']}}" style="{{$root.s0}}"><view class="u-status-bar data-v-f01190fa" style="{{'height:'+(statusBarHeight+'px')+';'}}"></view><view class="u-navbar-inner data-v-f01190fa" style="{{$root.s1}}"><block wx:if="{{isBack}}"><view data-event-opts="{{[['tap',[['goBack',['$event']]]]]}}" class="u-back-wrap data-v-f01190fa" bindtap="__e"><view class="u-icon-wrap data-v-f01190fa"><u-icon vue-id="a7d66e66-1" name="{{backIconName}}" color="{{backIconColor}}" size="{{backIconSize}}" class="data-v-f01190fa" bind:__l="__l"></u-icon></view><block wx:if="{{backText}}"><view class="u-icon-wrap u-back-text u-line-1 data-v-f01190fa" style="{{$root.s2}}">{{backText}}</view></block></view></block><block wx:if="{{title}}"><view class="u-navbar-content-title data-v-f01190fa" style="{{$root.s3}}"><view class="u-title u-line-1 data-v-f01190fa" style="{{'color:'+(titleColor)+';'+('font-size:'+(titleSize+'rpx')+';')+('font-weight:'+(titleBold?'bold':'normal')+';')}}">{{''+title+''}}</view></view></block><view class="u-slot-content data-v-f01190fa"><slot></slot></view><view class="u-slot-right data-v-f01190fa"><slot name="right"></slot></view></view></view><block wx:if="{{isFixed&&!immersive}}"><view class="u-navbar-placeholder data-v-f01190fa" style="{{'width:'+('100%')+';'+('height:'+($root.m0+statusBarHeight+'px')+';')}}"></view></block></view>
|
||||
|
|
@ -0,0 +1 @@
|
|||
.u-navbar.data-v-f01190fa{width:100%}.u-navbar-fixed.data-v-f01190fa{position:fixed;left:0;right:0;top:0;z-index:991}.u-status-bar.data-v-f01190fa{width:100%}.u-navbar-inner.data-v-f01190fa{display:flex;flex-direction:row;justify-content:space-between;position:relative;align-items:center}.u-back-wrap.data-v-f01190fa{display:flex;flex-direction:row;align-items:center;flex:1;flex-grow:0;padding:14rpx 14rpx 14rpx 24rpx}.u-back-text.data-v-f01190fa{padding-left:4rpx;font-size:30rpx}.u-navbar-content-title.data-v-f01190fa{display:flex;flex-direction:row;align-items:center;justify-content:center;flex:1;position:absolute;left:0;right:0;height:60rpx;text-align:center;flex-shrink:0}.u-navbar-centent-slot.data-v-f01190fa{flex:1}.u-title.data-v-f01190fa{line-height:60rpx;font-size:32rpx;flex:1}.u-navbar-right.data-v-f01190fa{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.u-slot-content.data-v-f01190fa{flex:1;display:flex;flex-direction:row;align-items:center}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-popup/u-popup"],{2112:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={name:"u-popup",props:{show:{type:Boolean,default:!1},mode:{type:String,default:"left"},mask:{type:Boolean,default:!0},length:{type:[Number,String],default:"auto"},zoom:{type:Boolean,default:!0},safeAreaInsetBottom:{type:Boolean,default:!1},maskCloseAble:{type:Boolean,default:!0},customStyle:{type:Object,default:function(){return{}}},value:{type:Boolean,default:!1},popup:{type:Boolean,default:!0},borderRadius:{type:[Number,String],default:0},zIndex:{type:[Number,String],default:""},closeable:{type:Boolean,default:!1},closeIcon:{type:String,default:"close"},closeIconPos:{type:String,default:"top-right"},closeIconColor:{type:String,default:"#909399"},closeIconSize:{type:[String,Number],default:"30"},width:{type:String,default:""},height:{type:String,default:""},negativeTop:{type:[String,Number],default:0},maskCustomStyle:{type:Object,default:function(){return{}}},duration:{type:[String,Number],default:250}},data:function(){return{visibleSync:!1,showDrawer:!1,timer:null,closeFromInner:!1}},computed:{style:function(){var t={};if("left"==this.mode||"right"==this.mode?t={width:this.width?this.getUnitValue(this.width):this.getUnitValue(this.length),height:"100%",transform:"translate3D(".concat("left"==this.mode?"-100%":"100%",",0px,0px)")}:"top"!=this.mode&&"bottom"!=this.mode||(t={width:"100%",height:this.height?this.getUnitValue(this.height):this.getUnitValue(this.length),transform:"translate3D(0px,".concat("top"==this.mode?"-100%":"100%",",0px)")}),t.zIndex=this.uZindex,this.borderRadius){switch(this.mode){case"left":t.borderRadius="0 ".concat(this.borderRadius,"rpx ").concat(this.borderRadius,"rpx 0");break;case"top":t.borderRadius="0 0 ".concat(this.borderRadius,"rpx ").concat(this.borderRadius,"rpx");break;case"right":t.borderRadius="".concat(this.borderRadius,"rpx 0 0 ").concat(this.borderRadius,"rpx");break;case"bottom":t.borderRadius="".concat(this.borderRadius,"rpx ").concat(this.borderRadius,"rpx 0 0");break;default:}t.overflow="hidden"}return this.duration&&(t.transition="all ".concat(this.duration/1e3,"s linear")),t},centerStyle:function(){var t={};return t.width=this.width?this.getUnitValue(this.width):this.getUnitValue(this.length),t.height=this.height?this.getUnitValue(this.height):"auto",t.zIndex=this.uZindex,t.marginTop="-".concat(this.$u.addUnit(this.negativeTop)),this.borderRadius&&(t.borderRadius="".concat(this.borderRadius,"rpx"),t.overflow="hidden"),t},uZindex:function(){return this.zIndex?this.zIndex:this.$u.zIndex.popup}},watch:{value:function(t){t?this.open():this.closeFromInner||this.close(),this.closeFromInner=!1}},mounted:function(){this.value&&this.open()},methods:{getUnitValue:function(t){return/(%|px|rpx|auto)$/.test(t)?t:t+"rpx"},maskClick:function(){this.close()},close:function(){this.closeFromInner=!0,this.change("showDrawer","visibleSync",!1)},modeCenterClose:function(t){"center"==t&&this.maskCloseAble&&this.close()},open:function(){this.change("visibleSync","showDrawer",!0)},change:function(t,e,n){var i=this;1==this.popup&&this.$emit("input",n),this[t]=n,this.timer=n?setTimeout((function(){i[e]=n,i.$emit(n?"open":"close")}),50):setTimeout((function(){i[e]=n,i.$emit(n?"open":"close")}),this.duration)}}}},2176:function(t,e,n){},a058:function(t,e,n){"use strict";n.d(e,"b",(function(){return o})),n.d(e,"c",(function(){return s})),n.d(e,"a",(function(){return i}));var i={uMask:function(){return n.e("node-modules/uview-ui/components/u-mask/u-mask").then(n.bind(null,"a0c4"))},uIcon:function(){return n.e("node-modules/uview-ui/components/u-icon/u-icon").then(n.bind(null,"f86b"))}},o=function(){var t=this,e=t.$createElement,n=(t._self._c,t.visibleSync?t.__get_style([t.customStyle,{zIndex:t.uZindex-1}]):null),i=t.visibleSync?t.__get_style([t.style]):null,o=t.visibleSync&&"center"==t.mode?t.__get_style([t.centerStyle]):null;t.$mp.data=Object.assign({},{$root:{s0:n,s1:i,s2:o}})},s=[]},df25:function(t,e,n){"use strict";n.r(e);var i=n("a058"),o=n("e53d");for(var s in o)["default"].indexOf(s)<0&&function(t){n.d(e,t,(function(){return o[t]}))}(s);n("f5d5");var u,r=n("f0c5"),a=Object(r["a"])(o["default"],i["b"],i["c"],!1,null,"0751dcbe",null,!1,i["a"],u);e["default"]=a.exports},e53d:function(t,e,n){"use strict";n.r(e);var i=n("2112"),o=n.n(i);for(var s in i)["default"].indexOf(s)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(s);e["default"]=o.a},f5d5:function(t,e,n){"use strict";var i=n("2176"),o=n.n(i);o.a}}]);
|
||||
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
|
||||
'node-modules/uview-ui/components/u-popup/u-popup-create-component',
|
||||
{
|
||||
'node-modules/uview-ui/components/u-popup/u-popup-create-component':(function(module, exports, __webpack_require__){
|
||||
__webpack_require__('543d')['createComponent'](__webpack_require__("df25"))
|
||||
})
|
||||
},
|
||||
[['node-modules/uview-ui/components/u-popup/u-popup-create-component']]
|
||||
]);
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"usingComponents": {
|
||||
"u-mask": "/node-modules/uview-ui/components/u-mask/u-mask",
|
||||
"u-icon": "/node-modules/uview-ui/components/u-icon/u-icon"
|
||||
},
|
||||
"component": true
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
<block wx:if="{{visibleSync}}"><view class="u-drawer data-v-0751dcbe" style="{{$root.s0}}" hover-stop-propagation="{{true}}"><u-mask vue-id="1ee74923-1" duration="{{duration}}" custom-style="{{maskCustomStyle}}" maskClickAble="{{maskCloseAble}}" z-index="{{uZindex-2}}" show="{{showDrawer&&mask}}" data-event-opts="{{[['^click',[['maskClick']]]]}}" bind:click="__e" class="data-v-0751dcbe" bind:__l="__l"></u-mask><view data-event-opts="{{[['tap',[['modeCenterClose',['$0'],['mode']],['',['$event']]]],['touchmove',[['',['$event']]]]]}}" class="{{['u-drawer-content','data-v-0751dcbe',safeAreaInsetBottom?'safe-area-inset-bottom':'','u-drawer-'+mode,showDrawer?'u-drawer-content-visible':'',zoom&&mode=='center'?'u-animation-zoom':'']}}" style="{{$root.s1}}" catchtap="__e" catchtouchmove="__e"><block wx:if="{{mode=='center'}}"><view data-event-opts="{{[['tap',[['',['$event']]]],['touchmove',[['',['$event']]]]]}}" class="u-mode-center-box data-v-0751dcbe" style="{{$root.s2}}" catchtap="__e" catchtouchmove="__e"><block wx:if="{{closeable}}"><u-icon class="{{['u-close','data-v-0751dcbe','u-close--'+closeIconPos]}}" vue-id="1ee74923-2" name="{{closeIcon}}" color="{{closeIconColor}}" size="{{closeIconSize}}" data-event-opts="{{[['^click',[['close']]]]}}" bind:click="__e" bind:__l="__l"></u-icon></block><scroll-view class="u-drawer__scroll-view data-v-0751dcbe" scroll-y="true"><slot></slot></scroll-view></view></block><block wx:else><scroll-view class="u-drawer__scroll-view data-v-0751dcbe" scroll-y="true"><slot></slot></scroll-view></block><view data-event-opts="{{[['tap',[['close',['$event']]]]]}}" class="{{['u-close','data-v-0751dcbe','u-close--'+closeIconPos]}}" bindtap="__e"><block wx:if="{{mode!='center'&&closeable}}"><u-icon vue-id="1ee74923-3" name="{{closeIcon}}" color="{{closeIconColor}}" size="{{closeIconSize}}" class="data-v-0751dcbe" bind:__l="__l"></u-icon></block></view></view></view></block>
|
||||
|
|
@ -0,0 +1 @@
|
|||
.u-drawer.data-v-0751dcbe{display:block;position:fixed;top:0;left:0;right:0;bottom:0;overflow:hidden}.u-drawer-content.data-v-0751dcbe{display:block;position:absolute;z-index:1003;transition:all .25s linear}.u-drawer__scroll-view.data-v-0751dcbe{width:100%;height:100%}.u-drawer-left.data-v-0751dcbe{top:0;bottom:0;left:0;background-color:#fff}.u-drawer-right.data-v-0751dcbe{right:0;top:0;bottom:0;background-color:#fff}.u-drawer-top.data-v-0751dcbe{top:0;left:0;right:0;background-color:#fff}.u-drawer-bottom.data-v-0751dcbe{bottom:0;left:0;right:0;background-color:#fff}.u-drawer-center.data-v-0751dcbe{display:flex;flex-direction:row;flex-direction:column;bottom:0;left:0;right:0;top:0;justify-content:center;align-items:center;opacity:0;z-index:99999}.u-mode-center-box.data-v-0751dcbe{min-width:100rpx;min-height:100rpx;display:block;position:relative;background-color:#fff}.u-drawer-content-visible.u-drawer-center.data-v-0751dcbe{-webkit-transform:scale(1);transform:scale(1);opacity:1}.u-animation-zoom.data-v-0751dcbe{-webkit-transform:scale(1.15);transform:scale(1.15)}.u-drawer-content-visible.data-v-0751dcbe{-webkit-transform:translateZ(0)!important;transform:translateZ(0)!important}.u-close.data-v-0751dcbe{position:absolute;z-index:3}.u-close--top-left.data-v-0751dcbe{top:30rpx;left:30rpx}.u-close--top-right.data-v-0751dcbe{top:30rpx;right:30rpx}.u-close--bottom-left.data-v-0751dcbe{bottom:30rpx;left:30rpx}.u-close--bottom-right.data-v-0751dcbe{right:30rpx;bottom:30rpx}
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"navigationBarTitleText": "隆昌农业大数据监控平台",
|
||||
"usingComponents": {}
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
<view class="index-page bg-page data-v-422e7ee0"><view class="banner-section data-v-422e7ee0"><image class="banner_img data-v-422e7ee0" mode="scaleToFill" src="../../static/img/banner_img.png"></image></view><view class="content-box data-v-422e7ee0"><block wx:for="{{$root.l1}}" wx:for-item="menu" wx:for-index="index" wx:key="index"><view class="menus-section data-v-422e7ee0"><block wx:if="{{menu.g0}}"><view class="title-t data-v-422e7ee0">{{menu.$orig.parent+"-"+menu.$orig.label}}</view></block><block wx:if="{{menu.g1}}"><view class="title-t data-v-422e7ee0">{{menu.$orig.label}}</view></block><view class="menu-ul data-v-422e7ee0"><block wx:for="{{menu.l0}}" wx:for-item="cdm" wx:for-index="i" wx:key="i"><view class="menu-li data-v-422e7ee0"><view data-event-opts="{{[['tap',[['linknavFn',['$0'],[[['menus','',index],['children','',i]]]]]]]}}" class="menu_item data-v-422e7ee0" bindtap="__e"><view class="menu_item_content data-v-422e7ee0"><view class="icon data-v-422e7ee0"><block wx:if="{{cdm.$orig.icon}}"><image class="icon_img data-v-422e7ee0" src="{{cdm.m0}}"></image></block></view><view class="name data-v-422e7ee0">{{cdm.$orig.label}}</view></view></view></view></block></view></view></block></view></view>
|
||||
|
|
@ -0,0 +1 @@
|
|||
.banner-section .banner_img.data-v-422e7ee0{width:100%;height:427rpx}.index-page.data-v-422e7ee0{background-color:#eeebfe}.index-page .content-box.data-v-422e7ee0{padding-top:30rpx;padding-bottom:150rpx}.menus-section.data-v-422e7ee0{padding:20rpx;font-size:28rpx;margin-top:-18rpx}.menus-section .title-t.data-v-422e7ee0{margin-bottom:24rpx;padding:0 10rpx;font-size:34rpx;font-weight:700}.menu-ul.data-v-422e7ee0{display:flex;flex-wrap:wrap}.menu-ul .menu-li.data-v-422e7ee0{flex:0 0 25%;text-align:center;padding:0 10rpx;margin-bottom:18rpx}.menu-ul .menu-li .menu_item.data-v-422e7ee0{background-color:#fff;border-radius:8rpx;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding-top:100%;position:relative}.menu-ul .menu-li .menu_item .menu_item_content.data-v-422e7ee0{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;padding-top:24%}.menu-ul .menu-li .menu_item .menu_item_content .icon.data-v-422e7ee0{width:40rpx;height:40rpx}.menu-ul .menu-li .menu_item .menu_item_content .icon .icon_img.data-v-422e7ee0{width:100%;height:100%}.menu-ul .menu-li .menu_item .menu_item_content .name.data-v-422e7ee0{font-size:24rpx;margin-top:14rpx}
|
||||
|
|
@ -0,0 +1 @@
|
|||
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/login/login"],{"0036":function(e,t,n){"use strict";(function(e,t){var o=n("4ea4");n("6cdc");o(n("66fd"));var i=o(n("a86a"));e.__webpack_require_UNI_MP_PLUGIN__=n,t(i.default)}).call(this,n("bc2e")["default"],n("543d")["createPage"])},3285:function(e,t,n){"use strict";n.r(t);var o=n("8edd"),i=n.n(o);for(var a in o)["default"].indexOf(a)<0&&function(e){n.d(t,e,(function(){return o[e]}))}(a);t["default"]=i.a},3592:function(e,t,n){},"8edd":function(e,t,n){"use strict";(function(e){var o=n("4ea4");Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=o(n("2eee")),a=o(n("c973")),s=(n("815d"),o(n("0cc2"))),r=o(n("8237")),u=function(){n.e("components/jp-verification-literalness/jp-verification-literalness").then(function(){return resolve(n("08d3"))}.bind(null,n)).catch(n.oe)};t.default={components:{Security:u},data:function(){return{identify:"",username:"",password:"",identifyCode:""}},onLoad:function(){this.makeCode()},methods:{randomNum:function(e,t){return Math.floor(Math.random()*(t-e)+e)},refreshCode:function(){this.identifyCode="",this.makeCode()},makeCode:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:4,t="1234567890abcdef",n="",o=0;o<e;o++)n+=t[this.randomNum(0,t.length)];this.identify=n},login:function(){var t,n,o=this;if(this.username)if(this.password)if(this.identifyCode)if((null===(t=this.identifyCode)||void 0===t?void 0:t.toLowerCase())==(null===(n=this.identify)||void 0===n?void 0:n.toLowerCase())){var u={username:this.username,password:(0,r.default)(this.password),identifyCode:this.identifyCode};this.$http.post("/api/auth/login",u,{custom:{auth:!1}}).then(function(){var t=(0,a.default)(i.default.mark((function t(n){var a,r;return i.default.wrap((function(t){while(1)switch(t.prev=t.next){case 0:if(a=n.data,console.log(a),200!=a.code){t.next=12;break}return r=a.data,r.info,console.log(r),s.default.setAccessToken(r.token),t.next=9,o.$store.dispatch("getUserInfo");case 9:e.setStorage({key:"redirect",data:"/pages/basics/profile"}),e.switchTab({url:"/pages/index/index"}),e.showToast({title:"登录成功!",icon:"none"});case 12:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}()).catch((function(t){e.showToast({title:t.data.message,icon:"none"})}))}else e.showToast({title:"验证码不正确",icon:"none"});else e.showToast({title:"请输入验证码",icon:"none"});else e.showToast({title:"请输入您的密码",icon:"none"});else e.showToast({title:"请输入您的账号",icon:"none"})}}}}).call(this,n("543d")["default"])},"97c6":function(e,t,n){"use strict";var o=n("3592"),i=n.n(o);i.a},a86a:function(e,t,n){"use strict";n.r(t);var o=n("eb18"),i=n("3285");for(var a in i)["default"].indexOf(a)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(a);n("97c6");var s,r=n("f0c5"),u=Object(r["a"])(i["default"],o["b"],o["c"],!1,null,"48716116",null,!1,o["a"],s);t["default"]=u.exports},eb18:function(e,t,n){"use strict";n.d(t,"b",(function(){return i})),n.d(t,"c",(function(){return a})),n.d(t,"a",(function(){return o}));var o={uButton:function(){return n.e("node-modules/uview-ui/components/u-button/u-button").then(n.bind(null,"d9ad"))}},i=function(){var e=this,t=e.$createElement;e._self._c},a=[]}},[["0036","common/runtime","common/vendor"]]]);
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "custom",
|
||||
"usingComponents": {
|
||||
"u-button": "/node-modules/uview-ui/components/u-button/u-button",
|
||||
"security": "/components/jp-verification-literalness/jp-verification-literalness"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
<view class="login-page bg-page data-v-48716116"><view class="img-a relative h-full data-v-48716116"><view class="t-b data-v-48716116">隆昌农业大数据监控平台</view><view class="absolute top-0 left-0 w-full h-full data-v-48716116"><image class="w-full h-full data-v-48716116" src="/static/head.png"></image></view></view><view class="login-view data-v-48716116"><view class="t-login data-v-48716116"><form class="cl data-v-48716116"><view class="t-a data-v-48716116"><text class="txt data-v-48716116">账号</text><input type="text" name="username" placeholder="请输入您的账号" data-event-opts="{{[['input',[['__set_model',['','username','$event',[]]]]]]}}" value="{{username}}" bindinput="__e" class="data-v-48716116"/></view><view class="t-a data-v-48716116"><text class="txt data-v-48716116">密码</text><input type="password" name="password" maxlength="18" placeholder="请输入您的密码" data-event-opts="{{[['input',[['__set_model',['','password','$event',[]]]]]]}}" value="{{password}}" bindinput="__e" class="data-v-48716116"/></view><view class="t-a data-v-48716116"><text class="txt data-v-48716116">验证码</text><view class="flex flex-1 data-v-48716116"><input class="flex-1 data-v-48716116" name="identifyCode" maxlength="18" placeholder="请输入验证码" data-event-opts="{{[['input',[['__set_model',['','identifyCode','$event',[]]]]]]}}" value="{{identifyCode}}" bindinput="__e"/><security vue-id="35a7246c-1" securityCode="{{identify}}" data-event-opts="{{[['^getCode',[['refreshCode']]]]}}" bind:getCode="__e" class="data-v-48716116" bind:__l="__l"></security></view></view><u-button vue-id="35a7246c-2" type="primary" shape="circle" data-event-opts="{{[['^click',[['login']]]]}}" bind:click="__e" class="data-v-48716116" bind:__l="__l" vue-slots="{{['default']}}">登 录</u-button></form></view></view></view>
|
||||
|
|
@ -0,0 +1 @@
|
|||
.login-page.data-v-48716116{background-color:#fff}.login-page .txt.data-v-48716116{font-size:32rpx;font-weight:700;color:#333}.login-page .img-a.data-v-48716116{width:100%;height:450rpx;background-size:100%}.login-page .reg.data-v-48716116{font-size:28rpx;color:#fff;height:90rpx;line-height:90rpx;border-radius:50rpx;font-weight:700;background:#f5f6fa;color:#000;text-align:center;margin-top:30rpx}.login-page .login-view.data-v-48716116{width:100%;position:relative;margin-top:-120rpx;background-color:#fff;border-radius:8% 8% 0 0}.login-page .t-login.data-v-48716116{width:600rpx;margin:0 auto;font-size:28rpx;padding-top:80rpx}.login-page .t-login input.data-v-48716116{height:90rpx;line-height:90rpx;margin-bottom:50rpx;border-bottom:1px solid #e9e9e9;font-size:28rpx}.login-page .t-login .t-a.data-v-48716116{position:relative}.login-page .t-b.data-v-48716116{text-align:left;font-size:42rpx;color:#fff;padding:130rpx 0 0 70rpx;font-weight:700;line-height:70rpx}.login-page .t-login .t-c.data-v-48716116{position:absolute;right:22rpx;top:22rpx;background:#5677fc;color:#fff;font-size:24rpx;border-radius:50rpx;height:50rpx;line-height:50rpx;padding:0 25rpx}.login-page .t-login .t-d.data-v-48716116{text-align:center;color:#999;margin:80rpx 0}.login-page .t-login .t-e.data-v-48716116{text-align:center;width:250rpx;margin:80rpx auto 0}.login-page .t-login .t-g.data-v-48716116{float:left;width:50%}.login-page .t-login .t-e image.data-v-48716116{width:50rpx;height:50rpx}.login-page .t-login .t-f.data-v-48716116{text-align:center;margin:150rpx 0 0 0;color:#666}.login-page .t-login .t-f text.data-v-48716116{margin-left:20rpx;color:#aaa;font-size:27rpx}.login-page .t-login .uni-input-placeholder.data-v-48716116{color:#aeaeae}.login-page .cl.data-v-48716116{zoom:1}.login-page .cl.data-v-48716116:after{clear:both;display:block;visibility:hidden;height:0;content:" "}
|
||||
|
|
@ -0,0 +1 @@
|
|||
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/user/user"],{"07e5":function(n,e,t){"use strict";(function(n,e){var o=t("4ea4");t("6cdc");o(t("66fd"));var u=o(t("33a9"));n.__webpack_require_UNI_MP_PLUGIN__=t,e(u.default)}).call(this,t("bc2e")["default"],t("543d")["createPage"])},"0816":function(n,e,t){"use strict";t.d(e,"b",(function(){return u})),t.d(e,"c",(function(){return r})),t.d(e,"a",(function(){return o}));var o={uNavbar:function(){return t.e("node-modules/uview-ui/components/u-navbar/u-navbar").then(t.bind(null,"87cd"))},uIcon:function(){return t.e("node-modules/uview-ui/components/u-icon/u-icon").then(t.bind(null,"f86b"))},uButton:function(){return t.e("node-modules/uview-ui/components/u-button/u-button").then(t.bind(null,"d9ad"))},uModal:function(){return t.e("node-modules/uview-ui/components/u-modal/u-modal").then(t.bind(null,"078c"))}},u=function(){var n=this,e=n.$createElement,t=(n._self._c,n._f("hidePhone")(n.userInfo.phone));n.$mp.data=Object.assign({},{$root:{f0:t}})},r=[]},"15e3":function(n,e,t){"use strict";t.r(e);var o=t("41af"),u=t.n(o);for(var r in o)["default"].indexOf(r)<0&&function(n){t.d(e,n,(function(){return o[n]}))}(r);e["default"]=u.a},"33a9":function(n,e,t){"use strict";t.r(e);var o=t("0816"),u=t("15e3");for(var r in u)["default"].indexOf(r)<0&&function(n){t.d(e,n,(function(){return u[n]}))}(r);t("d2ee");var c,i=t("f0c5"),a=Object(i["a"])(u["default"],o["b"],o["c"],!1,null,"792dbc98",null,!1,o["a"],c);e["default"]=a.exports},"41af":function(n,e,t){"use strict";(function(n){var o=t("4ea4");Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var u=o(t("9523")),r=t("26cb"),c=(t("9fb0"),t("815d"));function i(n,e){var t=Object.keys(n);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(n);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),t.push.apply(t,o)}return t}function a(n){for(var e=1;e<arguments.length;e++){var t=null!=arguments[e]?arguments[e]:{};e%2?i(Object(t),!0).forEach((function(e){(0,u.default)(n,e,t[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(t)):i(Object(t)).forEach((function(e){Object.defineProperty(n,e,Object.getOwnPropertyDescriptor(t,e))}))}return n}e.default={data:function(){return{title:"个人中心",titleColor:"#ffffff",backIconColor:"#ffffff",background:{backgroundColor:"#2a7dc9"},show:!1,content:"是否确认退出系统?"}},filters:{hidePhone:function(n){if(n)return(0,c.stringHide)(n,3,8)}},computed:a({},(0,r.mapGetters)(["userInfo"])),onLoad:function(){},onShow:function(){console.log(this.userInfo),this.getUserInfo()},methods:{getUserInfo:function(){var n=this;this.$http.get("/api/users/info").then((function(e){var t=e.data;if(200==t.code){var o=t.data.info,u=a(a({},n.userInfo),o);console.log(u,"=====bbb===="),n.$store.dispatch("USER_INFO",u)}})).catch((function(n){}))},linnavF:function(e){var t=encodeURIComponent("".concat(e));n.navigateTo({url:"/pages/webview/index?url=".concat(t)})},loginOut:function(){this.show=!0},handleLoginOut:function(){this.$http.delete("/api/users/logout").then((function(e){var t=e.data;200==t.code?((0,c.clearStorageSync)(),n.reLaunch({url:"/pages/login/login"})):(0,c.toast)("退出失败")})).catch((function(){n.reLaunch({url:"/pages/login/login"})}))}}}}).call(this,t("543d")["default"])},6109:function(n,e,t){},d2ee:function(n,e,t){"use strict";var o=t("6109"),u=t.n(o);u.a}},[["07e5","common/runtime","common/vendor"]]]);
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"navigationBarTitleText": "个人中心",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "custom",
|
||||
"usingComponents": {
|
||||
"u-navbar": "/node-modules/uview-ui/components/u-navbar/u-navbar",
|
||||
"u-icon": "/node-modules/uview-ui/components/u-icon/u-icon",
|
||||
"u-button": "/node-modules/uview-ui/components/u-button/u-button",
|
||||
"u-modal": "/node-modules/uview-ui/components/u-modal/u-modal"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue