@ -0,0 +1,131 @@ |
||||
<template> |
||||
<view class="login"> |
||||
|
||||
</view> |
||||
</template> |
||||
|
||||
<script> |
||||
export default { |
||||
data() { |
||||
return { |
||||
isShow: false, |
||||
tips: '', |
||||
id: "", |
||||
code: "", |
||||
seconds: 60, |
||||
model: { |
||||
mobile: '', |
||||
code: '', |
||||
}, |
||||
openid: "", |
||||
unionid: "", |
||||
|
||||
} |
||||
}, |
||||
onLoad(o) { |
||||
this.code = o.code |
||||
this.getInit(); |
||||
}, |
||||
methods: { |
||||
async getInit() { |
||||
const { code, data, msg } = await this.$api.wxPublicLogin({ |
||||
code: this.code, |
||||
platform: "wechat" |
||||
}) |
||||
if(code == 1){ |
||||
uni.showToast({ |
||||
title: "登录成功" |
||||
}) |
||||
uni.setStorageSync("userInfo", data.userinfo) |
||||
uni.setStorageSync('token', data.userinfo.token); |
||||
setTimeout(() => { |
||||
uni.switchTab({ |
||||
url: "/pages/user/index" |
||||
}) |
||||
}, 2000) |
||||
} |
||||
}, |
||||
} |
||||
} |
||||
</script> |
||||
<style lang="scss" scoped> |
||||
page{ |
||||
background-color: #fff; |
||||
} |
||||
.login { |
||||
overflow: hidden; |
||||
&-form { |
||||
width: 90%; |
||||
margin: 240rpx auto 0; |
||||
.verify{ |
||||
display: flex; |
||||
justify-content: space-between; |
||||
.l { |
||||
width: calc(100% - 180rpx); |
||||
} |
||||
|
||||
.r { |
||||
width: 160rpx; |
||||
|
||||
button { |
||||
width: 100%; |
||||
padding: 0; |
||||
font-size: 20rpx; |
||||
text-align: center; |
||||
} |
||||
} |
||||
} |
||||
|
||||
} |
||||
.logo{ |
||||
width: 650rpx; |
||||
height: 650rpx; |
||||
display: block; |
||||
margin: 0 auto; |
||||
} |
||||
.btn { |
||||
width: 580rpx; |
||||
line-height: 98rpx; |
||||
background: #2B62B2; |
||||
border-radius: 98rpx; |
||||
position: relative; |
||||
font-size: 30rpx; |
||||
color: #fff; |
||||
text-align: center; |
||||
margin: 220rpx auto 0; |
||||
|
||||
button { |
||||
width: 100%; |
||||
height: 100%; |
||||
position: absolute; |
||||
left: 0; |
||||
top: 0; |
||||
z-index: 2; |
||||
opacity: 0; |
||||
} |
||||
} |
||||
|
||||
.tip { |
||||
display: flex; |
||||
align-items: center; |
||||
justify-content: center; |
||||
font-size: 24rpx; |
||||
color: #333333; |
||||
width: 100%; |
||||
position: absolute; |
||||
left: 0; |
||||
bottom: 80rpx; |
||||
z-index: 2; |
||||
|
||||
.txt { |
||||
margin-bottom: 8px; |
||||
|
||||
text { |
||||
color: #2B62B2; |
||||
padding: 0 10rpx; |
||||
|
||||
} |
||||
} |
||||
} |
||||
} |
||||
</style> |
@ -0,0 +1,2 @@ |
||||
<!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=/h5/static/index.2da1efab.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/h5/static/js/chunk-vendors.3799a4bc.js></script><script src=/h5/static/js/index.190fa499.js></script></body></html> |
After Width: | Height: | Size: 51 KiB |
After Width: | Height: | Size: 69 KiB |
After Width: | Height: | Size: 6.0 KiB |
After Width: | Height: | Size: 735 B |
After Width: | Height: | Size: 679 B |
After Width: | Height: | Size: 471 B |
After Width: | Height: | Size: 42 KiB |
After Width: | Height: | Size: 47 KiB |
After Width: | Height: | Size: 836 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 773 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 586 B |
After Width: | Height: | Size: 388 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 745 B |
After Width: | Height: | Size: 350 B |
After Width: | Height: | Size: 728 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 982 B |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1007 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 775 B |
After Width: | Height: | Size: 886 B |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 733 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 944 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 606 B |
After Width: | Height: | Size: 631 B |
After Width: | Height: | Size: 596 B |
@ -0,0 +1 @@ |
||||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-user-collect"],{"116f":function(t,n,e){"use strict";var a=e("d458"),i=e.n(a);i.a},"53b7":function(t,n,e){"use strict";e("6a54");var a=e("f5bd").default;Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var i=a(e("2634")),r=a(e("2fdc")),c={data:function(){return{list:[],baseUrl:"",isShow:!1}},mounted:function(){this.baseUrl=this.$baseUrl,this.getList()},methods:{toGuanzhu:function(t){return(0,r.default)((0,i.default)().mark((function n(){return(0,i.default)().wrap((function(n){while(1)switch(n.prev=n.next){case 0:uni.setStorageSync("guanzhuInfo",t),uni.navigateTo({url:"/pages/user/mycollect"});case 2:case"end":return n.stop()}}),n)})))()},getList:function(){var t=this;return(0,r.default)((0,i.default)().mark((function n(){var e,a,r;return(0,i.default)().wrap((function(n){while(1)switch(n.prev=n.next){case 0:return n.next=2,t.$api.getguanzhu({token:uni.getStorageSync("token")});case 2:e=n.sent,a=e.code,r=e.data,1==a&&(t.list=r,t.isShow=0==r.length);case 6:case"end":return n.stop()}}),n)})))()}},destroyed:function(){uni.removeStorageSync("guanzhuInfo")}};n.default=c},"637a":function(t,n,e){var a=e("c86c");n=a(!1),n.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.collect[data-v-4822f5da]{padding:0 %?25?% %?25?%;overflow:hidden}.collect .empty[data-v-4822f5da]{padding:%?150?% 0;text-align:center;font-size:%?26?%;color:#666}.collect .empty uni-image[data-v-4822f5da]{width:%?460?%;height:%?400?%;margin-bottom:%?30?%}.collect .item[data-v-4822f5da]{padding:%?30?% %?25?%;overflow:hidden;display:flex;align-items:center;justify-content:space-between;background-color:#fff;margin-top:%?20?%;box-shadow:0 %?3?% %?10?% 0 rgba(9,44,39,.05);border-radius:%?20?%}.collect .item .a[data-v-4822f5da]{flex:1;display:flex;align-items:center;font-weight:500;font-size:%?30?%;color:#222}.collect .item .a uni-image[data-v-4822f5da]{width:%?80?%;height:%?80?%;border-radius:50%;margin-right:%?20?%}.collect .item .b[data-v-4822f5da]{width:%?130?%;height:%?50?%;line-height:%?50?%;background:#00c6a9;border-radius:%?4?%;font-weight:500;font-size:%?22?%;display:flex;align-items:center;justify-content:center;color:#fff}.collect .item .b uni-image[data-v-4822f5da]{width:%?20?%;height:%?14?%;margin-right:%?10?%}',""]),t.exports=n},"7ab5":function(t,n,e){"use strict";e.r(n);var a=e("a0b9"),i=e("d04c");for(var r in i)["default"].indexOf(r)<0&&function(t){e.d(n,t,(function(){return i[t]}))}(r);e("116f");var c=e("828b"),s=Object(c["a"])(i["default"],a["b"],a["c"],!1,null,"4822f5da",null,!1,a["a"],void 0);n["default"]=s.exports},a0b9:function(t,n,e){"use strict";e.d(n,"b",(function(){return a})),e.d(n,"c",(function(){return i})),e.d(n,"a",(function(){}));var a=function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("v-uni-view",{staticClass:"collect"},[t._l(t.list,(function(n,a){return e("v-uni-view",{key:a,staticClass:"item",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.toGuanzhu(n)}}},[e("v-uni-view",{staticClass:"a"},[n.avatar?e("v-uni-image",{attrs:{src:t.baseUrl+n.avatar}}):e("v-uni-image",{attrs:{src:"https://www.lijkj.cn/static/default.png"}}),t._v(t._s(n.nickname))],1),e("v-uni-view",{staticClass:"b"},[e("v-uni-image",{attrs:{src:"https://www.lijkj.cn/static/icon-dui.png"}}),t._v("已关注")],1)],1)})),t.isShow?e("v-uni-view",{staticClass:"empty"},[e("v-uni-image",{attrs:{src:"https://www.lijkj.cn/static/empty.png"}}),e("v-uni-view",{staticClass:"txt"},[t._v("暂无数据 ~")])],1):t._e()],2)},i=[]},d04c:function(t,n,e){"use strict";e.r(n);var a=e("53b7"),i=e.n(a);for(var r in a)["default"].indexOf(r)<0&&function(t){e.d(n,t,(function(){return a[t]}))}(r);n["default"]=i.a},d458:function(t,n,e){var a=e("637a");a.__esModule&&(a=a.default),"string"===typeof a&&(a=[[t.i,a,""]]),a.locals&&(t.exports=a.locals);var i=e("967d").default;i("689b5bc2",a,!0,{sourceMap:!1,shadowMode:!1})}}]); |
@ -0,0 +1 @@ |
||||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-user-common"],{"1a31":function(t,n,e){"use strict";e.d(n,"b",(function(){return i})),e.d(n,"c",(function(){return o})),e.d(n,"a",(function(){}));var i=function(){var t=this.$createElement,n=this._self._c||t;return n("v-uni-view",{staticClass:"login"})},o=[]},"249b":function(t,n,e){"use strict";var i=e("4fc4"),o=e.n(i);o.a},"4fc4":function(t,n,e){var i=e("bd46");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var o=e("967d").default;o("45ff1d40",i,!0,{sourceMap:!1,shadowMode:!1})},b7ce:function(t,n,e){"use strict";e("6a54");var i=e("f5bd").default;Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=i(e("2634")),a=i(e("2fdc")),r={data:function(){return{isShow:!1,tips:"",id:"",code:"",seconds:60,model:{mobile:"",code:""},openid:"",unionid:""}},onLoad:function(t){this.code=t.code,this.getInit()},methods:{getInit:function(){var t=this;return(0,a.default)((0,o.default)().mark((function n(){var e,i,a;return(0,o.default)().wrap((function(n){while(1)switch(n.prev=n.next){case 0:return n.next=2,t.$api.wxPublicLogin({code:t.code,platform:"wechat"});case 2:e=n.sent,i=e.code,a=e.data,e.msg,1==i&&(uni.showToast({title:"登录成功"}),uni.setStorageSync("userInfo",a.userinfo),uni.setStorageSync("token",a.userinfo.token),setTimeout((function(){uni.switchTab({url:"/pages/user/index"})}),2e3));case 7:case"end":return n.stop()}}),n)})))()}}};n.default=r},bd46:function(t,n,e){var i=e("c86c");n=i(!1),n.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */uni-page-body[data-v-0960761d]{background-color:#fff}body.?%PAGE?%[data-v-0960761d]{background-color:#fff}.login[data-v-0960761d]{overflow:hidden}.login-form[data-v-0960761d]{width:90%;margin:%?240?% auto 0}.login-form .verify[data-v-0960761d]{display:flex;justify-content:space-between}.login-form .verify .l[data-v-0960761d]{width:calc(100% - %?180?%)}.login-form .verify .r[data-v-0960761d]{width:%?160?%}.login-form .verify .r uni-button[data-v-0960761d]{width:100%;padding:0;font-size:%?20?%;text-align:center}.login .logo[data-v-0960761d]{width:%?650?%;height:%?650?%;display:block;margin:0 auto}.login .btn[data-v-0960761d]{width:%?580?%;line-height:%?98?%;background:#2b62b2;border-radius:%?98?%;position:relative;font-size:%?30?%;color:#fff;text-align:center;margin:%?220?% auto 0}.login .btn uni-button[data-v-0960761d]{width:100%;height:100%;position:absolute;left:0;top:0;z-index:2;opacity:0}.login .tip[data-v-0960761d]{display:flex;align-items:center;justify-content:center;font-size:%?24?%;color:#333;width:100%;position:absolute;left:0;bottom:%?80?%;z-index:2}.login .tip .txt[data-v-0960761d]{margin-bottom:8px}.login .tip .txt uni-text[data-v-0960761d]{color:#2b62b2;padding:0 %?10?%}',""]),t.exports=n},be44:function(t,n,e){"use strict";e.r(n);var i=e("b7ce"),o=e.n(i);for(var a in i)["default"].indexOf(a)<0&&function(t){e.d(n,t,(function(){return i[t]}))}(a);n["default"]=o.a},d5aa:function(t,n,e){"use strict";e.r(n);var i=e("1a31"),o=e("be44");for(var a in o)["default"].indexOf(a)<0&&function(t){e.d(n,t,(function(){return o[t]}))}(a);e("249b");var r=e("828b"),d=Object(r["a"])(o["default"],i["b"],i["c"],!1,null,"0960761d",null,!1,i["a"],void 0);n["default"]=d.exports}}]); |
@ -0,0 +1 @@ |
||||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-user-feedDetails"],{8505:function(e,i,t){"use strict";t.r(i);var n=t("f136"),a=t.n(n);for(var s in n)["default"].indexOf(s)<0&&function(e){t.d(i,e,(function(){return n[e]}))}(s);i["default"]=a.a},"91f6":function(e,i,t){"use strict";t.d(i,"b",(function(){return n})),t.d(i,"c",(function(){return a})),t.d(i,"a",(function(){}));var n=function(){var e=this,i=e.$createElement,t=e._self._c||i;return t("v-uni-view",{staticClass:"site"},[t("v-uni-view",{staticClass:"site-bd"},[t("v-uni-view",{staticClass:"item"},[t("v-uni-view",{staticClass:"a"},[e._v("反馈类型")]),t("v-uni-view",{staticClass:"b"},[e._v(e._s(e.feedInfo.type))])],1),t("v-uni-view",{staticClass:"item"},[t("v-uni-view",{staticClass:"a"},[e._v("问题分类")]),t("v-uni-view",{staticClass:"b"},[e._v(e._s(e.feedInfo.type_item))])],1),t("v-uni-view",{staticClass:"item"},[t("v-uni-view",{staticClass:"a"},[e._v("内容")]),t("v-uni-view",{staticClass:"b"},[e._v(e._s(e.feedInfo.content))])],1),t("v-uni-view",{staticClass:"item"},[t("v-uni-view",{staticClass:"a"},[e._v("姓名")]),t("v-uni-view",{staticClass:"b"},[e._v(e._s(e.feedInfo.email))])],1),t("v-uni-view",{staticClass:"item"},[t("v-uni-view",{staticClass:"a"},[e._v("电话")]),t("v-uni-view",{staticClass:"b"},[e._v(e._s(e.feedInfo.phone))])],1),t("v-uni-view",{staticClass:"items"},[t("v-uni-view",{staticClass:"a"},[e._v("图片列表")]),t("v-uni-view",{staticClass:"b"},e._l(e.feedInfo.image,(function(i,n){return t("v-uni-image",{key:n,attrs:{src:i},on:{click:function(i){arguments[0]=i=e.$handleEvent(i),e.previewImage(n)}}})})),1)],1)],1)],1)},a=[]},a222:function(e,i,t){"use strict";t.r(i);var n=t("91f6"),a=t("8505");for(var s in a)["default"].indexOf(s)<0&&function(e){t.d(i,e,(function(){return a[e]}))}(s);t("e2f7");var d=t("828b"),r=Object(d["a"])(a["default"],n["b"],n["c"],!1,null,"4db619dd",null,!1,n["a"],void 0);i["default"]=r.exports},c636:function(e,i,t){var n=t("d705");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[e.i,n,""]]),n.locals&&(e.exports=n.locals);var a=t("967d").default;a("217cf4fb",n,!0,{sourceMap:!1,shadowMode:!1})},d705:function(e,i,t){var n=t("c86c");i=n(!1),i.push([e.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.site[data-v-4db619dd]{padding:0 %?25?% %?25?%;overflow:hidden}.site-bd[data-v-4db619dd]{width:100%;margin:0 auto;position:relative;background:#fff;box-shadow:0 %?3?% %?10?% 0 rgba(9,44,39,.05);border-radius:%?20?%;padding:%?10?% %?30?% 0;box-sizing:border-box;margin-top:%?20?%}.site-bd .item[data-v-4db619dd]{padding:%?20?% 0;display:flex;align-items:flex-start;justify-content:space-between;overflow:hidden}.site-bd .item .a[data-v-4db619dd]{flex:1;font-weight:500;font-size:%?30?%;color:#333}.site-bd .item .b[data-v-4db619dd]{text-align:right;color:#999;font-size:%?28?%;max-width:%?500?%}.site-bd .items[data-v-4db619dd]{padding:%?50?% 0;border-top:1px solid #ddd;overflow:hidden}.site-bd .items .a[data-v-4db619dd]{font-size:%?30?%;color:#212121}.site-bd .items .b[data-v-4db619dd]{margin-top:%?20?%;width:110%;overflow:hidden}.site-bd .items .b uni-image[data-v-4db619dd]{width:%?200?%;height:%?200?%;border-radius:%?10?%;float:left;margin-top:%?20?%;margin-right:%?20?%}',""]),e.exports=i},e2f7:function(e,i,t){"use strict";var n=t("c636"),a=t.n(n);a.a},f136:function(e,i,t){"use strict";t("6a54"),Object.defineProperty(i,"__esModule",{value:!0}),i.default=void 0,t("fd3c"),t("aa9c");var n={data:function(){return{baseUrl:"",feedInfo:{}}},mounted:function(){var e=this;if(e.baseUrl=e.$baseUrl,e.feedInfo=uni.getStorageSync("feedInfo"),e.feedInfo.image){e.feedInfo.images=e.feedInfo.image.split(",");var i=[];e.feedInfo.images.map((function(t){i.push(e.baseUrl+t)})),e.feedInfo.image=i}},methods:{previewImage:function(e){uni.previewImage({current:e,urls:this.feedInfo.image})}}};i.default=n}}]); |
@ -0,0 +1 @@ |
||||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-user-password"],{"0380":function(t,n,i){var e=i("c86c");n=e(!1),n.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.phone[data-v-3d465051]{padding:%?25?%;overflow:hidden}.phone .btn[data-v-3d465051]{width:100%;line-height:%?90?%;background:#00c6a9;box-shadow:0 %?3?% %?10?% 0 rgba(9,44,39,.05);border-radius:%?90?%;text-align:center;font-weight:500;font-size:%?30?%;color:#fff;margin:0 auto;margin-top:%?320?%}.phone .content[data-v-3d465051]{width:100%;min-height:%?224?%;background:#fff;box-shadow:0 %?3?% %?10?% 0 rgba(9,44,39,.05);border-radius:%?20?%;padding:0 %?30?%;box-sizing:border-box}.phone .content .item[data-v-3d465051]{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eaeaea;padding:%?35?% 0;overflow:hidden;position:relative}.phone .content .item[data-v-3d465051]:first-child{border-color:#fff}.phone .content .item .a[data-v-3d465051]{width:%?160?%;display:flex;align-items:center;font-weight:500;font-size:%?30?%;color:#222}.phone .content .item .b[data-v-3d465051]{flex:1;display:flex;align-items:center;justify-content:space-between;font-weight:500;font-size:%?30?%;color:#999}.phone .content .item .b .txt[data-v-3d465051]{flex:1;text-align:right}.phone .content .item .b uni-input[data-v-3d465051]{text-align:right;flex:1;font-weight:500;font-size:%?30?%;color:#333;margin-right:%?30?%}.phone .content .item .b .code[data-v-3d465051]{font-weight:500;font-size:%?30?%;color:#00c6a9;margin-right:%?20?%}',""]),t.exports=n},"26fe":function(t,n,i){"use strict";i.r(n);var e=i("cf7d"),a=i("9506");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(n,t,(function(){return a[t]}))}(s);i("81fd");var r=i("828b"),o=Object(r["a"])(a["default"],e["b"],e["c"],!1,null,"3d465051",null,!1,e["a"],void 0);n["default"]=o.exports},"752a":function(t,n,i){var e=i("0380");e.__esModule&&(e=e.default),"string"===typeof e&&(e=[[t.i,e,""]]),e.locals&&(t.exports=e.locals);var a=i("967d").default;a("c2388b2a",e,!0,{sourceMap:!1,shadowMode:!1})},"81fd":function(t,n,i){"use strict";var e=i("752a"),a=i.n(e);a.a},9506:function(t,n,i){"use strict";i.r(n);var e=i("bb32"),a=i.n(e);for(var s in e)["default"].indexOf(s)<0&&function(t){i.d(n,t,(function(){return e[t]}))}(s);n["default"]=a.a},bb32:function(t,n,i){"use strict";i("6a54"),Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;n.default={data:function(){return{}}}},cf7d:function(t,n,i){"use strict";i.d(n,"b",(function(){return e})),i.d(n,"c",(function(){return a})),i.d(n,"a",(function(){}));var e=function(){var t=this.$createElement,n=this._self._c||t;return n("v-uni-view",{staticClass:"phone"},[n("v-uni-view",{staticClass:"content"},[n("v-uni-view",{staticClass:"item"},[n("v-uni-view",{staticClass:"a"},[this._v("新密码")]),n("v-uni-view",{staticClass:"b"},[n("v-uni-input",{attrs:{type:"password",placeholder:"请输入验证码"}})],1)],1),n("v-uni-view",{staticClass:"item"},[n("v-uni-view",{staticClass:"a"},[this._v("确认密码")]),n("v-uni-view",{staticClass:"b"},[n("v-uni-input",{attrs:{type:"password",placeholder:"请输入验证码"}})],1)],1),n("v-uni-view",{staticClass:"item"},[n("v-uni-view",{staticClass:"a"},[this._v("手机号")]),n("v-uni-view",{staticClass:"b"},[n("v-uni-view",{staticClass:"txt"},[this._v("188****0809")])],1)],1),n("v-uni-view",{staticClass:"item"},[n("v-uni-view",{staticClass:"a"},[this._v("短信验证码")]),n("v-uni-view",{staticClass:"b"},[n("v-uni-input",{attrs:{type:"number",placeholder:"请输入验证码"}}),n("v-uni-view",{staticClass:"code"},[this._v("获取验证码")])],1)],1)],1),n("v-uni-view",{staticClass:"btn"},[this._v("确定")])],1)},a=[]}}]); |
@ -0,0 +1 @@ |
||||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-user-protocol"],{3990:function(n,t,e){"use strict";e.r(t);var u=e("85981"),r=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"]=r.a},85981:function(n,t,e){"use strict";e("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default={data:function(){return{}},methods:{}}},"9f34":function(n,t,e){"use strict";e.r(t);var u=e("d2c5"),r=e("3990");for(var i in r)["default"].indexOf(i)<0&&function(n){e.d(t,n,(function(){return r[n]}))}(i);var c=e("828b"),f=Object(c["a"])(r["default"],u["b"],u["c"],!1,null,"73203afc",null,!1,u["a"],void 0);t["default"]=f.exports},d2c5:function(n,t,e){"use strict";e.d(t,"b",(function(){return u})),e.d(t,"c",(function(){return r})),e.d(t,"a",(function(){}));var u=function(){var n=this.$createElement,t=this._self._c||n;return t("v-uni-view")},r=[]}}]); |
@ -0,0 +1 @@ |
||||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-user-rule"],{"35ed":function(t,e,i){"use strict";i("6a54"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={data:function(){return{}},methods:{openPage:function(t){1==t?uni.navigateTo({url:"/pages/view/outer?type=YHXY"}):2==t?uni.navigateTo({url:"/pages/view/outer?type=YSXY"}):3==t&&uni.navigateTo({url:"/pages/view/outer?type=XYGZ"})}}};e.default=n},"3b01":function(t,e,i){"use strict";i.r(e);var n=i("ad81"),a=i("45e7");for(var s in a)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return a[t]}))}(s);i("e583");var r=i("828b"),c=Object(r["a"])(a["default"],n["b"],n["c"],!1,null,"50c21c7d",null,!1,n["a"],void 0);e["default"]=c.exports},"45e7":function(t,e,i){"use strict";i.r(e);var n=i("35ed"),a=i.n(n);for(var s in n)["default"].indexOf(s)<0&&function(t){i.d(e,t,(function(){return n[t]}))}(s);e["default"]=a.a},ac43:function(t,e,i){var n=i("c86c");e=n(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.site[data-v-50c21c7d]{padding:%?25?%;overflow:hidden}.site-bd[data-v-50c21c7d]{width:%?700?%;background:#fff;box-shadow:0 %?3?% %?10?% 0 rgba(9,44,39,.05);border-radius:%?20?%;margin:0 auto;padding:0 %?30?%;box-sizing:border-box;position:relative}.site-bd .item[data-v-50c21c7d]{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #eaeaea;padding:%?35?% 0;overflow:hidden;position:relative}.site-bd .item[data-v-50c21c7d]:first-child{border-color:#fff}.site-bd .item .a[data-v-50c21c7d]{width:%?160?%;display:flex;align-items:center;font-weight:500;font-size:%?30?%;color:#222}.site-bd .item .b[data-v-50c21c7d]{flex:1;display:flex;align-items:center;justify-content:flex-end;font-weight:500;font-size:%?24?%;color:#999}.site-bd .item .b uni-input[data-v-50c21c7d]{flex:1;font-weight:500;font-size:%?24?%;color:#999}.site-bd .item .b uni-text[data-v-50c21c7d]{font-weight:500;font-size:%?28?%;color:#00c6a9;margin-left:%?15?%}.site-bd .item .b uni-image[data-v-50c21c7d]{width:%?60?%;height:%?60?%}',""]),t.exports=e},ad81:function(t,e,i){"use strict";i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return a})),i.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("v-uni-view",{staticClass:"site"},[i("v-uni-view",{staticClass:"site-bd"},[i("v-uni-view",{staticClass:"item",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.openPage(1)}}},[i("v-uni-view",{staticClass:"a"},[t._v("用户协议")]),i("v-uni-view",{staticClass:"b"},[i("v-uni-image",{attrs:{src:"https://www.lijkj.cn/static/icon-arrow.png"}})],1)],1),i("v-uni-view",{staticClass:"item",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.openPage(2)}}},[i("v-uni-view",{staticClass:"a"},[t._v("隐私政策")]),i("v-uni-view",{staticClass:"b"},[i("v-uni-image",{attrs:{src:"https://www.lijkj.cn/static/icon-arrow.png"}})],1)],1),i("v-uni-view",{staticClass:"item",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.openPage(3)}}},[i("v-uni-view",{staticClass:"a"},[t._v("平台规则")]),i("v-uni-view",{staticClass:"b"},[i("v-uni-image",{attrs:{src:"https://www.lijkj.cn/static/icon-arrow.png"}})],1)],1)],1)],1)},a=[]},b751:function(t,e,i){var n=i("ac43");n.__esModule&&(n=n.default),"string"===typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);var a=i("967d").default;a("6fb35624",n,!0,{sourceMap:!1,shadowMode:!1})},e583:function(t,e,i){"use strict";var n=i("b751"),a=i.n(n);a.a}}]); |
@ -0,0 +1 @@ |
||||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-user-zizhi"],{"19ba":function(n,t,e){"use strict";e.r(t);var u=e("4e64"),i=e("51c8");for(var r in i)["default"].indexOf(r)<0&&function(n){e.d(t,n,(function(){return i[n]}))}(r);var a=e("828b"),c=Object(a["a"])(i["default"],u["b"],u["c"],!1,null,"69b769ab",null,!1,u["a"],void 0);t["default"]=c.exports},"4e64":function(n,t,e){"use strict";e.d(t,"b",(function(){return u})),e.d(t,"c",(function(){return i})),e.d(t,"a",(function(){}));var u=function(){var n=this.$createElement,t=this._self._c||n;return t("v-uni-view")},i=[]},"51c8":function(n,t,e){"use strict";e.r(t);var u=e("8681"),i=e.n(u);for(var r in u)["default"].indexOf(r)<0&&function(n){e.d(t,n,(function(){return u[n]}))}(r);t["default"]=i.a},8681:function(n,t,e){"use strict";e("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default={data:function(){return{}}}}}]); |
@ -0,0 +1 @@ |
||||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-view-outer"],{1125:function(t,n,e){"use strict";var r=e("e38e"),i=e.n(r);i.a},3033:function(t,n,e){"use strict";e.d(n,"b",(function(){return r})),e.d(n,"c",(function(){return i})),e.d(n,"a",(function(){}));var r=function(){var t=this.$createElement,n=this._self._c||t;return n("v-uni-view",{staticClass:"article"},[n("v-uni-view",{staticClass:"content",domProps:{innerHTML:this._s(this.info)}})],1)},i=[]},c0c2:function(t,n,e){"use strict";e("6a54");var r=e("f5bd").default;Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var i=r(e("2634")),a=r(e("2fdc")),c={data:function(){return{type:"",id:"",info:{}}},onLoad:function(t){this.type=t.type,this.queryArticleList(),uni.setNavigationBarTitle({title:"YSXY"==t.type?"隐私协议":"YHXY"==t.type?"用户协议":"GYWM"==t.type?"关于我们":"XYGZ"==t.type?"协议规则":"ZZZM"==t.type?"资质证明":""})},methods:{queryArticleList:function(){var t=this;return(0,a.default)((0,i.default)().mark((function n(){var e,r,a;return(0,i.default)().wrap((function(n){while(1)switch(n.prev=n.next){case 0:return n.next=2,t.$api.systembasicGetInfo({code:t.type});case 2:e=n.sent,r=e.code,a=e.data,1==r&&(t.info=a.content);case 6:case"end":return n.stop()}}),n)})))()}}};n.default=c},df5e:function(t,n,e){"use strict";e.r(n);var r=e("3033"),i=e("ed23");for(var a in i)["default"].indexOf(a)<0&&function(t){e.d(n,t,(function(){return i[t]}))}(a);e("1125");var c=e("828b"),o=Object(c["a"])(i["default"],r["b"],r["c"],!1,null,"c3d39374",null,!1,r["a"],void 0);n["default"]=o.exports},e38e:function(t,n,e){var r=e("fa21");r.__esModule&&(r=r.default),"string"===typeof r&&(r=[[t.i,r,""]]),r.locals&&(t.exports=r.locals);var i=e("967d").default;i("58daf9bf",r,!0,{sourceMap:!1,shadowMode:!1})},ed23:function(t,n,e){"use strict";e.r(n);var r=e("c0c2"),i=e.n(r);for(var a in r)["default"].indexOf(a)<0&&function(t){e.d(n,t,(function(){return r[t]}))}(a);n["default"]=i.a},fa21:function(t,n,e){var r=e("c86c");n=r(!1),n.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r\n/* 水平间距 */\r\n/* 垂直间距 */\r\n/* 透明度 */\r\n/* 文章场景相关 */.article[data-v-c3d39374]{padding:%?20?%;overflow:hidden}.article .title[data-v-c3d39374]{font-size:%?36?%;text-align:center;padding:%?30?% 0;color:#212121}.article .time[data-v-c3d39374]{font-size:%?24?%;color:#999}.article .content[data-v-c3d39374]{padding:%?30?% 0;font-size:%?26?%;color:#212121;line-height:%?48?%;text-align:left}.article .p[data-v-c3d39374]{padding:%?200?% 0 %?50?%}',""]),t.exports=n}}]); |
@ -0,0 +1 @@ |
||||
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-view-webview"],{"0225":function(n,t,e){"use strict";e.r(t);var u=e("ce45"),r=e("f6fe");for(var i in r)["default"].indexOf(i)<0&&function(n){e.d(t,n,(function(){return r[n]}))}(i);var c=e("828b"),o=Object(c["a"])(r["default"],u["b"],u["c"],!1,null,"d0f217b6",null,!1,u["a"],void 0);t["default"]=o.exports},"8cd2":function(n,t,e){"use strict";e("6a54"),Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u={data:function(){return{htmlUrl:""}},onLoad:function(n){console.log(n),this.htmlUrl=decodeURIComponent(n.url)}};t.default=u},ce45:function(n,t,e){"use strict";e.d(t,"b",(function(){return u})),e.d(t,"c",(function(){return r})),e.d(t,"a",(function(){}));var u=function(){var n=this.$createElement,t=this._self._c||n;return t("v-uni-view",[t("v-uni-web-view",{attrs:{src:"htmlUrl"}})],1)},r=[]},f6fe:function(n,t,e){"use strict";e.r(t);var u=e("8cd2"),r=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"]=r.a}}]); |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1016 B |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 2.5 KiB |