刘翔宇-旅管家 4 years ago
commit 9cc033262e

@ -32,7 +32,7 @@
</view>
<view class="orderBoxFooter flex-row flex_end">
<view class="fbtn" style="margin-right: 23rpx;">查看详情</view>
<view class="fbtn" @click="tobook()" style="margin-right: 23rpx;">查看详情</view>
<view class="fbtn cancel">取消</view>
</view>
</view>
@ -70,6 +70,11 @@
handleChange() {
},
tobook(){
uni.navigateTo({
url: "/pages/order/visitorderinfo"
})
}
}
}

@ -1,22 +1,255 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
<template>
<view>
<view class="orderBoxList">
<view class="orderBox">
<view class="orderBoxTitle flex-row">
<text class="orderBoxTitleTxt">{{info.isteam?"团队预约信息":"个人预约信息"}}</text>
</view>
<view class="orderBoxInfo flex-col">
<view class="orderBoxInfoRow flex-row" style="margin-bottom: 20rpx;">
<text class="iconfont icon-youkexuzhi"></text>
<text class="orderBoxInfoRowTxt">订单信息5月06日 09:00-10:00  3位观众</text>
</view>
<view class="orderBoxInfoRow flex-row">
<text class="iconfont icon-iconfontgerenzhongxin"></text>
<text class="orderBoxInfoRowTxt">联系人王小华 13355634563</text>
</view>
<view class="orderBoxInfoRow flex-row" v-if="info.isteam" style="margin-top: 20rpx;">
<text class="iconfont icon-danwei"></text>
<text class="orderBoxInfoRowTxt">单位名称王小华 13355634563</text>
</view>
</view>
<view class="orderBoxTime">
<text>下单时间5月03日 09:30</text>
</view>
</view>
</view>
<view class="orderBoxList p0">
<view class="orderBox">
<view class="orderBoxTitle flex-row">
<text class="orderBoxTitleTxt">二维码</text>
</view>
<view class="orderBoxInfo flex-col ewmcode">
<text>0871 3355 6345</text>
<view>
<view :class="isuse?'imgs isuse':'imgs'">
<image :src="imgsrc" mode="aspectFill"></image>
</view>
</view>
<text class="ewminfo">{{isuse?'已使用':'请前往现场核销订单二维码'}}</text>
</view>
</view>
</view>
<view class="orderBoxList p0">
<view class="orderBox">
<view class="orderBoxTitle flex-row" style="justify-content: space-between;">
<text class="orderBoxTitleTxt">观众信息</text>
<text :class="isuse?'share shareuse orderBoxInfoRowTxt':'share orderBoxInfoRowTxt'">
分享二维码
</text>
</view>
<view class="orderBoxInfo flex-col">
<view class="orderBoxInfoRow flex-row">
<view>
<text class="iconfont icon-iconfontgerenzhongxin iconinfo"></text>
</view>
<view class="usercard">
<text class="orderBoxInfoRowTxt">王小华</text>
<text class="orderBoxInfoRowTxt">370820201004052234</text>
</view>
</view>
</view>
<view class="orderBoxInfo flex-col">
<view class="orderBoxInfoRow flex-row">
<view>
<text class="iconfont icon-iconfontgerenzhongxin iconinfo"></text>
</view>
<view class="usercard">
<text class="orderBoxInfoRowTxt">王小华</text>
<text class="orderBoxInfoRowTxt">370820201004052234</text>
</view>
</view>
</view>
</view>
</view>
<view class="orderBoxList p0">
<view class="orderBoxTitle flex-row">
<text class="stars orderBoxTitleTxt">*</text>
<text class="orderBoxTitleTxt">参观须知</text>
</view>
<view class="orderBoxTitle flex-row">
<text class="orderBoxInfoRowTxt">预约时需要个人姓名联系方式和参观时间等信息预约成功后生成预约二维码可于个人中心查看当天凭有效身份证件或预约二维码核销入场</text>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
info: {
isteam: true
},
isuse:false,
imgsrc:'https://cdn.uviewui.com/uview/album/1.jpg'
}
},
methods: {
}
}
</script>
<style>
.orderBoxFooter {
padding: 20rpx 0 0 0;
}
.fbtn {
background: #EF9525;
border-radius: 8rpx;
font-size: 24rpx;
color: #FFFFFF;
padding: 7rpx 17rpx;
}
.cancel {
background: #F7F6F4;
color: #828282;
}
.iconfont {
color: #6EAC97;
margin-right: 20rpx;
font-size: 24rpx;
}
.infotop {
background: #FFFFFF;
box-shadow: 2rpx 3rpx 10rpx 0px rgba(107, 94, 77, 0.3);
}
page {
background-color: #f7f6f4;
}
.orderBoxList {
padding: 26rpx;
box-sizing: border-box;
}
.orderBox {
min-height: 393rpx;
background: #FFFFFF;
border-radius: 16rpx;
box-sizing: border-box;
padding: 29rpx 18rpx;
position: relative;
margin-bottom: 17rpx;
}
.orderBoxTitle {
padding: 0rpx 0rpx 25rpx 0rpx;
border-bottom: 2rpx solid #F7F6F4;
}
.orderBoxInfoRow {
align-items: center;
}
.orderBoxTitleTxt {
font-size: 32rpx;
color: #351C1B;
}
.orderBoxStatus {
background: #EF9525;
border-top-right-radius: 16rpx;
border-bottom-left-radius: 16rpx;
font-size: 24rpx;
padding: 19rpx 23rpx 17rpx 23rpx;
color: #FFFFFF;
position: absolute;
right: 0;
top: 0;
}
.orderBoxInfo {
padding: 29rpx 0rpx;
border-bottom: 2rpx solid #F7F6F4;
}
.orderBoxInfoRowTxt {
font-size: 24rpx;
font-family: PingFang SC;
color: #828282;
}
.orderBoxTime {
color: #CFCFCF;
padding: 23rpx 0;
border-bottom: 2rpx solid #F7F6F4;
font-size: 24rpx;
}
.p0{
padding-top:0
}
.ewmcode{
text-align: center;
font-size:28rpx
}
.imgs{
width: 273rpx;
height: 273rpx;
margin: 30rpx 0 50rpx 0;
font-size: 0;
display: inline-block;
}
.imgs image{
width:273rpx;
height:273rpx;
}
.imgs.isuse{
background: url(../../static/img/used.png);
background-position: bottom right;
background-size: 161rpx;
background-repeat: no-repeat;
}
.imgs.isuse image{
opacity: .4;
}
.ewminfo{
color:#828282;
font-size: 24rpx;
}
.iconinfo{
font-size: 35rpx;
}
.usercard text{
display: block;
}
.share{
background: url(../../static/img/share.png) no-repeat left center;
background-size: 21rpx;
background-color: #EF9525;
background-position: 18rpx;
padding: 7rpx 20rpx;
padding-left: 46rpx;
border-radius: 10px;
color:#fff;
}
.shareuse{
background: url(../../static/img/share_used.png) no-repeat left center;
background-color: #F7F6F4;
color:#828282;
background-position: 18rpx;
background-size: 21rpx;
}
.stars{
color: #EF9525;
margin-right:12rpx
}
</style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 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

@ -1 +0,0 @@
{"version":3,"sources":["uni-app:///main.js"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":"qIAAA,KACA,YACA,Y,mDAFmBA,GAAGC,kCAAoCC,EAG1DC,EAAWC,a","file":"pages/activity/teambook.js","sourcesContent":["import 'uni-pages';wx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/activity/teambook.vue'\ncreatePage(Page)"],"sourceRoot":""}

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,4 +0,0 @@
require('./common/runtime.js')
require('./common/vendor.js')
require('./common/main.js')

@ -1,63 +0,0 @@
{
"pages": [
"pages/index/index",
"pages/guide/index",
"pages/mine/index",
"pages/map/map",
"pages/visit/index",
"pages/activity/index",
"pages/visit/book",
"pages/visit/teambook",
"pages/activity/info",
"pages/activity/book",
"pages/order/visitorder",
"pages/order/parkorder",
"pages/park/index",
"pages/order/visitorderinfo",
"pages/park/book"
],
"subPackages": [],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "中共苏州独立支部旧址",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#351C1B",
"selectedColor": "#351C1B",
"backgroundColor": "#fdf9f5",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/static/img/icon_nav_home.png",
"selectedIconPath": "/static/img/icon_nav_home_on.png"
},
{
"pagePath": "pages/guide/index",
"text": "参观指南",
"iconPath": "/static/img/icon_nav_guide.png",
"selectedIconPath": "/static/img/icon_nav_guide_on.png"
},
{
"pagePath": "pages/map/map",
"text": "展馆导航",
"iconPath": "/static/img/icon_nav_map.png",
"selectedIconPath": "/static/img/icon_nav_map_on.png"
},
{
"pagePath": "pages/mine/index",
"text": "个人中心",
"iconPath": "/static/img/icon_nav_user.png",
"selectedIconPath": "/static/img/icon_nav_user_on.png"
}
]
},
"permission": {
"scope.userLocation": {
"desc": "提供您最近的活动地址"
}
},
"usingComponents": {}
}

@ -1,3 +0,0 @@
@import './common/main.wxss';
[data-custom-hidden="true"],[bind-data-custom-hidden="true"]{display: none !important;}

@ -1,2 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["common/main"],[function(t,e,n){"use strict";(function(t){n(5);var e=c(n(6)),o=c(n(3)),u=c(n(16)),r=c(n(9)),a=c(n(140));function c(t){return t&&t.__esModule?t:{default:t}}function f(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 i(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?f(Object(n),!0).forEach((function(e){l(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):f(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function l(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}wx.__webpack_require_UNI_MP_PLUGIN__=n,o.default.config.productionTip=!1,e.default.mpType="app";var d=new o.default(i({},e.default));t(d).$mount(),o.default.use(u.default),a.default.locale("zh-cn",{weekdays:"周日_周一_周二_周三_周四_周五_周六".split("_")}),o.default.prototype.util=r.default,o.default.prototype.$moment=a.default}).call(this,n(1)["createApp"])},,,,,,function(t,e,n){"use strict";n.r(e);var o=n(7);for(var u in o)"default"!==u&&function(t){n.d(e,t,(function(){return o[t]}))}(u);n(11),n(13);var r,a,c,f,i=n(15),l=Object(i["default"])(o["default"],r,a,!1,null,null,null,!1,c,f);l.options.__file="App.vue",e["default"]=l.exports},function(t,e,n){"use strict";n.r(e);var o=n(8),u=n.n(o);for(var r in o)"default"!==r&&function(t){n.d(e,t,(function(){return o[t]}))}(r);e["default"]=u.a},function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=u(n(9));function u(t){return t&&t.__esModule?t:{default:t}}var r={onLaunch:function(){o.default.getOpenidInfo((function(t){console.log(t)}),!0);var e=t.getUpdateManager();e.onCheckForUpdate((function(n){console.log(n.hasUpdate),n.hasUpdate&&(e.onUpdateReady((function(){t.showModal({title:"更新提示",content:"新版本已经准备好,是否重启应用?",success:function(t){t.confirm&&e.applyUpdate()}})})),e.onUpdateFailed((function(){t.showModal({title:"已经有新版本了哟~",content:"新版本已经上线啦~,请您删除当前小程序,重新搜索打开哟~"})})))})),e.onUpdateFailed((function(t){}))},onShow:function(){console.log("App Show")},onHide:function(){console.log("App Hide")}};e.default=r}).call(this,n(1)["default"])},,,function(t,e,n){"use strict";n.r(e);var o=n(12),u=n.n(o);for(var r in o)"default"!==r&&function(t){n.d(e,t,(function(){return o[t]}))}(r);e["default"]=u.a},function(t,e,n){},function(t,e,n){"use strict";n.r(e);var o=n(14),u=n.n(o);for(var r in o)"default"!==r&&function(t){n.d(e,t,(function(){return o[t]}))}(r);e["default"]=u.a},function(t,e,n){}],[[0,"common/runtime","common/vendor"]]]);
//# sourceMappingURL=../../.sourcemap/mp-weixin/common/main.js.map

@ -1,488 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/* uni.scss */
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
/* 注意要写在第一行同时给style标签加入lang="scss"属性 */
.u-line-1 {
display: -webkit-box !important;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical !important;
}
.u-line-2 {
display: -webkit-box !important;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical !important;
}
.u-line-3 {
display: -webkit-box !important;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical !important;
}
.u-line-4 {
display: -webkit-box !important;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical !important;
}
.u-line-5 {
display: -webkit-box !important;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical !important;
}
.u-border {
border-width: 0.5px !important;
border-color: #dadbde !important;
border-style: solid;
}
.u-border-top {
border-top-width: 0.5px !important;
border-color: #dadbde !important;
border-top-style: solid;
}
.u-border-left {
border-left-width: 0.5px !important;
border-color: #dadbde !important;
border-left-style: solid;
}
.u-border-right {
border-right-width: 0.5px !important;
border-color: #dadbde !important;
border-right-style: solid;
}
.u-border-bottom {
border-bottom-width: 0.5px !important;
border-color: #dadbde !important;
border-bottom-style: solid;
}
.u-border-top-bottom {
border-top-width: 0.5px !important;
border-bottom-width: 0.5px !important;
border-color: #dadbde !important;
border-top-style: solid;
border-bottom-style: solid;
}
.u-reset-button {
padding: 0;
background-color: transparent;
font-size: inherit;
line-height: inherit;
color: inherit;
}
.u-reset-button::after {
border: none;
}
.u-hover-class {
opacity: 0.7;
}
.u-primary-light {
color: #ecf5ff;
}
.u-warning-light {
color: #fdf6ec;
}
.u-success-light {
color: #f5fff0;
}
.u-error-light {
color: #fef0f0;
}
.u-info-light {
color: #f4f4f5;
}
.u-primary-light-bg {
background-color: #ecf5ff;
}
.u-warning-light-bg {
background-color: #fdf6ec;
}
.u-success-light-bg {
background-color: #f5fff0;
}
.u-error-light-bg {
background-color: #fef0f0;
}
.u-info-light-bg {
background-color: #f4f4f5;
}
.u-primary-dark {
color: #398ade;
}
.u-warning-dark {
color: #f1a532;
}
.u-success-dark {
color: #53c21d;
}
.u-error-dark {
color: #e45656;
}
.u-info-dark {
color: #767a82;
}
.u-primary-dark-bg {
background-color: #398ade;
}
.u-warning-dark-bg {
background-color: #f1a532;
}
.u-success-dark-bg {
background-color: #53c21d;
}
.u-error-dark-bg {
background-color: #e45656;
}
.u-info-dark-bg {
background-color: #767a82;
}
.u-primary-disabled {
color: #9acafc;
}
.u-warning-disabled {
color: #f9d39b;
}
.u-success-disabled {
color: #a9e08f;
}
.u-error-disabled {
color: #f7b2b2;
}
.u-info-disabled {
color: #c4c6c9;
}
.u-primary {
color: #EF9525;
}
.u-warning {
color: #f9ae3d;
}
.u-success {
color: #5ac725;
}
.u-error {
color: #f56c6c;
}
.u-info {
color: #909399;
}
.u-primary-bg {
background-color: #EF9525;
}
.u-warning-bg {
background-color: #f9ae3d;
}
.u-success-bg {
background-color: #5ac725;
}
.u-error-bg {
background-color: #f56c6c;
}
.u-info-bg {
background-color: #909399;
}
.u-main-color {
color: #303133;
}
.u-content-color {
color: #606266;
}
.u-tips-color {
color: #909193;
}
.u-light-color {
color: #c0c4cc;
}
.u-safe-area-inset-top {
padding-top: 0;
padding-top: constant(safe-area-inset-top);
padding-top: env(safe-area-inset-top);
}
.u-safe-area-inset-right {
padding-right: 0;
padding-right: constant(safe-area-inset-right);
padding-right: env(safe-area-inset-right);
}
.u-safe-area-inset-bottom {
padding-bottom: 0;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}
.u-safe-area-inset-left {
padding-left: 0;
padding-left: constant(safe-area-inset-left);
padding-left: env(safe-area-inset-left);
}
::-webkit-scrollbar {
display: none;
width: 0 !important;
height: 0 !important;
-webkit-appearance: none;
background: transparent;
}
page {
font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
Arial, PingFang SC-Light, Microsoft YaHei;
}
button {
margin: 0;
padding: 0;
border: 1px solid transparent;
outline: none;
background-color: transparent;
}
button:active {
opacity: 0.6;
}
.flex-col {
display: flex;
flex-direction: column;
}
.flex-row {
display: flex;
flex-direction: row;
}
.justify-start {
display: flex;
justify-content: flex-start;
}
.justify-center {
display: flex;
justify-content: center;
}
.justify-end {
display: flex;
justify-content: flex-end;
}
.justify-evenly {
display: flex;
justify-content: space-evenly;
}
.justify-around {
display: flex;
justify-content: space-around;
}
.justify-between {
display: flex;
justify-content: space-between;
}
.align-start {
display: flex;
align-items: flex-start;
}
.align-center {
display: flex;
align-items: center;
}
.align-end {
display: flex;
align-items: flex-end;
}
@font-face {
font-family: 'iconfont'; /* Project id 3356385 */
src: url('//at.alicdn.com/t/font_3356385_2mtiydfql2v.woff2?t=1652242012318') format('woff2'),
url('//at.alicdn.com/t/font_3356385_2mtiydfql2v.woff?t=1652242012318') format('woff'),
url('//at.alicdn.com/t/font_3356385_2mtiydfql2v.ttf?t=1652242012318') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-tingchechang1:before {
content: "\e6de";
}
.icon-dangjianhuodong:before {
content: "\e6bb";
}
.icon-daohang1:before {
content: "\e640";
}
.icon-danwei:before {
content: "\e610";
}
.icon-tingchewei1:before {
content: "\e7f0";
}
.icon-xitongpeizhi:before {
content: "\e684";
}
.icon-xitongshezhi:before {
content: "\e64f";
}
.icon-fenxiang:before {
content: "\e7cd";
}
.icon-yijianfankui:before {
content: "\e7d7";
}
.icon-daohang:before {
content: "\e651";
}
.icon-iconfontgerenzhongxin:before {
content: "\e646";
}
.icon-gerenzhongxin:before {
content: "\e652";
}
.icon-fanwei:before {
content: "\e643";
}
.icon-xuzhi:before {
content: "\e607";
}
.icon-jiaoyujidi:before {
content: "\e62b";
}
.icon-gerenzhongxin1:before {
content: "\e71d";
}
.icon-ditu-dibiao:before {
content: "\e602";
}
.icon-huodongfangshi:before {
content: "\e66b";
}
.icon-shijian:before {
content: "\e8c5";
}
.icon-tingchechang:before {
content: "\e70b";
}
.icon-gerenzhongxin2:before {
content: "\e72a";
}
.icon-youkexuzhi:before {
content: "\e606";
}
.icon-canguanzhinan:before {
content: "\e66c";
}
.icon-shouye:before {
content: "\e605";
}
.icon-tongzhi:before {
content: "\e816";
}
.icon-fenbaodanwei:before {
content: "\e6ea";
}
.icon-huodong:before {
content: "\e7bf";
}
.icon-zhaijidi:before {
content: "\e649";
}
.icon-renshu:before {
content: "\e708";
}
.icon-gujian:before {
content: "\e688";
}
.icon-jidiguanlimian-01:before {
content: "\e689";
}
.icon-huodongyuyue:before {
content: "\e620";
}
.icon-shuzhuangtu:before {
content: "\e600";
}
.icon-zhinan:before {
content: "\e8d0";
}
.icon-dingdan:before {
content: "\e645";
}
.icon-mingxinghuodong:before {
content: "\e8b3";
}
.icon-yuyuezhongxin:before {
content: "\e626";
}
.icon-huodongzhongxin:before {
content: "\e628";
}
.icon-weizhixiangqing:before {
content: "\e8ab";
}
.icon-tingchewei:before {
content: "\e655";
}
.icon-ziyuanzhongxin:before {
content: "\e604";
}
.icon-tuijian:before {
content: "\e627";
}
.icon-icon-jiantou2:before {
content: "\e603";
}
/*每个页面公共css */
.mpopup {
margin-top: 60rpx;
min-height: 600rpx;
min-width: 640rpx;
margin-bottom: 20rpx;
}
.mpopup-title {
font-size: 32rpx;
font-family: PingFang SC;
font-weight: 400;
color: #351C1B;
line-height: 40rpx;
text-align: center;
padding: 0rpx 42rpx;
}
.u-popup__content {
background: linear-gradient(0deg, #ffffff 85%, #E4C8A2);
}
.mpopup-content {
font-size: 24rpx;
padding: 71rpx 0rpx;
padding: 0rpx 42rpx;
}
.mpopup-footer {
display: flex;
padding: 0rpx 42rpx;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1,11 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/plate/index"],{506:function(n,e,t){"use strict";t.r(e);var r=t(507),i=t(509);for(var o in i)"default"!==o&&function(n){t.d(e,n,(function(){return i[n]}))}(o);t(511);var a,c=t(15),u=Object(c["default"])(i["default"],r["render"],r["staticRenderFns"],!1,null,"60a8d3a4",null,!1,r["components"],a);u.options.__file="components/plate/index.vue",e["default"]=u.exports},507:function(n,e,t){"use strict";t.r(e);var r=t(508);t.d(e,"render",(function(){return r["render"]})),t.d(e,"staticRenderFns",(function(){return r["staticRenderFns"]})),t.d(e,"recyclableRender",(function(){return r["recyclableRender"]})),t.d(e,"components",(function(){return r["components"]}))},508:function(n,e,t){"use strict";var r;t.r(e),t.d(e,"render",(function(){return i})),t.d(e,"staticRenderFns",(function(){return a})),t.d(e,"recyclableRender",(function(){return o})),t.d(e,"components",(function(){return r}));try{r={uIcon:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(t.bind(null,404))}}}catch(c){if(-1===c.message.indexOf("Cannot find module")||-1===c.message.indexOf(".vue"))throw c;console.error(c.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范文档https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var i=function(){var n=this,e=n.$createElement;n._self._c},o=!1,a=[];i._withStripped=!0},509:function(n,e,t){"use strict";t.r(e);var r=t(510),i=t.n(r);for(var o in r)"default"!==o&&function(n){t.d(e,n,(function(){return r[n]}))}(o);e["default"]=i.a},510:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r={name:"index",props:{characterDatas:{type:Array,default:function(){return[1,2,3,4,5,6,7,8,9,0,"A","B","C","D","E","F","G","H","J","K","L","M","N","P","Q","R","S","T","U","V","W","X","Y","Z","港","澳","学","领"]}},areaDatas:{type:Array,default:function(){return["京","沪","粤","津","冀","晋","蒙","黑","吉","辽","苏","浙","皖","闽","赣","鲁","豫","鄂","湘","桂","琼","渝","川","贵","云","藏","陕","甘","青","宁","新","临","领","警","学","港","澳"]}},defaultPlate:{type:Array,default:function(){return Array.from({length:8},(function(n){return""}))}}},data:function(){return{show:!1,index:-1,newEnergy:!1,plate:this.defaultPlate}},created:function(){},computed:{currentDatas:function(){return 0===this.index?this.areaDatas:this.characterDatas}},watch:{plate:function(n){this.$emit("listenPlateChange",n)}},methods:{panelShow:function(){this.show=!0},panelHide:function(){this.show=!1},handleChange:function(n){this.index=n,7===n&&(this.newEnergy=!0),this.panelShow()},clickKeyBoard:function(n){console.log(n),(this.index<7||this.newEnergy)&&this.$set(this.plate,this.index,n),this.index<7&&this.index++},backspace:function(){this.index>0&&(this.$set(this.plate,this.index,""),this.index--)},panelReset:function(){this.index=0,this.plate=Array.from({length:8},(function(n){return""})),this.newEnergy=!1}}};e.default=r},511:function(n,e,t){"use strict";t.r(e);var r=t(512),i=t.n(r);for(var o in r)"default"!==o&&function(n){t.d(e,n,(function(){return r[n]}))}(o);e["default"]=i.a},512:function(n,e,t){}}]);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/components/plate/index.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/plate/index-create-component',
{
'components/plate/index-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('1')['createComponent'](__webpack_require__(506))
})
},
[['components/plate/index-create-component']]
]);

@ -1,6 +0,0 @@
{
"usingComponents": {
"u-icon": "/node-modules/uview-ui/components/u-icon/u-icon"
},
"component": true
}

@ -1 +0,0 @@
<view class="_div data-v-60a8d3a4"><view class="{{['plate','_div','data-v-60a8d3a4',(show)?'show':'']}}"><view data-event-opts="{{[['tap',[['handleChange',[0]]]]]}}" class="{{['_div','data-v-60a8d3a4','item',[(index===0)?'active':'']]}}" catchtap="__e">{{plate[0]}}</view><view data-event-opts="{{[['tap',[['handleChange',[1]]]]]}}" class="{{['_div','data-v-60a8d3a4','item ml10',[(index===1)?'active':'']]}}" bindtap="__e">{{plate[1]}}</view><view class="_div data-v-60a8d3a4">●</view><view data-event-opts="{{[['tap',[['handleChange',[2]]]]]}}" class="{{['_div','data-v-60a8d3a4','item',[(index===2)?'active':'']]}}" bindtap="__e">{{plate[2]}}</view><view data-event-opts="{{[['tap',[['handleChange',[3]]]]]}}" class="{{['_div','data-v-60a8d3a4','item ml10',[(index===3)?'active':'']]}}" bindtap="__e">{{plate[3]}}</view><view data-event-opts="{{[['tap',[['handleChange',[4]]]]]}}" class="{{['_div','data-v-60a8d3a4','item ml10',[(index===4)?'active':'']]}}" bindtap="__e">{{plate[4]}}</view><view data-event-opts="{{[['tap',[['handleChange',[5]]]]]}}" class="{{['_div','data-v-60a8d3a4','item ml10',[(index===5)?'active':'']]}}" bindtap="__e">{{plate[5]}}</view><view data-event-opts="{{[['tap',[['handleChange',[6]]]]]}}" class="{{['_div','data-v-60a8d3a4','item ml10',[(index===6)?'active':'']]}}" bindtap="__e">{{plate[6]}}</view><view data-event-opts="{{[['tap',[['handleChange',[7]]]]]}}" class="{{['_div','data-v-60a8d3a4','item ml10 column',[(index===7)?'active':'']]}}" bindtap="__e"><block wx:if="{{newEnergy}}"><text class="data-v-60a8d3a4">{{plate[7]}}</text></block><block wx:else><u-icon vue-id="25c7b098-1" name="plus-circle" class="data-v-60a8d3a4" bind:__l="__l"></u-icon><view style="font-size:20rpx;" class="_div data-v-60a8d3a4">新能源</view></block></view></view><view class="{{['panel','_section','data-v-60a8d3a4',(show)?'show':'']}}"><view class="header _div data-v-60a8d3a4"><view data-event-opts="{{[['tap',[['panelReset',['$event']]]]]}}" class="p24 _div data-v-60a8d3a4" bindtap="__e">重置</view><image style="width:140rpx;" src="/static/img/down.png" mode="widthFix" data-event-opts="{{[['tap',[['panelHide',['$event']]]]]}}" bindtap="__e" class="_img data-v-60a8d3a4"></image><view data-event-opts="{{[['tap',[['panelHide',['$event']]]]]}}" class="p24 _div data-v-60a8d3a4" bindtap="__e">关闭</view></view><view class="panelList clearfix _div data-v-60a8d3a4"><block wx:for="{{currentDatas}}" wx:for-item="item" wx:for-index="index"><view data-event-opts="{{[['tap',[['clickKeyBoard',['$0'],[[['currentDatas','',index]]]]]]]}}" class="item _div data-v-60a8d3a4" catchtap="__e">{{item}}</view></block></view><view data-event-opts="{{[['tap',[['backspace',['$event']]]]]}}" class="backspace shadow _div data-v-60a8d3a4" bindtap="__e"><u-icon vue-id="25c7b098-2" name="backspace" color="#333" size="34" class="data-v-60a8d3a4" bind:__l="__l"></u-icon></view></view></view>

@ -1,118 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/* uni.scss */
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.plate.data-v-60a8d3a4 {
display: flex;
align-items: center;
justify-content: center;
}
.plate .item.data-v-60a8d3a4 {
width: 66rpx;
height: 66rpx;
background-color: #fffbe9;
border: 1px solid #EF9525;
border-radius: 10rpx;
display: flex;
align-items: center;
justify-content: center;
}
.plate .item.ml10.data-v-60a8d3a4 {
margin-left: 10rpx;
}
.plate .item.column.data-v-60a8d3a4 {
flex-direction: column;
}
.plate .item.active.data-v-60a8d3a4 {
background-color: #EF9525;
}
.panel.data-v-60a8d3a4 {
position: fixed;
left: 0;
width: 100%;
bottom: 0;
z-index: 999;
box-sizing: border-box;
background-color: #cfd0d5;
transition: all 0.3s ease;
-webkit-transform: translateY(100%);
transform: translateY(100%);
}
.panel .p24.data-v-60a8d3a4 {
padding: 24rpx;
}
.panel.show.data-v-60a8d3a4 {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.panel .header.data-v-60a8d3a4 {
display: flex;
align-items: center;
justify-content: space-between;
height: 80rpx;
border-top: 1px solid #c9cacd;
border-bottom: 1px solid #c9cacd;
}
.panel .panelList.data-v-60a8d3a4 {
padding-top: 20rpx;
padding-left: 16rpx;
text-align: center;
}
.panel .panelList .item.data-v-60a8d3a4 {
float: left;
width: 62rpx;
height: 84rpx;
background: #fff;
border-radius: 10rpx;
line-height: 84rpx;
margin-right: 10rpx;
margin-bottom: 10rpx;
font-size: 32rpx;
font-weight: bold;
box-shadow: 0 0 8px 1px #e5e5e5;
}
.panel .backspace.data-v-60a8d3a4 {
position: absolute;
bottom: 10rpx;
right: 22rpx;
width: 100rpx;
height: 84rpx;
background-color: #adb2bc;
border-radius: 10rpx;
display: flex;
align-items: center;
justify-content: center;
}
.clearfix.data-v-60a8d3a4::before,
.clearfix.data-v-60a8d3a4::after {
content: ' ';
display: table;
height: 0;
line-height: 0;
visibility: hidden;
clear: both;
}

@ -1,11 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u--form/u--form"],{447:function(e,n,t){"use strict";t.r(n);var r=t(448),u=t(450);for(var i in u)"default"!==i&&function(e){t.d(n,e,(function(){return u[e]}))}(i);var o,s=t(15),c=Object(s["default"])(u["default"],r["render"],r["staticRenderFns"],!1,null,null,null,!1,r["components"],o);c.options.__file="node_modules/uview-ui/components/u--form/u--form.vue",n["default"]=c.exports},448:function(e,n,t){"use strict";t.r(n);var r=t(449);t.d(n,"render",(function(){return r["render"]})),t.d(n,"staticRenderFns",(function(){return r["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return r["recyclableRender"]})),t.d(n,"components",(function(){return r["components"]}))},449:function(e,n,t){"use strict";var r;t.r(n),t.d(n,"render",(function(){return u})),t.d(n,"staticRenderFns",(function(){return o})),t.d(n,"recyclableRender",(function(){return i})),t.d(n,"components",(function(){return r}));var u=function(){var e=this,n=e.$createElement;e._self._c},i=!1,o=[];u._withStripped=!0},450:function(e,n,t){"use strict";t.r(n);var r=t(451),u=t.n(r);for(var i in r)"default"!==i&&function(e){t.d(n,e,(function(){return r[e]}))}(i);n["default"]=u.a},451:function(e,n,t){"use strict";(function(e){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var r=u(t(452));function u(e){return e&&e.__esModule?e:{default:e}}var i=function(){Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-form/u-form")]).then(function(){return resolve(t(600))}.bind(null,t)).catch(t.oe)},o={name:"u-form",mixins:[e.$u.mpMixin,r.default,e.$u.mixin],components:{uvForm:i},created:function(){this.children=[]},methods:{setRules:function(e){this.$refs.uForm.setRules(e)},validate:function(){return this.setMpData(),this.$refs.uForm.validate()},validateField:function(e,n){return this.setMpData(),this.$refs.uForm.validateField(e,n)},resetFields:function(){return this.setMpData(),this.$refs.uForm.resetFields()},clearValidate:function(e){return this.setMpData(),this.$refs.uForm.clearValidate(e)},setMpData:function(){this.$refs.uForm.children=this.children}}};n.default=o}).call(this,t(1)["default"])}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u--form/u--form.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u--form/u--form-create-component',
{
'node-modules/uview-ui/components/u--form/u--form-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('1')['createComponent'](__webpack_require__(447))
})
},
[['node-modules/uview-ui/components/u--form/u--form-create-component']]
]);

@ -1,6 +0,0 @@
{
"component": true,
"usingComponents": {
"uv-form": "/node-modules/uview-ui/components/u-form/u-form"
}
}

@ -1 +0,0 @@
<uv-form class="vue-ref" vue-id="10afe8d9-1" model="{{model}}" rules="{{rules}}" errorType="{{errorType}}" borderBottom="{{borderBottom}}" labelPosition="{{labelPosition}}" labelWidth="{{labelWidth}}" labelAlign="{{labelAlign}}" labelStyle="{{labelStyle}}" customStyle="{{customStyle}}" data-ref="uForm" bind:__l="__l" vue-slots="{{['default']}}"><slot></slot></uv-form>

@ -1,11 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u--input/u--input"],{477:function(n,e,t){"use strict";t.r(e);var u=t(478),r=t(480);for(var i in r)"default"!==i&&function(n){t.d(e,n,(function(){return r[n]}))}(i);var o,c=t(15),d=Object(c["default"])(r["default"],u["render"],u["staticRenderFns"],!1,null,null,null,!1,u["components"],o);d.options.__file="node_modules/uview-ui/components/u--input/u--input.vue",e["default"]=d.exports},478:function(n,e,t){"use strict";t.r(e);var u=t(479);t.d(e,"render",(function(){return u["render"]})),t.d(e,"staticRenderFns",(function(){return u["staticRenderFns"]})),t.d(e,"recyclableRender",(function(){return u["recyclableRender"]})),t.d(e,"components",(function(){return u["components"]}))},479:function(n,e,t){"use strict";var u;t.r(e),t.d(e,"render",(function(){return r})),t.d(e,"staticRenderFns",(function(){return o})),t.d(e,"recyclableRender",(function(){return i})),t.d(e,"components",(function(){return u}));var r=function(){var n=this,e=n.$createElement;n._self._c;n._isMounted||(n.e0=function(e){return n.$emit("change",e)},n.e1=function(e){return n.$emit("input",e)},n.e2=function(e){return n.$emit("confirm",e)})},i=!1,o=[];r._withStripped=!0},480:function(n,e,t){"use strict";t.r(e);var u=t(481),r=t.n(u);for(var i in u)"default"!==i&&function(n){t.d(e,n,(function(){return u[n]}))}(i);e["default"]=r.a},481:function(n,e,t){"use strict";(function(n){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var u=r(t(474));function r(n){return n&&n.__esModule?n:{default:n}}var i=function(){Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-input/u-input")]).then(function(){return resolve(t(469))}.bind(null,t)).catch(t.oe)},o={name:"u--input",mixins:[n.$u.mpMixin,u.default,n.$u.mixin],components:{uvInput:i}};e.default=o}).call(this,t(1)["default"])}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u--input/u--input.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u--input/u--input-create-component',
{
'node-modules/uview-ui/components/u--input/u--input-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('1')['createComponent'](__webpack_require__(477))
})
},
[['node-modules/uview-ui/components/u--input/u--input-create-component']]
]);

@ -1,6 +0,0 @@
{
"component": true,
"usingComponents": {
"uv-input": "/node-modules/uview-ui/components/u-input/u-input"
}
}

@ -1 +0,0 @@
<uv-input vue-id="3215cba6-1" value="{{value}}" type="{{type}}" fixed="{{fixed}}" disabled="{{disabled}}" disabledColor="{{disabledColor}}" clearable="{{clearable}}" password="{{password}}" maxlength="{{maxlength}}" placeholder="{{placeholder}}" placeholderClass="{{placeholderClass}}" placeholderStyle="{{placeholderStyle}}" showWordLimit="{{showWordLimit}}" confirmType="{{confirmType}}" confirmHold="{{confirmHold}}" holdKeyboard="{{holdKeyboard}}" focus="{{focus}}" autoBlur="{{autoBlur}}" disableDefaultPadding="{{disableDefaultPadding}}" cursor="{{cursor}}" cursorSpacing="{{cursorSpacing}}" selectionStart="{{selectionStart}}" selectionEnd="{{selectionEnd}}" adjustPosition="{{adjustPosition}}" inputAlign="{{inputAlign}}" fontSize="{{fontSize}}" color="{{color}}" prefixIcon="{{prefixIcon}}" suffixIcon="{{suffixIcon}}" suffixIconStyle="{{suffixIconStyle}}" prefixIconStyle="{{prefixIconStyle}}" border="{{border}}" readonly="{{readonly}}" shape="{{shape}}" customStyle="{{customStyle}}" formatter="{{formatter}}" data-event-opts="{{[['^focus',[['$emit',['focus']]]],['^blur',[['$emit',['blur']]]],['^keyboardheightchange',[['$emit',['keyboardheightchange']]]],['^change',[['e0']]],['^input',[['e1']]],['^confirm',[['e2']]],['^clear',[['$emit',['clear']]]],['^click',[['$emit',['click']]]]]}}" bind:focus="__e" bind:blur="__e" bind:keyboardheightchange="__e" bind:change="__e" bind:input="__e" bind:confirm="__e" bind:clear="__e" bind:click="__e" bind:__l="__l" vue-slots="{{['default']}}"><slot name="prefix"></slot><slot name="suffix"></slot></uv-input>

@ -1,11 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u--text/u--text"],{586:function(e,n,t){"use strict";t.r(n);var u=t(587),r=t(589);for(var o in r)"default"!==o&&function(e){t.d(n,e,(function(){return r[e]}))}(o);var c,i=t(15),d=Object(i["default"])(r["default"],u["render"],u["staticRenderFns"],!1,null,null,null,!1,u["components"],c);d.options.__file="node_modules/uview-ui/components/u--text/u--text.vue",n["default"]=d.exports},587:function(e,n,t){"use strict";t.r(n);var u=t(588);t.d(n,"render",(function(){return u["render"]})),t.d(n,"staticRenderFns",(function(){return u["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return u["recyclableRender"]})),t.d(n,"components",(function(){return u["components"]}))},588:function(e,n,t){"use strict";var u;t.r(n),t.d(n,"render",(function(){return r})),t.d(n,"staticRenderFns",(function(){return c})),t.d(n,"recyclableRender",(function(){return o})),t.d(n,"components",(function(){return u}));var r=function(){var e=this,n=e.$createElement;e._self._c},o=!1,c=[];r._withStripped=!0},589:function(e,n,t){"use strict";t.r(n);var u=t(590),r=t.n(u);for(var o in u)"default"!==o&&function(e){t.d(n,e,(function(){return u[e]}))}(o);n["default"]=r.a},590:function(e,n,t){"use strict";(function(e){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var u=r(t(591));function r(e){return e&&e.__esModule?e:{default:e}}var o=function(){Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-text/u-text")]).then(function(){return resolve(t(624))}.bind(null,t)).catch(t.oe)},c={name:"u--text",mixins:[e.$u.mpMixin,u.default,e.$u.mixin],components:{uvText:o}};n.default=c}).call(this,t(1)["default"])}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u--text/u--text.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u--text/u--text-create-component',
{
'node-modules/uview-ui/components/u--text/u--text-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('1')['createComponent'](__webpack_require__(586))
})
},
[['node-modules/uview-ui/components/u--text/u--text-create-component']]
]);

@ -1,6 +0,0 @@
{
"component": true,
"usingComponents": {
"uv-text": "/node-modules/uview-ui/components/u-text/u-text"
}
}

@ -1 +0,0 @@
<uv-text vue-id="48c60447-1" type="{{type}}" show="{{show}}" text="{{text}}" prefixIcon="{{prefixIcon}}" suffixIcon="{{suffixIcon}}" mode="{{mode}}" href="{{href}}" format="{{format}}" call="{{call}}" openType="{{openType}}" bold="{{bold}}" block="{{block}}" lines="{{lines}}" color="{{color}}" decoration="{{decoration}}" size="{{size}}" iconStyle="{{iconStyle}}" margin="{{margin}}" lineHeight="{{lineHeight}}" align="{{align}}" wordWrap="{{wordWrap}}" customStyle="{{customStyle}}" data-event-opts="{{[['^click',[['$emit',['click']]]]]}}" bind:click="__e" bind:__l="__l"></uv-text>

File diff suppressed because one or more lines are too long

@ -1,7 +0,0 @@
{
"component": true,
"usingComponents": {
"u-icon": "/node-modules/uview-ui/components/u-icon/u-icon",
"u--text": "/node-modules/uview-ui/components/u--text/u--text"
}
}

@ -1 +0,0 @@
<view data-event-opts="{{[['tap',[['clickHandler',['$event']]]]]}}" class="{{['u-avatar','data-v-b36130f2','u-avatar--'+shape]}}" style="{{$root.s0}}" bindtap="__e"><block wx:if="{{$slots.default}}"><slot></slot></block><block wx:else><block wx:if="{{mpAvatar&&allowMp}}"><open-data style="{{'width:'+($root.g0)+';'+('height:'+($root.g1)+';')}}" type="userAvatarUrl" class="data-v-b36130f2"></open-data></block><block wx:if="{{mpAvatar&&allowMp}}"></block><block wx:else><block wx:if="{{icon}}"><u-icon vue-id="1b1b8aa6-1" name="{{icon}}" size="{{fontSize}}" color="{{color}}" class="data-v-b36130f2" bind:__l="__l"></u-icon></block><block wx:else><block wx:if="{{text}}"><u--text vue-id="1b1b8aa6-2" text="{{text}}" size="{{fontSize}}" color="{{color}}" align="center" customStyle="justify-content: center" class="data-v-b36130f2" bind:__l="__l"></u--text></block><block wx:else><image class="{{['u-avatar__image','data-v-b36130f2','u-avatar__image--'+shape]}}" style="{{'width:'+($root.g2)+';'+('height:'+($root.g3)+';')}}" src="{{avatarUrl||defaultUrl}}" mode="{{mode}}" data-event-opts="{{[['error',[['errorHandler',['$event']]]]]}}" binderror="__e"></image></block></block></block></block></view>

@ -1,55 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/* uni.scss */
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
view.data-v-b36130f2, scroll-view.data-v-b36130f2, swiper-item.data-v-b36130f2 {
display: flex;
flex-direction: column;
flex-shrink: 0;
flex-grow: 0;
flex-basis: auto;
align-items: stretch;
align-content: flex-start;
}
.u-avatar.data-v-b36130f2 {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.u-avatar--circle.data-v-b36130f2 {
border-radius: 100px;
}
.u-avatar--square.data-v-b36130f2 {
border-radius: 4px;
}
.u-avatar__image--circle.data-v-b36130f2 {
border-radius: 100px;
}
.u-avatar__image--square.data-v-b36130f2 {
border-radius: 4px;
}

@ -1,11 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-badge/u-badge"],{616:function(e,t,n){"use strict";n.r(t);var u=n(617),r=n(619);for(var i in r)"default"!==i&&function(e){n.d(t,e,(function(){return r[e]}))}(i);n(622);var o,a=n(15),s=Object(a["default"])(r["default"],u["render"],u["staticRenderFns"],!1,null,"662d25bf",null,!1,u["components"],o);s.options.__file="node_modules/uview-ui/components/u-badge/u-badge.vue",t["default"]=s.exports},617:function(e,t,n){"use strict";n.r(t);var u=n(618);n.d(t,"render",(function(){return u["render"]})),n.d(t,"staticRenderFns",(function(){return u["staticRenderFns"]})),n.d(t,"recyclableRender",(function(){return u["recyclableRender"]})),n.d(t,"components",(function(){return u["components"]}))},618:function(e,t,n){"use strict";var u;n.r(t),n.d(t,"render",(function(){return r})),n.d(t,"staticRenderFns",(function(){return o})),n.d(t,"recyclableRender",(function(){return i})),n.d(t,"components",(function(){return u}));var r=function(){var e=this,t=e.$createElement,n=(e._self._c,0!==Number(e.value)||e.showZero||e.isDot),u=e.show&&n?e.__get_style([e.$u.addStyle(e.customStyle),e.badgeStyle]):null;e.$mp.data=Object.assign({},{$root:{m0:n,s0:u}})},i=!1,o=[];r._withStripped=!0},619:function(e,t,n){"use strict";n.r(t);var u=n(620),r=n.n(u);for(var i in u)"default"!==i&&function(e){n.d(t,e,(function(){return u[e]}))}(i);t["default"]=r.a},620:function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u=r(n(621));function r(e){return e&&e.__esModule?e:{default:e}}var i={name:"u-badge",mixins:[e.$u.mpMixin,u.default,e.$u.mixin],computed:{boxStyle:function(){var e={};return e},badgeStyle:function(){var t={};if(this.color&&(t.color=this.color),this.bgColor&&!this.inverted&&(t.backgroundColor=this.bgColor),this.absolute&&(t.position="absolute",this.offset.length)){var n=this.offset[0],u=this.offset[1]||n;t.top=e.$u.addUnit(n),t.right=e.$u.addUnit(u)}return t},showValue:function(){switch(this.numberType){case"overflow":return Number(this.value)>Number(this.max)?this.max+"+":this.value;case"ellipsis":return Number(this.value)>Number(this.max)?"...":this.value;case"limit":return Number(this.value)>999?Number(this.value)>=9999?Math.floor(this.value/1e4*100)/100+"w":Math.floor(this.value/1e3*100)/100+"k":this.value;default:return Number(this.value)}}}};t.default=i}).call(this,n(1)["default"])},622:function(e,t,n){"use strict";n.r(t);var u=n(623),r=n.n(u);for(var i in u)"default"!==i&&function(e){n.d(t,e,(function(){return u[e]}))}(i);t["default"]=r.a},623:function(e,t,n){}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-badge/u-badge.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u-badge/u-badge-create-component',
{
'node-modules/uview-ui/components/u-badge/u-badge-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('1')['createComponent'](__webpack_require__(616))
})
},
[['node-modules/uview-ui/components/u-badge/u-badge-create-component']]
]);

@ -1,4 +0,0 @@
{
"usingComponents": {},
"component": true
}

@ -1 +0,0 @@
<block wx:if="{{show&&$root.m0}}"><text class="{{['u-badge','data-v-662d25bf',isDot?'u-badge--dot':'u-badge--not-dot',inverted&&'u-badge--inverted',shape==='horn'&&'u-badge--horn','u-badge--'+type+(inverted?'--inverted':'')]}}" style="{{$root.s0}}">{{isDot?'':showValue}}</text></block>

@ -1,92 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/* uni.scss */
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
view.data-v-662d25bf, scroll-view.data-v-662d25bf, swiper-item.data-v-662d25bf {
display: flex;
flex-direction: column;
flex-shrink: 0;
flex-grow: 0;
flex-basis: auto;
align-items: stretch;
align-content: flex-start;
}
.u-badge.data-v-662d25bf {
border-top-right-radius: 100px;
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
border-bottom-right-radius: 100px;
display: flex;
flex-direction: row;
line-height: 11px;
text-align: center;
font-size: 11px;
color: #FFFFFF;
}
.u-badge--dot.data-v-662d25bf {
height: 8px;
width: 8px;
}
.u-badge--inverted.data-v-662d25bf {
font-size: 13px;
}
.u-badge--not-dot.data-v-662d25bf {
padding: 2px 5px;
}
.u-badge--horn.data-v-662d25bf {
border-bottom-left-radius: 0;
}
.u-badge--primary.data-v-662d25bf {
background-color: #EF9525;
}
.u-badge--primary--inverted.data-v-662d25bf {
color: #EF9525;
}
.u-badge--error.data-v-662d25bf {
background-color: #f56c6c;
}
.u-badge--error--inverted.data-v-662d25bf {
color: #f56c6c;
}
.u-badge--success.data-v-662d25bf {
background-color: #5ac725;
}
.u-badge--success--inverted.data-v-662d25bf {
color: #5ac725;
}
.u-badge--info.data-v-662d25bf {
background-color: #909399;
}
.u-badge--info--inverted.data-v-662d25bf {
color: #909399;
}
.u-badge--warning.data-v-662d25bf {
background-color: #f9ae3d;
}
.u-badge--warning--inverted.data-v-662d25bf {
color: #f9ae3d;
}

@ -1,11 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-button/u-button"],{413:function(t,n,e){"use strict";e.r(n);var o=e(414),i=e(416);for(var r in i)"default"!==r&&function(t){e.d(n,t,(function(){return i[t]}))}(r);e(421);var u,c=e(15),s=Object(c["default"])(i["default"],o["render"],o["staticRenderFns"],!1,null,"3bf2dba7",null,!1,o["components"],u);s.options.__file="node_modules/uview-ui/components/u-button/u-button.vue",n["default"]=s.exports},414:function(t,n,e){"use strict";e.r(n);var o=e(415);e.d(n,"render",(function(){return o["render"]})),e.d(n,"staticRenderFns",(function(){return o["staticRenderFns"]})),e.d(n,"recyclableRender",(function(){return o["recyclableRender"]})),e.d(n,"components",(function(){return o["components"]}))},415:function(t,n,e){"use strict";var o;e.r(n),e.d(n,"render",(function(){return i})),e.d(n,"staticRenderFns",(function(){return u})),e.d(n,"recyclableRender",(function(){return r})),e.d(n,"components",(function(){return o}));try{o={uLoadingIcon:function(){return Promise.all([e.e("common/vendor"),e.e("node-modules/uview-ui/components/u-loading-icon/u-loading-icon")]).then(e.bind(null,563))},uIcon:function(){return Promise.all([e.e("common/vendor"),e.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(e.bind(null,404))}}}catch(c){if(-1===c.message.indexOf("Cannot find module")||-1===c.message.indexOf(".vue"))throw c;console.error(c.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范文档https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var i=function(){var t=this,n=t.$createElement,e=(t._self._c,t.__get_style([t.baseColor,t.$u.addStyle(t.customStyle)])),o=Number(t.hoverStartTime),i=Number(t.hoverStayTime);t.$mp.data=Object.assign({},{$root:{s0:e,m0:o,m1:i}})},r=!1,u=[];i._withStripped=!0},416:function(t,n,e){"use strict";e.r(n);var o=e(417),i=e.n(o);for(var r in o)"default"!==r&&function(t){e.d(n,t,(function(){return o[t]}))}(r);n["default"]=i.a},417:function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=u(e(418)),i=u(e(419)),r=u(e(420));function u(t){return t&&t.__esModule?t:{default:t}}var c={name:"u-button",mixins:[t.$u.mpMixin,t.$u.mixin,o.default,i.default,r.default],data:function(){return{}},computed:{bemClass:function(){return this.color?this.bem("button",["shape","size"],["disabled","plain","hairline"]):this.bem("button",["type","shape","size"],["disabled","plain","hairline"])},loadingColor:function(){return this.plain?this.color?this.color:t.$u.config.color["u-".concat(this.type)]:"info"===this.type?"#c9c9c9":"rgb(200, 200, 200)"},iconColorCom:function(){return this.iconColor?this.iconColor:this.plain?this.color?this.color:this.type:"info"===this.type?"#000000":"#ffffff"},baseColor:function(){var t={};return this.color&&(t.color=this.plain?this.color:"white",this.plain||(t["background-color"]=this.color),-1!==this.color.indexOf("gradient")?(t.borderTopWidth=0,t.borderRightWidth=0,t.borderBottomWidth=0,t.borderLeftWidth=0,this.plain||(t.backgroundImage=this.color)):(t.borderColor=this.color,t.borderWidth="1px",t.borderStyle="solid")),t},nvueTextStyle:function(){var t={};return"info"===this.type&&(t.color="#323233"),this.color&&(t.color=this.plain?this.color:"white"),t.fontSize=this.textSize+"px",t},textSize:function(){var t=14,n=this.size;return"large"===n&&(t=16),"normal"===n&&(t=14),"small"===n&&(t=12),"mini"===n&&(t=10),t}},methods:{clickHandler:function(){var n=this;this.disabled||this.loading||t.$u.throttle((function(){n.$emit("click")}),this.throttleTime)},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)}}};n.default=c}).call(this,e(1)["default"])},421:function(t,n,e){"use strict";e.r(n);var o=e(422),i=e.n(o);for(var r in o)"default"!==r&&function(t){e.d(n,t,(function(){return o[t]}))}(r);n["default"]=i.a},422:function(t,n,e){}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-button/u-button.js.map
;(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__('1')['createComponent'](__webpack_require__(413))
})
},
[['node-modules/uview-ui/components/u-button/u-button-create-component']]
]);

@ -1,7 +0,0 @@
{
"component": true,
"usingComponents": {
"u-loading-icon": "/node-modules/uview-ui/components/u-loading-icon/u-loading-icon",
"u-icon": "/node-modules/uview-ui/components/u-icon/u-icon"
}
}

@ -1 +0,0 @@
<button class="{{['u-button','u-reset-button','data-v-3bf2dba7',bemClass]}}" style="{{$root.s0}}" hover-start-time="{{$root.m0}}" hover-stay-time="{{$root.m1}}" 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="{{!disabled&&!loading?'u-button--active':''}}" data-event-opts="{{[['getphonenumber',[['getphonenumber',['$event']]]],['getuserinfo',[['getuserinfo',['$event']]]],['error',[['error',['$event']]]],['opensetting',[['opensetting',['$event']]]],['launchapp',[['launchapp',['$event']]]],['tap',[['clickHandler',['$event']]]]]}}" bindgetphonenumber="__e" bindgetuserinfo="__e" binderror="__e" bindopensetting="__e" bindlaunchapp="__e" bindtap="__e"><block wx:if="{{loading}}"><u-loading-icon vue-id="113d4a8d-1" mode="{{loadingMode}}" size="{{textSize*1.15}}" color="{{loadingColor}}" class="data-v-3bf2dba7" bind:__l="__l"></u-loading-icon><text class="u-button__loading-text data-v-3bf2dba7" style="{{'font-size:'+(textSize+'px')+';'}}">{{loadingText||text}}</text></block><block wx:else><block wx:if="{{icon}}"><u-icon vue-id="113d4a8d-2" name="{{icon}}" color="{{iconColorCom}}" size="{{textSize*1.35}}" customStyle="{{({marginRight:'2px'})}}" class="data-v-3bf2dba7" bind:__l="__l"></u-icon></block><block wx:if="{{$slots.default}}"><slot></slot></block><block wx:else><text class="u-button__text data-v-3bf2dba7" style="{{'font-size:'+(textSize+'px')+';'}}">{{text}}</text></block></block></button>

@ -1,184 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/* uni.scss */
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
view.data-v-3bf2dba7, scroll-view.data-v-3bf2dba7, swiper-item.data-v-3bf2dba7 {
display: flex;
flex-direction: column;
flex-shrink: 0;
flex-grow: 0;
flex-basis: auto;
align-items: stretch;
align-content: flex-start;
}
.u-button.data-v-3bf2dba7 {
width: 100%;
}
.u-button__text.data-v-3bf2dba7 {
white-space: nowrap;
line-height: 1;
}
.u-button.data-v-3bf2dba7:before {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
border: inherit;
border-radius: inherit;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
content: " ";
background-color: #000;
border-color: #000;
}
.u-button--active.data-v-3bf2dba7:before {
opacity: .15;
}
.u-button__icon + .u-button__text.data-v-3bf2dba7:not(:empty), .u-button__loading-text.data-v-3bf2dba7 {
margin-left: 4px;
}
.u-button--plain.u-button--primary.data-v-3bf2dba7 {
color: #EF9525;
}
.u-button--plain.u-button--info.data-v-3bf2dba7 {
color: #909399;
}
.u-button--plain.u-button--success.data-v-3bf2dba7 {
color: #5ac725;
}
.u-button--plain.u-button--error.data-v-3bf2dba7 {
color: #f56c6c;
}
.u-button--plain.u-button--warning.data-v-3bf2dba7 {
color: #f56c6c;
}
.u-button.data-v-3bf2dba7 {
height: 40px;
position: relative;
align-items: center;
justify-content: center;
display: flex;
flex-direction: row;
box-sizing: border-box;
flex-direction: row;
}
.u-button__text.data-v-3bf2dba7 {
font-size: 15px;
}
.u-button__loading-text.data-v-3bf2dba7 {
font-size: 15px;
margin-left: 4px;
}
.u-button--large.data-v-3bf2dba7 {
width: 100%;
height: 50px;
padding: 0 15px;
}
.u-button--normal.data-v-3bf2dba7 {
padding: 0 12px;
font-size: 14px;
}
.u-button--small.data-v-3bf2dba7 {
min-width: 60px;
height: 30px;
padding: 0px 8px;
font-size: 12px;
}
.u-button--mini.data-v-3bf2dba7 {
height: 22px;
font-size: 10px;
min-width: 50px;
padding: 0px 8px;
}
.u-button--disabled.data-v-3bf2dba7 {
opacity: 0.5;
}
.u-button--info.data-v-3bf2dba7 {
color: #323233;
background-color: #fff;
border-color: #ebedf0;
border-width: 1px;
border-style: solid;
}
.u-button--success.data-v-3bf2dba7 {
color: #fff;
background-color: #5ac725;
border-color: #5ac725;
border-width: 1px;
border-style: solid;
}
.u-button--primary.data-v-3bf2dba7 {
color: #fff;
background-color: #EF9525;
border-color: #EF9525;
border-width: 1px;
border-style: solid;
}
.u-button--error.data-v-3bf2dba7 {
color: #fff;
background-color: #f56c6c;
border-color: #f56c6c;
border-width: 1px;
border-style: solid;
}
.u-button--warning.data-v-3bf2dba7 {
color: #fff;
background-color: #f9ae3d;
border-color: #f9ae3d;
border-width: 1px;
border-style: solid;
}
.u-button--block.data-v-3bf2dba7 {
display: flex;
flex-direction: row;
width: 100%;
}
.u-button--circle.data-v-3bf2dba7 {
border-top-right-radius: 100px;
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
border-bottom-right-radius: 100px;
}
.u-button--square.data-v-3bf2dba7 {
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.u-button__icon.data-v-3bf2dba7 {
min-width: 1em;
line-height: inherit !important;
vertical-align: top;
}
.u-button--plain.data-v-3bf2dba7 {
background-color: #fff;
}
.u-button--hairline.data-v-3bf2dba7 {
border-width: 0.5px !important;
}

@ -1,11 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-calendar/header"],{699:function(e,n,t){"use strict";t.r(n);var r=t(700),u=t(702);for(var i in u)"default"!==i&&function(e){t.d(n,e,(function(){return u[e]}))}(i);t(704);var o,a=t(15),c=Object(a["default"])(u["default"],r["render"],r["staticRenderFns"],!1,null,"64baae44",null,!1,r["components"],o);c.options.__file="node_modules/uview-ui/components/u-calendar/header.vue",n["default"]=c.exports},700:function(e,n,t){"use strict";t.r(n);var r=t(701);t.d(n,"render",(function(){return r["render"]})),t.d(n,"staticRenderFns",(function(){return r["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return r["recyclableRender"]})),t.d(n,"components",(function(){return r["components"]}))},701:function(e,n,t){"use strict";var r;t.r(n),t.d(n,"render",(function(){return u})),t.d(n,"staticRenderFns",(function(){return o})),t.d(n,"recyclableRender",(function(){return i})),t.d(n,"components",(function(){return r}));var u=function(){var e=this,n=e.$createElement;e._self._c},i=!1,o=[];u._withStripped=!0},702:function(e,n,t){"use strict";t.r(n);var r=t(703),u=t.n(r);for(var i in r)"default"!==i&&function(e){t.d(n,e,(function(){return r[e]}))}(i);n["default"]=u.a},703:function(e,n,t){"use strict";(function(e){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var t={name:"u-calendar-header",mixins:[e.$u.mpMixin,e.$u.mixin],props:{title:{type:String,default:""},subtitle:{type:String,default:""},showTitle:{type:Boolean,default:!0},showSubtitle:{type:Boolean,default:!0}},data:function(){return{}},methods:{name:function(){}}};n.default=t}).call(this,t(1)["default"])},704:function(e,n,t){"use strict";t.r(n);var r=t(705),u=t.n(r);for(var i in r)"default"!==i&&function(e){t.d(n,e,(function(){return r[e]}))}(i);n["default"]=u.a},705:function(e,n,t){}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-calendar/header.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u-calendar/header-create-component',
{
'node-modules/uview-ui/components/u-calendar/header-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('1')['createComponent'](__webpack_require__(699))
})
},
[['node-modules/uview-ui/components/u-calendar/header-create-component']]
]);

@ -1,4 +0,0 @@
{
"usingComponents": {},
"component": true
}

@ -1 +0,0 @@
<view class="u-calendar-header u-border-bottom data-v-64baae44"><block wx:if="{{showTitle}}"><text class="u-calendar-header__title data-v-64baae44">{{title}}</text></block><block wx:if="{{showSubtitle}}"><text class="u-calendar-header__subtitle data-v-64baae44">{{subtitle}}</text></block><view class="u-calendar-header__weekdays data-v-64baae44"><text class="u-calendar-header__weekdays__weekday data-v-64baae44">一</text><text class="u-calendar-header__weekdays__weekday data-v-64baae44">二</text><text class="u-calendar-header__weekdays__weekday data-v-64baae44">三</text><text class="u-calendar-header__weekdays__weekday data-v-64baae44">四</text><text class="u-calendar-header__weekdays__weekday data-v-64baae44">五</text><text class="u-calendar-header__weekdays__weekday data-v-64baae44">六</text><text class="u-calendar-header__weekdays__weekday data-v-64baae44">日</text></view></view>

@ -1,68 +0,0 @@
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场https://ext.dcloud.net.cn上很多三方插件均使用了这些样式变量
* 如果你是插件开发者建议你使用scss预处理并在插件代码中直接使用这些变量无需 import 这个文件方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/* uni.scss */
/**
* 如果你是App开发者插件使用者你可以通过修改这些变量来定制自己的插件主题实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
view.data-v-64baae44, scroll-view.data-v-64baae44, swiper-item.data-v-64baae44 {
display: flex;
flex-direction: column;
flex-shrink: 0;
flex-grow: 0;
flex-basis: auto;
align-items: stretch;
align-content: flex-start;
}
.u-calendar-header.data-v-64baae44 {
padding-bottom: 4px;
}
.u-calendar-header__title.data-v-64baae44 {
font-size: 16px;
color: #303133;
text-align: center;
height: 42px;
line-height: 42px;
font-weight: bold;
}
.u-calendar-header__subtitle.data-v-64baae44 {
font-size: 14px;
color: #303133;
height: 40px;
text-align: center;
line-height: 40px;
font-weight: bold;
}
.u-calendar-header__weekdays.data-v-64baae44 {
display: flex;
flex-direction: row;
justify-content: space-between;
}
.u-calendar-header__weekdays__weekday.data-v-64baae44 {
font-size: 13px;
color: #303133;
line-height: 30px;
flex: 1;
text-align: center;
}

File diff suppressed because one or more lines are too long

@ -1,4 +0,0 @@
{
"usingComponents": {},
"component": true
}

@ -1 +0,0 @@
<view data-ref="u-calendar-month-wrapper" class="u-calendar-month-wrapper data-v-b6727082 vue-ref"><block wx:for="{{$root.l1}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="{{['data-v-b6727082','vue-ref-in-for','u-calendar-month-'+index]}}" id="{{'month-'+index}}" data-ref="{{'u-calendar-month-'+index}}"><block wx:if="{{index!==0}}"><text class="u-calendar-month__title data-v-b6727082">{{item.$orig.year+"年"+item.$orig.month+"月"}}</text></block><view class="u-calendar-month__days data-v-b6727082"><block wx:if="{{showMark}}"><view class="u-calendar-month__days__month-mark-wrapper data-v-b6727082"><text class="u-calendar-month__days__month-mark-wrapper__text data-v-b6727082">{{item.$orig.month}}</text></view></block><block wx:for="{{item.l0}}" wx:for-item="item1" wx:for-index="index1" wx:key="index1"><view data-event-opts="{{[['tap',[['clickHandler',[index,index1,'$0'],[[['months','',index],['date','',index1]]]]]]]}}" class="{{['u-calendar-month__days__day','data-v-b6727082',item1.$orig.selected&&'u-calendar-month__days__day__select--selected']}}" style="{{item1.s0}}" bindtap="__e"><view class="u-calendar-month__days__day__select data-v-b6727082" style="{{item1.s1}}"><text class="{{['u-calendar-month__days__day__select__info','data-v-b6727082',item1.$orig.disabled&&'u-calendar-month__days__day__select__info--disabled']}}" style="{{item1.s2}}">{{item1.$orig.day}}</text><block wx:if="{{item1.m0}}"><text class="{{['u-calendar-month__days__day__select__buttom-info','data-v-b6727082',item1.$orig.disabled&&'u-calendar-month__days__day__select__buttom-info--disabled']}}" style="{{item1.s3}}">{{item1.m1}}</text></block><block wx:if="{{item1.$orig.dot}}"><text class="u-calendar-month__days__day__select__dot data-v-b6727082"></text></block></view></view></block></view></view></block></view>

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save