登录变更,授权修改

master
Lee 2022-12-30 16:39:15 +08:00
parent 76b1715f5a
commit aff2eece7f
485 changed files with 388 additions and 1194 deletions

View File

@ -16,6 +16,11 @@
toolAll.tools.isVedio();
},
onShow: function() {
this.$requst.get('index/base-config').then(res=>{
if(res.code==0){
uni.setStorageSync('authorization',res.data.authorization)
}
})
if(uni.getStorageSync('token')) {
toolAll.tools.networkStatus();//
toolAll.tools.refreshToken();//token

View File

@ -1,3 +1,118 @@
/* 授权弹窗 */
.pop-up-bg{
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
width: 100vw;
height: 100vh;
background-color: rgba(0,0,0,.5);
position: fixed;
left: 0;
top: 0;
z-index: 999;
}
.user-info-box{
box-sizing: border-box;
width: calc(100% - 200rpx);
border-radius: 10rpx;
padding: 40rpx 45rpx 35rpx;
background-color: #ffffff;
}
.user-info-box .info{
font-size: 26rpx;
text-align: center;
}
.user-info-box .cover{
width: 150rpx;
height: 150rpx;
border-radius: 100%;
box-shadow: 0px 0px 20rpx 4rpx rgba(56,147,246,.4);
margin: 0 auto;
overflow: hidden;
}
.user-info-box .cover image{
width: 100%;
height: 100%;
}
.user-info-box .name{
font-size: 30rpx;
line-height: 1.5;
margin: 8rpx 0 15rpx;
}
.user-info-box .tips{
font-size: 26rpx;
line-height: 1.6;
color: #666666;
}
.user-info-box .tips view:last-child{
font-size: 24rpx;
color: #3875F6;
}
.user-info-box .msg{
font-size: 26rpx;
}
.user-info-box .item{
display: flex;
align-items: center;
justify-content: space-between;
padding: 10rpx 0;
border-bottom: 2rpx solid #f1f5f9;
}
.user-info-box .item text{
line-height: 1.8;
}
.user-info-box .avatar{
display: flex;
justify-content: flex-end;
width: calc(100% - 80rpx);
height: 100rpx;
padding: 0;
margin: 0;
background: none;
}
.user-info-box .avatar::after{
display: none;
}
.user-info-box .avatar .img{
width: 100rpx;
height: 100rpx;
border-radius: 100%;
overflow: hidden;
}
.user-info-box .avatar image{
width: 100%;
height: 100%;
}
.user-info-box .nick-name{
width: calc(100% - 80rpx);
height: 60rpx;
text-align: right;
}
.user-info-box .empower-btns{
display: flex;
align-items: center;
margin-top: 20rpx;
}
.user-info-box .empower-btns .btn{
width: 50%;
text-align: center;
align-items: 1.5;
padding-top: 20rpx;
color: #666666;
font-size: 30rpx;
}
.user-info-box .empower-btns .btn:nth-of-type(2){
color: #3875F6;
}
/* 首页 */
.status-box{position: fixed;top: 0;left: 0;right: 0;z-index: 10;}
.status-nav{width: 100%;position: relative;padding: 30rpx 0;display: flex;align-items: center;}

View File

@ -1,7 +1,7 @@
<template>
<view v-if="showAuth">
<!-- 用户信息授权 -->
<view v-if="showUserInfo" @touchmove.stop.prevent="moveHandle" :class="isAnimation==2?'card-box-userinfo':''" class="auth-box">
<!-- <view v-if="showUserInfo" @touchmove.stop.prevent="moveHandle" :class="isAnimation==2?'card-box-userinfo':''" class="auth-box">
<view :class="isAnimation==1?'card-box-userinfo':''">
<view class="auth-top">
<image :src="appletImg" mode=""></image>
@ -20,7 +20,41 @@
</view>
</view>
</view>
</view> -->
<!-- 获取头像&昵称 -->
<view class="pop-up-bg" v-if="showUserInfo"> <!-- v-if="showUserInfo" -->
<view class="user-info-box">
<view class="info">
<view class="cover">
<image :src="appletImg" mode="aspectFit"></image>
</view>
<view class="name">{{appletName}}</view>
<view class="tips">
<view>您当前是游客身份</view>
<view>请补全个人信息并授权登录</view>
<view>(昵称头像)</view>
</view>
</view>
<view class="msg">
<view class="item">
<text>头像</text>
<button class="avatar" open-type="chooseAvatar" @chooseavatar="chooseAvatar">
<view class="img"><image :src="userInfo.avatarUrl || logoAvatar" mode="aspectFit"></image></view>
</button>
</view>
<view class="item">
<text>昵称</text>
<input class="nick-name" type="nickname" @blur="nickNameInput" v-model="userInfo.nickName" placeholder="请输入昵称" placeholder-style="color:#999"/>
</view>
</view>
<view class="empower-btns">
<view class="btn" @tap="refuseEv"></view>
<view class="btn" @tap="authEv"></view>
</view>
</view>
</view>
<!-- 手机号授权 -->
<view v-if="showMobile" @touchmove.stop.prevent="moveHandle" class="disjcac posAll" style="z-index: 1001;">
<view class="bacf radius20 width100 tank-box">
@ -67,7 +101,14 @@
showMobile:true ,//
showUserInfo:false,
flag:true,
appletImg:''//logo
appletImg:'',//logo
userInfo: {
nickName:'',
avatarUrl:''
}, //
canIGetUserProfile: false,
logoAvatar:'/static/public/logo-avatar.png', //
appletName:'恒美植发',//
};
},
destroyed() {
@ -117,7 +158,15 @@
uni.setStorageSync('phone_active',res.data.data.phone_active); //
uni.setStorageSync('is_active',res.data.data.is_active)//
if(res.data.data.phone_active==0 || res.data.data.is_active==0) {
this.showAuth = true;
if(uni.getStorageSync('paramsUrl')!=='/pages/tabbar/my/staffDuan'&&uni.getStorageSync('paramsUrl').indexOf('/pagesA/')){
if(uni.getStorageSync('authorization')==1){
this.showAuth = true;
}else{
this.showAuth = false;
}
}else{
this.showAuth = true;
}
// this.$requst.post('user/first-enter',{openid:res.data.data.openid,path:uni.getStorageSync('urlparams')}).then(res=>{})
} else {
uni.reLaunch({ //
@ -147,33 +196,73 @@
chooseBtn(){//
this.noAuthBtn = true;
},
//
uploadImg(url){
uni.showLoading({
title: '上传中'
});
this.$requst.upload('file/upload/image',{file:url}).then(res=>{
if(res.code==0) {
this.userInfo.avatarUrl = uni.getStorageSync('hostHttps')+res.data.src;
}
uni.hideLoading();
})
},
//
chooseAvatar(e){
//
this.uploadImg(e.detail.avatarUrl)
},
//
nickNameInput(e){
this.userInfo.nickName = e.detail.value
},
//
refuseEv(){
this.$toolAll.tools.showToast('您已拒绝授权');
this.showUserInfo = false;
},
//
checkForm(){
if(!this.isActive){
if(this.userInfo.avatarUrl==''){
this.$toolAll.tools.showToast('请选择头像!')
return false;
}else if(this.userInfo.nickName==''){
this.$toolAll.tools.showToast('请输入昵称!')
return false;
}else{
return true;
}
}else{
return true;
}
},
authEv(){//
if(this.flag) {
this.flag = false;
this.$toolAll.tools.showToast('正在调起授权...');
this.yesAuthBtn = true;
uni.getUserProfile({//
desc: '登录',
lang: 'zh_CN',
success: (res) => {
uni.login({// code
provider: 'weixin',
success: (result)=> {
uni.hideToast()
//
this.updateUserInfo(result.code,res.userInfo);
},
});
uni.login({// code
provider: 'weixin',
success: (result)=> {
uni.hideToast()
//
this.updateUserInfo(result.code,this.userInfo);
},
fail: (err) => {
// console.log('');
this.yesAuthBtn = false;
}
});
} else {
this.$toolAll.tools.showToast('请勿重复点击');
}
},
//
updateUserInfo(code,userInfo) {
uni.showToast({title: '授权中...',icon:'loading',})

View File

@ -250,10 +250,14 @@ const tools = {
// 判断是否授权,没授权,前往登录页面授权
judgeAuth(){
let auth = true;
if(uni.getStorageSync('phone_active')==0 || uni.getStorageSync('is_active')==0) {
uni.navigateTo({url:'/pages/login/login'});
auth = false
} else {
if(uni.getStorageSync('authorization')==1){
if(uni.getStorageSync('phone_active')==0 || uni.getStorageSync('is_active')==0) {
uni.navigateTo({url:'/pages/login/login'});
auth = false
} else {
auth = true
}
}else{
auth = true
}
return auth
@ -340,6 +344,7 @@ const tools = {
if(hInfo.miniProgram.envVersion == "develop" || hInfo.miniProgram.envVersion == "trial"){
// (开发版,体验版)-配置全局域名
uni.setStorageSync('hostapi','https://hengmei.scdxtc.cn/api/');
uni.setStorageSync('hostHttps','https://hengmei.scdxtc.cn');
// uni.setStorageSync('hostapi','https://hm.hmzfyy.cn/api/');
// 开启埋点倒计时
// this.daoTime();//开启埋点倒计时
@ -348,6 +353,7 @@ const tools = {
console.log = () =>{};
// 正式版-配置全局域名
uni.setStorageSync('hostapi','https://hm.hmzfyy.cn/api/');
uni.setStorageSync('hostHttps','https://hm.hmzfyy.cn');
// 开启埋点倒计时
this.daoTime();//开启埋点倒计时
}

View File

@ -68,7 +68,8 @@
"appid" : "wx987dc41899f719e8",
"setting" : {
"urlCheck" : true,
"es6" : false
"es6" : false,
"minified" : false
},
"usingComponents" : true,
"permission" : {

View File

@ -31,7 +31,7 @@
</view>
<view class="xie-box">登录代表您已同意<text @tap="goXie" class="xieCon">用户服务协议</text></view>
</view>
<view v-if="isShowP" class="disjcac posAll">
<!-- <view v-if="isShowP" class="disjcac posAll">
<view class="bacf radius20 width100 tank-box">
<view class="tc tank-box-itemone">微信授权</view>
<view class="fon28 colf pad-x30 pad-zy30 tc disjb">
@ -42,6 +42,38 @@
</view>
</view>
</view>
</view> -->
<!-- 获取头像&昵称 -->
<view class="pop-up-bg" v-if="isShowP"> <!-- v-if="isShowP" -->
<view class="user-info-box">
<view class="info">
<view class="cover">
<image :src="appletImg" mode="aspectFit"></image>
</view>
<view class="name">{{appletName}}</view>
<view class="tips">
<view>您当前是游客身份</view>
<view>请补全个人信息并授权登录</view>
<view>(昵称头像)</view>
</view>
</view>
<view class="msg">
<view class="item">
<text>头像</text>
<button class="avatar" open-type="chooseAvatar" @chooseavatar="chooseAvatar">
<view class="img"><image :src="userInfo.avatarUrl || logoAvatar" mode="aspectFit"></image></view>
</button>
</view>
<view class="item">
<text>昵称</text>
<input class="nick-name" type="nickname" @blur="nickNameInput" v-model="userInfo.nickName" placeholder="请输入昵称" placeholder-style="color:#999"/>
</view>
</view>
<view class="empower-btns">
<view class="btn" @tap="refuseEv"></view>
<view class="btn" @tap="bindGetUserInfo"></view>
</view>
</view>
</view>
</view>
</template>
@ -49,10 +81,15 @@
export default {
data() {
return {
userInfo: {},//
userInfo: {
nickName:'',
avatarUrl:''
}, //
canIGetUserProfile: false,
imgSrc: '/static/public/logo.png',//logo
logoAvatar:'/static/public/logo-avatar.png', //
appletName:'恒美植发',//
appletImg:'',//logo
isShowP:false,
};
},
@ -63,6 +100,7 @@
}
},
onLoad(options) {
this.appletImg = uni.getStorageSync('appletImg');
//
this.$toolAll.tools.currentContext();
this.setLogo();
@ -112,7 +150,7 @@
this.$requst.post('user/bind-phone',{openid: result.data.openid,session_key:result.data.session_key, iv:e.detail.iv,encryptedData:e.detail.encryptedData}).then(res=>{
console.log('手机号信息:',res);
if(res.code==0){
this.$toolAll.tools.showToast('手机号绑定成功');
this.$toolAll.tools.showToast('手机号绑定成功','success');
this.isShowP = true;
// uni.reLaunch({url:'/pages/tabbar/pagehome/pagehome'})
} else this.$toolAll.tools.showToast(res.msg);
@ -135,28 +173,67 @@
bindGetUserInfo(e) {
let ya = this;
//
uni.getUserProfile({
desc: '登录',
lang: 'zh_CN',
success: (res) => {
ya.userInfo = res.userInfo;
uni.login({
provider: 'weixin',
success: (res)=> {
if (res.code) {
ya.updateUserInfo(res.code);
} else {
uni.showToast({
title: '登录失败!',
duration: 2000
});
}
},
});
uni.login({
provider: 'weixin',
success: (res)=> {
if (res.code) {
ya.updateUserInfo(res.code);
} else {
uni.showToast({
title: '登录失败!',
duration: 2000
});
}
},
fail: (res) => {}
});
},
//
uploadImg(url){
uni.showLoading({
title: '上传中'
});
this.$requst.upload('file/upload/image',{file:url}).then(res=>{
if(res.code==0) {
this.userInfo.avatarUrl = uni.getStorageSync('hostHttps')+res.data.src;
}
uni.hideLoading();
})
},
//
chooseAvatar(e){
//
this.uploadImg(e.detail.avatarUrl)
},
//
nickNameInput(e){
this.userInfo.nickName = e.detail.value
},
//
refuseEv(){
this.$toolAll.tools.showToast('您已拒绝授权');
this.isShowP = false;
},
//
checkForm(){
if(!this.isActive){
if(this.userInfo.avatarUrl==''){
this.$toolAll.tools.showToast('请选择头像!')
return false;
}else if(this.userInfo.nickName==''){
this.$toolAll.tools.showToast('请输入昵称!')
return false;
}else{
return true;
}
}else{
return true;
}
},
//
updateUserInfo(code) {
let ya = this;
@ -216,4 +293,5 @@
.login-btn {width: 80%;margin-top: 50%;}
.xie-box{display: flex;justify-content: center;align-items: center;color: @tcolor;margin-top: 30rpx;}
.xieCon{color: @tcolorp;}
</style>

View File

@ -248,11 +248,12 @@
},
onShow() {
this.isAutoPlay = true;
if(uni.getStorageSync('phone_active')!=0 && uni.getStorageSync('is_active')!=0){
// if(uni.getStorageSync('phone_active')!=0 && uni.getStorageSync('is_active')!=0){
this.checkBZ()//
if(this.ccurrent==0) {
if(this.category_id!='') this.checkCate(this.category_id)//
}
// }
if(this.ccurrent==0) {
if(this.category_id!='') this.checkCate(this.category_id)//
}
this.$requst.post('index/base-config').then(res=>{
this.shareData = res.data;

View File

@ -278,9 +278,9 @@
//
this.checkSwi();
if(uni.getStorageSync('phone_active')!=0 && uni.getStorageSync('is_active')!=0){
// if(uni.getStorageSync('phone_active')!=0 && uni.getStorageSync('is_active')!=0){
this.checkSX();
}
// }
},
methods: {
//

View File

@ -406,7 +406,7 @@
}
if(options.share_id!=undefined) this.share_id = options.share_id
if(options.isIntegral=="true"){this.isScore = 3;}
if(uni.getStorageSync('phone_active')!=0 && uni.getStorageSync('is_active')!=0){
// if(uni.getStorageSync('phone_active')!=0 && uni.getStorageSync('is_active')!=0){
//
this.cartNumEv();
//
@ -417,7 +417,7 @@
// options.share_id:id
this.sharePin(options.checkGrounpId,options.share_id);
}
}
// }
},
methods: {
//

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

View File

@ -1,2 +0,0 @@
@import './common/main.css';

View File

@ -1,4 +0,0 @@
require('./common/runtime.js')
require('./common/vendor.js')
require('./common/main.js')

View File

@ -1,62 +0,0 @@
{
"pages": [
"pages/login/login",
"pages/tabbar/pageHome/pageHome",
"pages/tabbar/shop/shop",
"pages/tabbar/cate/cate",
"pages/tabbar/my/my"
],
"subPackages": [
{
"root": "pagesA",
"pages": [
"nodifyData/nodifyData",
"makeAnPppointment/makeAnPppointment",
"ppointmentEv/ppointmentEv",
"suggestions/suggestions"
]
},
{
"root": "pagesB",
"pages": [
"searchPage/searchPage",
"mysharer/mysharer",
"messagecenter/messagecenter",
"myCollection/myCollection",
"customerList/customerList",
"userFootprint/userFootprint",
"personalPoster/personalPoster",
"sharingCenter/sharingCenter",
"aboutUs/aboutUs",
"articleDetail/articleDetail",
"doctor/doctor",
"doctorDetail/doctorDetail",
"problemDetail/problemDetail",
"video/playVideo"
]
}
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "恒美",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF",
"navigationStyle": "custom"
},
"preloadRule": {
"pages/tabbar/homePage/homePage": {
"network": "all",
"packages": [
"pagesA"
]
}
},
"usingComponents": {
"status-nav": "/components/status-nav",
"foot-tab": "/components/foot-tab",
"back-top": "/components/backTop",
"cate-pu": "/components/cate-items/cate-pu",
"list-pu": "/components/list-pu",
"pu-po": "/components/pupo"
}
}

View File

@ -1,2 +0,0 @@
@import './common/main.css';

View File

@ -1,4 +0,0 @@
require('./common/runtime.js')
require('./common/vendor.js')
require('./common/main.js')

View File

@ -1,62 +0,0 @@
{
"pages": [
"pages/login/login",
"pages/tabbar/pageHome/pageHome",
"pages/tabbar/shop/shop",
"pages/tabbar/cate/cate",
"pages/tabbar/my/my"
],
"subPackages": [
{
"root": "pagesA",
"pages": [
"nodifyData/nodifyData",
"makeAnPppointment/makeAnPppointment",
"ppointmentEv/ppointmentEv",
"suggestions/suggestions"
]
},
{
"root": "pagesB",
"pages": [
"searchPage/searchPage",
"mysharer/mysharer",
"messagecenter/messagecenter",
"myCollection/myCollection",
"customerList/customerList",
"userFootprint/userFootprint",
"personalPoster/personalPoster",
"sharingCenter/sharingCenter",
"aboutUs/aboutUs",
"articleDetail/articleDetail",
"doctor/doctor",
"doctorDetail/doctorDetail",
"problemDetail/problemDetail",
"video/playVideo"
]
}
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "恒美",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF",
"navigationStyle": "custom"
},
"preloadRule": {
"pages/tabbar/homePage/homePage": {
"network": "all",
"packages": [
"pagesA"
]
}
},
"usingComponents": {
"status-nav": "/components/status-nav",
"foot-tab": "/components/foot-tab",
"back-top": "/components/backTop",
"cate-pu": "/components/cate-items/cate-pu",
"list-pu": "/components/list-pu",
"pu-po": "/components/pupo"
}
}

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["common/main"],{1665:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){},onShow:function(){t.setStorageSync("publicColor","#3875F6")},onHide:function(){}};e.default=n}).call(this,n("5486")["default"])},"2b24":function(t,e,n){"use strict";var o=n("c072"),c=n.n(o);c.a},"384b":function(t,e,n){"use strict";n.r(e);var o=n("cfb1");for(var c in o)"default"!==c&&function(t){n.d(e,t,(function(){return o[t]}))}(c);n("2b24");var u,r,a,f,l=n("f0c5"),i=Object(l["a"])(o["default"],u,r,!1,null,null,null,!1,a,f);e["default"]=i.exports},"90fa":function(t,e,n){"use strict";(function(t){n("3f1a");var e=r(n("66fd")),o=r(n("384b")),c=r(n("3a65")),u=r(n("cc3e"));function r(t){return t&&t.__esModule?t:{default:t}}function a(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function f(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?a(Object(n),!0).forEach((function(e){l(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):a(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}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}var i=function(){n.e("components/status-nav").then(function(){return resolve(n("3bce"))}.bind(null,n)).catch(n.oe)};e.default.component("status-nav",i);var p=function(){n.e("components/foot-tab").then(function(){return resolve(n("e3f2"))}.bind(null,n)).catch(n.oe)};e.default.component("foot-tab",p);var s=function(){n.e("components/backTop").then(function(){return resolve(n("5930"))}.bind(null,n)).catch(n.oe)};e.default.component("back-top",s);var b=function(){n.e("components/cate-items/cate-pu").then(function(){return resolve(n("fb38"))}.bind(null,n)).catch(n.oe)};e.default.component("cate-pu",b);var d=function(){n.e("components/list-pu").then(function(){return resolve(n("7217"))}.bind(null,n)).catch(n.oe)};e.default.component("list-pu",d);var v=function(){n.e("components/pupo").then(function(){return resolve(n("0ec9"))}.bind(null,n)).catch(n.oe)};e.default.component("pu-po",v),e.default.prototype.$toolAll=c.default,e.default.prototype.$requst=u.default,e.default.prototype.$http="",e.default.config.productionTip=!1,o.default.mpType="app";var m=new e.default(f({},o.default));t(m).$mount()}).call(this,n("5486")["createApp"])},c072:function(t,e,n){},cfb1:function(t,e,n){"use strict";n.r(e);var o=n("1665"),c=n.n(o);for(var u in o)"default"!==u&&function(t){n.d(e,t,(function(){return o[t]}))}(u);e["default"]=c.a}},[["90fa","common/runtime","common/vendor"]]]);

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["common/main"],{1665:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={onLaunch:function(){},onShow:function(){t.setStorageSync("publicColor","#3875F6")},onHide:function(){}};e.default=n}).call(this,n("5486")["default"])},"2b24":function(t,e,n){"use strict";var o=n("c072"),c=n.n(o);c.a},"384b":function(t,e,n){"use strict";n.r(e);var o=n("cfb1");for(var c in o)"default"!==c&&function(t){n.d(e,t,(function(){return o[t]}))}(c);n("2b24");var u,r,a,f,l=n("f0c5"),i=Object(l["a"])(o["default"],u,r,!1,null,null,null,!1,a,f);e["default"]=i.exports},"90fa":function(t,e,n){"use strict";(function(t){n("3f1a");var e=r(n("66fd")),o=r(n("384b")),c=r(n("3a65")),u=r(n("cc3e"));function r(t){return t&&t.__esModule?t:{default:t}}function a(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function f(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?a(Object(n),!0).forEach((function(e){l(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):a(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}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}var i=function(){n.e("components/status-nav").then(function(){return resolve(n("3bce"))}.bind(null,n)).catch(n.oe)};e.default.component("status-nav",i);var p=function(){n.e("components/foot-tab").then(function(){return resolve(n("e3f2"))}.bind(null,n)).catch(n.oe)};e.default.component("foot-tab",p);var s=function(){n.e("components/backTop").then(function(){return resolve(n("5930"))}.bind(null,n)).catch(n.oe)};e.default.component("back-top",s);var b=function(){n.e("components/cate-items/cate-pu").then(function(){return resolve(n("fb38"))}.bind(null,n)).catch(n.oe)};e.default.component("cate-pu",b);var d=function(){n.e("components/list-pu").then(function(){return resolve(n("7217"))}.bind(null,n)).catch(n.oe)};e.default.component("list-pu",d);var v=function(){n.e("components/pupo").then(function(){return resolve(n("0ec9"))}.bind(null,n)).catch(n.oe)};e.default.component("pu-po",v),e.default.prototype.$toolAll=c.default,e.default.prototype.$requst=u.default,e.default.prototype.$http="",e.default.config.productionTip=!1,o.default.mpType="app";var m=new e.default(f({},o.default));t(m).$mount()}).call(this,n("5486")["createApp"])},c072:function(t,e,n){},cfb1:function(t,e,n){"use strict";n.r(e);var o=n("1665"),c=n.n(o);for(var u in o)"default"!==u&&function(t){n.d(e,t,(function(){return o[t]}))}(u);e["default"]=c.a}},[["90fa","common/runtime","common/vendor"]]]);

View File

@ -1 +0,0 @@
(function(e){function t(t){for(var o,r,c=t[0],p=t[1],u=t[2],i=0,l=[];i<c.length;i++)r=c[i],Object.prototype.hasOwnProperty.call(s,r)&&s[r]&&l.push(s[r][0]),s[r]=0;for(o in p)Object.prototype.hasOwnProperty.call(p,o)&&(e[o]=p[o]);m&&m(t);while(l.length)l.shift()();return a.push.apply(a,u||[]),n()}function n(){for(var e,t=0;t<a.length;t++){for(var n=a[t],o=!0,r=1;r<n.length;r++){var c=n[r];0!==s[c]&&(o=!1)}o&&(a.splice(t--,1),e=p(p.s=n[0]))}return e}var o={},r={"common/runtime":0},s={"common/runtime":0},a=[];function c(e){return p.p+""+e+".js"}function p(t){if(o[t])return o[t].exports;var n=o[t]={i:t,l:!1,exports:{}};return e[t].call(n.exports,n,n.exports,p),n.l=!0,n.exports}p.e=function(e){var t=[],n={"components/backTop":1,"components/cate-items/cate-pu":1,"components/foot-tab":1,"components/status-nav":1,"components/swiper-pu":1,"components/simple-address/simple-address":1};r[e]?t.push(r[e]):0!==r[e]&&n[e]&&t.push(r[e]=new Promise((function(t,n){for(var o=({"components/backTop":"components/backTop","components/cate-items/cate-pu":"components/cate-items/cate-pu","components/foot-tab":"components/foot-tab","components/list-pu":"components/list-pu","components/pupo":"components/pupo","components/status-nav":"components/status-nav","components/swiper-pu":"components/swiper-pu","components/cate-items/cate-tu":"components/cate-items/cate-tu","components/simple-address/simple-address":"components/simple-address/simple-address","components/list-doctor":"components/list-doctor","components/bottomkf":"components/bottomkf"}[e]||e)+".css",s=p.p+o,a=document.getElementsByTagName("link"),c=0;c<a.length;c++){var u=a[c],i=u.getAttribute("data-href")||u.getAttribute("href");if("stylesheet"===u.rel&&(i===o||i===s))return t()}var l=document.getElementsByTagName("style");for(c=0;c<l.length;c++){u=l[c],i=u.getAttribute("data-href");if(i===o||i===s)return t()}var m=document.createElement("link");m.rel="stylesheet",m.type="text/css",m.onload=t,m.onerror=function(t){var o=t&&t.target&&t.target.src||s,a=new Error("Loading CSS chunk "+e+" failed.\n("+o+")");a.code="CSS_CHUNK_LOAD_FAILED",a.request=o,delete r[e],m.parentNode.removeChild(m),n(a)},m.href=s;var f=document.getElementsByTagName("head")[0];f.appendChild(m)})).then((function(){r[e]=0})));var o=s[e];if(0!==o)if(o)t.push(o[2]);else{var a=new Promise((function(t,n){o=s[e]=[t,n]}));t.push(o[2]=a);var u,i=document.createElement("script");i.charset="utf-8",i.timeout=120,p.nc&&i.setAttribute("nonce",p.nc),i.src=c(e);var l=new Error;u=function(t){i.onerror=i.onload=null,clearTimeout(m);var n=s[e];if(0!==n){if(n){var o=t&&("load"===t.type?"missing":t.type),r=t&&t.target&&t.target.src;l.message="Loading chunk "+e+" failed.\n("+o+": "+r+")",l.name="ChunkLoadError",l.type=o,l.request=r,n[1](l)}s[e]=void 0}};var m=setTimeout((function(){u({type:"timeout",target:i})}),12e4);i.onerror=i.onload=u,document.head.appendChild(i)}return Promise.all(t)},p.m=e,p.c=o,p.d=function(e,t,n){p.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},p.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},p.t=function(e,t){if(1&t&&(e=p(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(p.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)p.d(n,o,function(t){return e[t]}.bind(null,o));return n},p.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return p.d(t,"a",t),t},p.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},p.p="/",p.oe=function(e){throw console.error(e),e};var u=global["webpackJsonp"]=global["webpackJsonp"]||[],i=u.push.bind(u);u.push=t,u=u.slice();for(var l=0;l<u.length;l++)t(u[l]);var m=i;n()})([]);

View File

@ -1 +0,0 @@
(function(e){function t(t){for(var o,r,c=t[0],p=t[1],u=t[2],i=0,l=[];i<c.length;i++)r=c[i],Object.prototype.hasOwnProperty.call(s,r)&&s[r]&&l.push(s[r][0]),s[r]=0;for(o in p)Object.prototype.hasOwnProperty.call(p,o)&&(e[o]=p[o]);m&&m(t);while(l.length)l.shift()();return a.push.apply(a,u||[]),n()}function n(){for(var e,t=0;t<a.length;t++){for(var n=a[t],o=!0,r=1;r<n.length;r++){var c=n[r];0!==s[c]&&(o=!1)}o&&(a.splice(t--,1),e=p(p.s=n[0]))}return e}var o={},r={"common/runtime":0},s={"common/runtime":0},a=[];function c(e){return p.p+""+e+".js"}function p(t){if(o[t])return o[t].exports;var n=o[t]={i:t,l:!1,exports:{}};return e[t].call(n.exports,n,n.exports,p),n.l=!0,n.exports}p.e=function(e){var t=[],n={"components/backTop":1,"components/cate-items/cate-pu":1,"components/foot-tab":1,"components/status-nav":1,"components/swiper-pu":1,"components/simple-address/simple-address":1};r[e]?t.push(r[e]):0!==r[e]&&n[e]&&t.push(r[e]=new Promise((function(t,n){for(var o=({"components/backTop":"components/backTop","components/cate-items/cate-pu":"components/cate-items/cate-pu","components/foot-tab":"components/foot-tab","components/list-pu":"components/list-pu","components/pupo":"components/pupo","components/status-nav":"components/status-nav","components/swiper-pu":"components/swiper-pu","components/cate-items/cate-tu":"components/cate-items/cate-tu","components/simple-address/simple-address":"components/simple-address/simple-address","components/list-doctor":"components/list-doctor","components/bottomkf":"components/bottomkf"}[e]||e)+".css",s=p.p+o,a=document.getElementsByTagName("link"),c=0;c<a.length;c++){var u=a[c],i=u.getAttribute("data-href")||u.getAttribute("href");if("stylesheet"===u.rel&&(i===o||i===s))return t()}var l=document.getElementsByTagName("style");for(c=0;c<l.length;c++){u=l[c],i=u.getAttribute("data-href");if(i===o||i===s)return t()}var m=document.createElement("link");m.rel="stylesheet",m.type="text/css",m.onload=t,m.onerror=function(t){var o=t&&t.target&&t.target.src||s,a=new Error("Loading CSS chunk "+e+" failed.\n("+o+")");a.code="CSS_CHUNK_LOAD_FAILED",a.request=o,delete r[e],m.parentNode.removeChild(m),n(a)},m.href=s;var f=document.getElementsByTagName("head")[0];f.appendChild(m)})).then((function(){r[e]=0})));var o=s[e];if(0!==o)if(o)t.push(o[2]);else{var a=new Promise((function(t,n){o=s[e]=[t,n]}));t.push(o[2]=a);var u,i=document.createElement("script");i.charset="utf-8",i.timeout=120,p.nc&&i.setAttribute("nonce",p.nc),i.src=c(e);var l=new Error;u=function(t){i.onerror=i.onload=null,clearTimeout(m);var n=s[e];if(0!==n){if(n){var o=t&&("load"===t.type?"missing":t.type),r=t&&t.target&&t.target.src;l.message="Loading chunk "+e+" failed.\n("+o+": "+r+")",l.name="ChunkLoadError",l.type=o,l.request=r,n[1](l)}s[e]=void 0}};var m=setTimeout((function(){u({type:"timeout",target:i})}),12e4);i.onerror=i.onload=u,document.head.appendChild(i)}return Promise.all(t)},p.m=e,p.c=o,p.d=function(e,t,n){p.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},p.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},p.t=function(e,t){if(1&t&&(e=p(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(p.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)p.d(n,o,function(t){return e[t]}.bind(null,o));return n},p.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return p.d(t,"a",t),t},p.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},p.p="/",p.oe=function(e){throw console.error(e),e};var u=global["webpackJsonp"]=global["webpackJsonp"]||[],i=u.push.bind(u);u.push=t,u=u.slice();for(var l=0;l<u.length;l++)t(u[l]);var m=i;n()})([]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +0,0 @@
.backTop-box.data-v-0631db85{position:fixed;right:20rpx;bottom:160rpx}.backTop-box>image.data-v-0631db85{width:60rpx;height:50rpx}

View File

@ -1,10 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/backTop"],{"25e4":function(n,t,e){},5930:function(n,t,e){"use strict";e.r(t);var c=e("8a44"),o=e("e038");for(var u in o)"default"!==u&&function(n){e.d(t,n,(function(){return o[n]}))}(u);e("69c2");var a,r=e("f0c5"),f=Object(r["a"])(o["default"],c["b"],c["c"],!1,null,"0631db85",null,!1,c["a"],a);t["default"]=f.exports},"69c2":function(n,t,e){"use strict";var c=e("25e4"),o=e.n(c);o.a},"8a44":function(n,t,e){"use strict";var c;e.d(t,"b",(function(){return o})),e.d(t,"c",(function(){return u})),e.d(t,"a",(function(){return c}));var o=function(){var n=this,t=n.$createElement;n._self._c},u=[]},dc10:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var c={name:"backTop",props:{showTop:{type:Boolean,default:!1}},data:function(){return{}},onPageScroll:function(n){},methods:{backTop:function(){this.$emit("backTop")}}};t.default=c},e038:function(n,t,e){"use strict";e.r(t);var c=e("dc10"),o=e.n(c);for(var u in c)"default"!==u&&function(n){e.d(t,n,(function(){return c[n]}))}(u);t["default"]=o.a}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/backTop-create-component',
{
'components/backTop-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('5486')['createComponent'](__webpack_require__("5930"))
})
},
[['components/backTop-create-component']]
]);

View File

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

View File

@ -1 +0,0 @@
<view class="data-v-0631db85"><block s-if="{{showTop}}"><view class="backTop-box data-v-0631db85"><image class="animated pulse infinite data-v-0631db85" src="/static/public/backTop.png" data-event-opts="{{[['tap',[['backTop',['$event']]]]]}}" bindtap="__e"></image></view></block></view>

View File

@ -1 +0,0 @@
.backTop-box.data-v-0631db85{position:fixed;right:20rpx;bottom:160rpx}.backTop-box>image.data-v-0631db85{width:60rpx;height:50rpx}

View File

@ -1,10 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/backTop"],{"25e4":function(n,t,e){},5930:function(n,t,e){"use strict";e.r(t);var c=e("8a44"),o=e("e038");for(var u in o)"default"!==u&&function(n){e.d(t,n,(function(){return o[n]}))}(u);e("69c2");var a,r=e("f0c5"),f=Object(r["a"])(o["default"],c["b"],c["c"],!1,null,"0631db85",null,!1,c["a"],a);t["default"]=f.exports},"69c2":function(n,t,e){"use strict";var c=e("25e4"),o=e.n(c);o.a},"8a44":function(n,t,e){"use strict";var c;e.d(t,"b",(function(){return o})),e.d(t,"c",(function(){return u})),e.d(t,"a",(function(){return c}));var o=function(){var n=this,t=n.$createElement;n._self._c},u=[]},dc10:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var c={name:"backTop",props:{showTop:{type:Boolean,default:!1}},data:function(){return{}},onPageScroll:function(n){},methods:{backTop:function(){this.$emit("backTop")}}};t.default=c},e038:function(n,t,e){"use strict";e.r(t);var c=e("dc10"),o=e.n(c);for(var u in c)"default"!==u&&function(n){e.d(t,n,(function(){return c[n]}))}(u);t["default"]=o.a}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/backTop-create-component',
{
'components/backTop-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('5486')['createComponent'](__webpack_require__("5930"))
})
},
[['components/backTop-create-component']]
]);

View File

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

View File

@ -1 +0,0 @@
<view class="data-v-0631db85"><block s-if="{{showTop}}"><view class="backTop-box data-v-0631db85"><image class="animated pulse infinite data-v-0631db85" src="/static/public/backTop.png" data-event-opts="{{[['tap',[['backTop',['$event']]]]]}}" bindtap="__e"></image></view></block></view>

View File

@ -1,10 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/bottomkf"],{6446:function(t,n,e){"use strict";e.r(n);var u=e("f3c5"),o=e("e438");for(var a in o)"default"!==a&&function(t){e.d(n,t,(function(){return o[t]}))}(a);var r,c=e("f0c5"),f=Object(c["a"])(o["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],r);n["default"]=f.exports},"70b8":function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var e={props:{},data:function(){return{publicColor:t.getStorageSync("publicColor")}},methods:{backHome:function(){t.navigateTo({url:"/pages/tabbar/pageHome/pageHome"})}}};n.default=e}).call(this,e("5486")["default"])},e438:function(t,n,e){"use strict";e.r(n);var u=e("70b8"),o=e.n(u);for(var a in u)"default"!==a&&function(t){e.d(n,t,(function(){return u[t]}))}(a);n["default"]=o.a},f3c5:function(t,n,e){"use strict";var u;e.d(n,"b",(function(){return o})),e.d(n,"c",(function(){return a})),e.d(n,"a",(function(){return u}));var o=function(){var t=this,n=t.$createElement;t._self._c},a=[]}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/bottomkf-create-component',
{
'components/bottomkf-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('5486')['createComponent'](__webpack_require__("6446"))
})
},
[['components/bottomkf-create-component']]
]);

View File

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

View File

@ -1 +0,0 @@
<view class="posixzy disjbac bacf pad-zy32" style="height:98rpx;"><view class="posir"><image class="posia" style="width:155rpx;height:155rpx;top:-98rpx;" src="/static/public/back-home.png" mode="aspectFill" data-event-opts="{{[['tap',[['backHome',['$event']]]]]}}" bindtap="__e"></image></view><view class="disac fon26 colf"><view class="disac" style="{{'height:70rpx;width:220rpx;border-top-left-radius:51rpx;border-bottom-left-radius:51rpx;'+('background:'+(publicColor)+';')}}"><image class="mar-zy20" style="width:47rpx;height:47rpx;" src="/static/public/bottom-customer.png" mode="aspectFill"></image><view>联系客服</view></view><view class="disac" style="height:70rpx;width:220rpx;background-color:#38CE51;border-top-right-radius:51rpx;border-bottom-right-radius:51rpx;"><image style="width:47rpx;height:47rpx;margin-left:15rpx;margin-right:8rpx;" src="../static/public/bottom-shear.png" mode="aspectFill"></image><view>分享给好友</view></view></view></view>

View File

@ -1,10 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/bottomkf"],{6446:function(t,n,e){"use strict";e.r(n);var u=e("f3c5"),o=e("e438");for(var a in o)"default"!==a&&function(t){e.d(n,t,(function(){return o[t]}))}(a);var r,c=e("f0c5"),f=Object(c["a"])(o["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],r);n["default"]=f.exports},"70b8":function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var e={props:{},data:function(){return{publicColor:t.getStorageSync("publicColor")}},methods:{backHome:function(){t.navigateTo({url:"/pages/tabbar/pageHome/pageHome"})}}};n.default=e}).call(this,e("5486")["default"])},e438:function(t,n,e){"use strict";e.r(n);var u=e("70b8"),o=e.n(u);for(var a in u)"default"!==a&&function(t){e.d(n,t,(function(){return u[t]}))}(a);n["default"]=o.a},f3c5:function(t,n,e){"use strict";var u;e.d(n,"b",(function(){return o})),e.d(n,"c",(function(){return a})),e.d(n,"a",(function(){return u}));var o=function(){var t=this,n=t.$createElement;t._self._c},a=[]}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/bottomkf-create-component',
{
'components/bottomkf-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('5486')['createComponent'](__webpack_require__("6446"))
})
},
[['components/bottomkf-create-component']]
]);

View File

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

View File

@ -1 +0,0 @@
<view class="posixzy disjbac bacf pad-zy32" style="height:98rpx;"><view class="posir"><image class="posia" style="width:155rpx;height:155rpx;top:-98rpx;" src="/static/public/back-home.png" mode="aspectFill" data-event-opts="{{[['tap',[['backHome',['$event']]]]]}}" bindtap="__e"></image></view><view class="disac fon26 colf"><view class="disac" style="{{'height:70rpx;width:220rpx;border-top-left-radius:51rpx;border-bottom-left-radius:51rpx;'+('background:'+(publicColor)+';')}}"><image class="mar-zy20" style="width:47rpx;height:47rpx;" src="/static/public/bottom-customer.png" mode="aspectFill"></image><view>联系客服</view></view><view class="disac" style="height:70rpx;width:220rpx;background-color:#38CE51;border-top-right-radius:51rpx;border-bottom-right-radius:51rpx;"><image style="width:47rpx;height:47rpx;margin-left:15rpx;margin-right:8rpx;" src="../static/public/bottom-shear.png" mode="aspectFill"></image><view>分享给好友</view></view></view></view>

View File

@ -1 +0,0 @@
.catetwomo.data-v-36ff74ec{background-color:#fff;color:#4d4d4d}.disac.data-v-36ff74ec{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flexs.data-v-36ff74ec{-webkit-flex-shrink:0;flex-shrink:0}.cateitem.data-v-36ff74ec{padding:16rpx 25rpx;text-align:center;margin-right:20rpx}.maright0.data-v-36ff74ec{margin-right:0!important}

View File

@ -1,10 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/cate-items/cate-pu"],{"0d44":function(t,e,n){"use strict";var u;n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return r})),n.d(e,"a",(function(){return u}));var a=function(){var t=this,e=t.$createElement;t._self._c},r=[]},1735:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var u={name:"cate-pu",props:{isCenter:{type:Boolean,default:!0},activeb:{type:String,default:"#3875F6"},activec:{type:String,default:"#FFFFFF"},newcateList:{type:Array,default:function(){return[{title:"热门问题"},{title:"病种"},{title:"案例日记"},{title:"效果模拟"},{title:"效果模拟"}]}},newbmo:{type:String,default:"#FFFFFF"},newcmo:{type:String,default:"#333333"},newfmo:{type:String,default:"12"},newRadius:{type:String,default:"10"},isMinW:{type:Boolean,default:!1},newMinWidth:{type:String,default:"49"},newCurrent:{type:Number,default:0}},data:function(){return{current:0}},methods:{choosecate:function(t){this.$emit("choosecateEv",t)}}};e.default=u},"1d33":function(t,e,n){"use strict";var u=n("7534"),a=n.n(u);a.a},"207c":function(t,e,n){"use strict";n.r(e);var u=n("1735"),a=n.n(u);for(var r in u)"default"!==r&&function(t){n.d(e,t,(function(){return u[t]}))}(r);e["default"]=a.a},7534:function(t,e,n){},fb38:function(t,e,n){"use strict";n.r(e);var u=n("0d44"),a=n("207c");for(var r in a)"default"!==r&&function(t){n.d(e,t,(function(){return a[t]}))}(r);n("1d33");var i,c=n("f0c5"),f=Object(c["a"])(a["default"],u["b"],u["c"],!1,null,"36ff74ec",null,!1,u["a"],i);e["default"]=f.exports}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/cate-items/cate-pu-create-component',
{
'components/cate-items/cate-pu-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('5486')['createComponent'](__webpack_require__("fb38"))
})
},
[['components/cate-items/cate-pu-create-component']]
]);

View File

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

View File

@ -1 +0,0 @@
<view class="data-v-36ff74ec"><scroll-view scroll-x="{{true}}" class="data-v-36ff74ec"><view class="{{['data-v-36ff74ec',isCenter?'disac':'disjb']}}"><block s-for="{{newcateList}}" s-for-item="item" s-for-index="index" s-key="index"><view data-event-opts="{{[['tap',[['choosecate',[index]]]]]}}" class="{{['flexs','cateitem','data-v-36ff74ec',!isCenter&&newcateList.length<=4?'maright0':'']}}" style="{{'background:'+(newCurrent==index?activeb:newbmo)+';'+('font-size:'+(newfmo+'px')+';')+('border-radius:'+(newRadius+'px')+';')+('min-width:'+(isMinW?newMinWidth+'px':'')+';')+('color:'+(newCurrent==index?activec:newcmo)+';')}}" bindtap="__e">{{item.title}}</view></block></view></scroll-view></view>

View File

@ -1 +0,0 @@
.catetwomo.data-v-36ff74ec{background-color:#fff;color:#4d4d4d}.disac.data-v-36ff74ec{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.flexs.data-v-36ff74ec{-webkit-flex-shrink:0;flex-shrink:0}.cateitem.data-v-36ff74ec{padding:16rpx 25rpx;text-align:center;margin-right:20rpx}.maright0.data-v-36ff74ec{margin-right:0!important}

View File

@ -1,10 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/cate-items/cate-pu"],{"0d44":function(t,e,n){"use strict";var u;n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return r})),n.d(e,"a",(function(){return u}));var a=function(){var t=this,e=t.$createElement;t._self._c},r=[]},1735:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var u={name:"cate-pu",props:{isCenter:{type:Boolean,default:!0},activeb:{type:String,default:"#3875F6"},activec:{type:String,default:"#FFFFFF"},newcateList:{type:Array,default:function(){return[{title:"热门问题"},{title:"病种"},{title:"案例日记"},{title:"效果模拟"},{title:"效果模拟"}]}},newbmo:{type:String,default:"#FFFFFF"},newcmo:{type:String,default:"#333333"},newfmo:{type:String,default:"12"},newRadius:{type:String,default:"10"},isMinW:{type:Boolean,default:!1},newMinWidth:{type:String,default:"49"},newCurrent:{type:Number,default:0}},data:function(){return{current:0}},methods:{choosecate:function(t){this.$emit("choosecateEv",t)}}};e.default=u},"1d33":function(t,e,n){"use strict";var u=n("7534"),a=n.n(u);a.a},"207c":function(t,e,n){"use strict";n.r(e);var u=n("1735"),a=n.n(u);for(var r in u)"default"!==r&&function(t){n.d(e,t,(function(){return u[t]}))}(r);e["default"]=a.a},7534:function(t,e,n){},fb38:function(t,e,n){"use strict";n.r(e);var u=n("0d44"),a=n("207c");for(var r in a)"default"!==r&&function(t){n.d(e,t,(function(){return a[t]}))}(r);n("1d33");var i,c=n("f0c5"),f=Object(c["a"])(a["default"],u["b"],u["c"],!1,null,"36ff74ec",null,!1,u["a"],i);e["default"]=f.exports}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/cate-items/cate-pu-create-component',
{
'components/cate-items/cate-pu-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('5486')['createComponent'](__webpack_require__("fb38"))
})
},
[['components/cate-items/cate-pu-create-component']]
]);

View File

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

View File

@ -1 +0,0 @@
<view class="data-v-36ff74ec"><scroll-view scroll-x="{{true}}" class="data-v-36ff74ec"><view class="{{['data-v-36ff74ec',isCenter?'disac':'disjb']}}"><block s-for="{{newcateList}}" s-for-item="item" s-for-index="index" s-key="index"><view data-event-opts="{{[['tap',[['choosecate',[index]]]]]}}" class="{{['flexs','cateitem','data-v-36ff74ec',!isCenter&&newcateList.length<=4?'maright0':'']}}" style="{{'background:'+(newCurrent==index?activeb:newbmo)+';'+('font-size:'+(newfmo+'px')+';')+('border-radius:'+(newRadius+'px')+';')+('min-width:'+(isMinW?newMinWidth+'px':'')+';')+('color:'+(newCurrent==index?activec:newcmo)+';')}}" bindtap="__e">{{item.title}}</view></block></view></scroll-view></view>

View File

@ -1,10 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/cate-items/cate-tu"],{"65fe":function(t,e,n){"use strict";var o;n.d(e,"b",(function(){return u})),n.d(e,"c",(function(){return c})),n.d(e,"a",(function(){return o}));var u=function(){var t=this,e=t.$createElement;t._self._c},c=[]},"7a80":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o={name:"cate-tu",props:{list:{type:Array,default:function(){return[]}}},data:function(){return{}},methods:{choosetwo:function(t,e){console.log("一级索引:",t),console.log("二级索引:",e),console.log(this.list[t].list[e].content),this.$emit("choosetu",this.list[t].list[e].content)},delSearch:function(){this.$emit("delev")}}};e.default=o},"7eda":function(t,e,n){"use strict";n.r(e);var o=n("65fe"),u=n("fd6e");for(var c in u)"default"!==c&&function(t){n.d(e,t,(function(){return u[t]}))}(c);var r,a=n("f0c5"),i=Object(a["a"])(u["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],r);e["default"]=i.exports},fd6e:function(t,e,n){"use strict";n.r(e);var o=n("7a80"),u=n.n(o);for(var c in o)"default"!==c&&function(t){n.d(e,t,(function(){return o[t]}))}(c);e["default"]=u.a}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/cate-items/cate-tu-create-component',
{
'components/cate-items/cate-tu-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('5486')['createComponent'](__webpack_require__("7eda"))
})
},
[['components/cate-items/cate-tu-create-component']]
]);

View File

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

View File

@ -1 +0,0 @@
<block s-if="{{list.lenght!=0}}"><view><block s-for="{{list}}" s-for-item="item" s-for-index="index" s-key="index"><view><view class="disjbac mar-x30 mar-s10"><view class="fon28 bold col3">{{item.title}}</view><block s-if="{{item.src!=''}}"><image class="mar-y50" style="width:30rpx;height:30rpx;" src="{{item.src}}" mode="heightFix" data-event-opts="{{[['tap',[['delSearch',['$event']]]]]}}" bindtap="__e"></image></block></view><view class="fon24 col6 disac fw"><block s-for="{{item.list}}" s-for-item="itemo" s-for-index="indexo" s-key="indexo"><view data-event-opts="{{[['tap',[['choosetwo',[index,indexo]]]]]}}" class="radius10 mar-y20 flexs mar-x20 cate-tu-item" bindtap="__e">{{itemo.content}}</view></block></view></view></block></view></block>

View File

@ -1,10 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/cate-items/cate-tu"],{"65fe":function(t,e,n){"use strict";var o;n.d(e,"b",(function(){return u})),n.d(e,"c",(function(){return c})),n.d(e,"a",(function(){return o}));var u=function(){var t=this,e=t.$createElement;t._self._c},c=[]},"7a80":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o={name:"cate-tu",props:{list:{type:Array,default:function(){return[]}}},data:function(){return{}},methods:{choosetwo:function(t,e){console.log("一级索引:",t),console.log("二级索引:",e),console.log(this.list[t].list[e].content),this.$emit("choosetu",this.list[t].list[e].content)},delSearch:function(){this.$emit("delev")}}};e.default=o},"7eda":function(t,e,n){"use strict";n.r(e);var o=n("65fe"),u=n("fd6e");for(var c in u)"default"!==c&&function(t){n.d(e,t,(function(){return u[t]}))}(c);var r,a=n("f0c5"),i=Object(a["a"])(u["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],r);e["default"]=i.exports},fd6e:function(t,e,n){"use strict";n.r(e);var o=n("7a80"),u=n.n(o);for(var c in o)"default"!==c&&function(t){n.d(e,t,(function(){return o[t]}))}(c);e["default"]=u.a}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/cate-items/cate-tu-create-component',
{
'components/cate-items/cate-tu-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('5486')['createComponent'](__webpack_require__("7eda"))
})
},
[['components/cate-items/cate-tu-create-component']]
]);

View File

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

View File

@ -1 +0,0 @@
<block s-if="{{list.lenght!=0}}"><view><block s-for="{{list}}" s-for-item="item" s-for-index="index" s-key="index"><view><view class="disjbac mar-x30 mar-s10"><view class="fon28 bold col3">{{item.title}}</view><block s-if="{{item.src!=''}}"><image class="mar-y50" style="width:30rpx;height:30rpx;" src="{{item.src}}" mode="heightFix" data-event-opts="{{[['tap',[['delSearch',['$event']]]]]}}" bindtap="__e"></image></block></view><view class="fon24 col6 disac fw"><block s-for="{{item.list}}" s-for-item="itemo" s-for-index="indexo" s-key="indexo"><view data-event-opts="{{[['tap',[['choosetwo',[index,indexo]]]]]}}" class="radius10 mar-y20 flexs mar-x20 cate-tu-item" bindtap="__e">{{itemo.content}}</view></block></view></view></block></view></block>

View File

@ -1 +0,0 @@
Component({})

View File

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

View File

@ -1 +0,0 @@
<block s-if="{{lotusAddressData.visible}}"><view class="lotus-address-mask" status="{{checkStatus}}"><view class="{{[lotusAddressData.visible?'lotus-address-box':'lotus-address-box lotus-address-box-out']}}"><view class="lotus-address-action"><text data-event-opts="{{[['tap',[['cancelPicker',['$event']]]]]}}" class="lotus-address-action-cancel" bindtap="__e">取消</text><text data-event-opts="{{[['tap',[['chosedVal',['$event']]]]]}}" class="lotus-address-action-affirm" bindtap="__e">确认</text></view><view class="lotus-address-picker-box"><scroll-view class="lotus-address-picker-box-item" scroll-y="{{true}}" scroll-into-view="{{'pid'+pChoseIndex}}"><block s-for="{{province}}" s-for-item="pItem" s-for-index="pIndex" s-key="pIndex"><view class="{{[pIndex===pChoseIndex?'lotus-address-picker lotus-address-picker2':'lotus-address-picker']}}" id="{{'pid'+pIndex}}" data-event-opts="{{[['tap',[['clickPicker',[0,pIndex,'$0'],[[['province','',pIndex]]]]]]]}}" bindtap="__e">{{pItem}}</view></block></scroll-view><scroll-view class="lotus-address-picker-box-item" scroll-y="{{true}}" scroll-into-view="{{'cid'+cChoseIndex}}"><block s-for="{{city}}" s-for-item="cItem" s-for-index="cIndex" s-key="cIndex"><view class="{{[cIndex===cChoseIndex?'lotus-address-picker lotus-address-picker2':'lotus-address-picker']}}" id="{{'cid'+cIndex}}" data-event-opts="{{[['tap',[['clickPicker',[1,cIndex,'$0'],[[['city','',cIndex]]]]]]]}}" bindtap="__e">{{cItem}}</view></block></scroll-view><scroll-view class="lotus-address-picker-box-item" scroll-y="{{true}}" scroll-into-view="{{'tid'+tChoseIndex}}"><block s-for="{{town}}" s-for-item="tItem" s-for-index="tIndex" s-key="tIndex"><view class="{{[tIndex===tChoseIndex?'lotus-address-picker lotus-address-picker2':'lotus-address-picker']}}" id="{{'tid'+tIndex}}" data-event-opts="{{[['tap',[['clickPicker',[2,tIndex,'$0'],[[['town','',tIndex]]]]]]]}}" bindtap="__e">{{tItem}}</view></block></scroll-view></view></view></view></block>

View File

@ -1 +0,0 @@
Component({})

View File

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

View File

@ -1 +0,0 @@
<block s-if="{{lotusAddressData.visible}}"><view class="lotus-address-mask" status="{{checkStatus}}"><view class="{{[lotusAddressData.visible?'lotus-address-box':'lotus-address-box lotus-address-box-out']}}"><view class="lotus-address-action"><text data-event-opts="{{[['tap',[['cancelPicker',['$event']]]]]}}" class="lotus-address-action-cancel" bindtap="__e">取消</text><text data-event-opts="{{[['tap',[['chosedVal',['$event']]]]]}}" class="lotus-address-action-affirm" bindtap="__e">确认</text></view><view class="lotus-address-picker-box"><scroll-view class="lotus-address-picker-box-item" scroll-y="{{true}}" scroll-into-view="{{'pid'+pChoseIndex}}"><block s-for="{{province}}" s-for-item="pItem" s-for-index="pIndex" s-key="pIndex"><view class="{{[pIndex===pChoseIndex?'lotus-address-picker lotus-address-picker2':'lotus-address-picker']}}" id="{{'pid'+pIndex}}" data-event-opts="{{[['tap',[['clickPicker',[0,pIndex,'$0'],[[['province','',pIndex]]]]]]]}}" bindtap="__e">{{pItem}}</view></block></scroll-view><scroll-view class="lotus-address-picker-box-item" scroll-y="{{true}}" scroll-into-view="{{'cid'+cChoseIndex}}"><block s-for="{{city}}" s-for-item="cItem" s-for-index="cIndex" s-key="cIndex"><view class="{{[cIndex===cChoseIndex?'lotus-address-picker lotus-address-picker2':'lotus-address-picker']}}" id="{{'cid'+cIndex}}" data-event-opts="{{[['tap',[['clickPicker',[1,cIndex,'$0'],[[['city','',cIndex]]]]]]]}}" bindtap="__e">{{cItem}}</view></block></scroll-view><scroll-view class="lotus-address-picker-box-item" scroll-y="{{true}}" scroll-into-view="{{'tid'+tChoseIndex}}"><block s-for="{{town}}" s-for-item="tItem" s-for-index="tIndex" s-key="tIndex"><view class="{{[tIndex===tChoseIndex?'lotus-address-picker lotus-address-picker2':'lotus-address-picker']}}" id="{{'tid'+tIndex}}" data-event-opts="{{[['tap',[['clickPicker',[2,tIndex,'$0'],[[['town','',tIndex]]]]]]]}}" bindtap="__e">{{tItem}}</view></block></scroll-view></view></view></view></block>

View File

@ -1 +0,0 @@
.foot-boxtwo{height:140rpx;font-size:24rpx;border-top:1px solid #fff;background-color:#fff;position:fixed;bottom:0;left:0;right:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.item-box{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.item-box>view{width:25%;text-align:center}.centerBox{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.centerBox-item{width:124rpx;height:124rpx;margin-top:-100rpx;border-radius:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.centerImg{width:112rpx;height:112rpx}.moImg{width:64rpx;height:64rpx}.footactive{color:#000}.footmo{color:#999}

View File

@ -1,10 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/foot-tab"],{"03ee":function(t,a,e){},"2ae6":function(t,a,e){"use strict";e.r(a);var n=e("397f"),c=e.n(n);for(var r in n)"default"!==r&&function(t){e.d(a,t,(function(){return n[t]}))}(r);a["default"]=c.a},"397f":function(t,a,e){"use strict";(function(t){Object.defineProperty(a,"__esModule",{value:!0}),a.default=void 0;var e={name:"footTab",props:{newcurrent:{type:Number,default:0},titleList:{type:Array,default:function(){return["首页","分类","客服","商城","我的"]}},imgList:{type:Array,default:function(){return[{iconPath:"/static/tabbar/homem.png",selectedIconPath:"/static/tabbar/homeAc.png"},{iconPath:"/static/tabbar/catem.png",selectedIconPath:"/static/tabbar/cates.png"},{iconPath:"/static/tabbar/customerm.png",selectedIconPath:"/static/tabbar/customerm.png"},{iconPath:"/static/tabbar/shopm.png",selectedIconPath:"/static/tabbar/shopa.png"},{iconPath:"/static/tabbar/mym.png",selectedIconPath:"/static/tabbar/mya.png"}]}}},data:function(){return{isShowT:!1}},methods:{choosefoot:function(a){switch(a){case 0:t.navigateTo({url:"/pages/tabbar/pageHome/pageHome"});break;case 1:t.navigateTo({url:"/pages/tabbar/cate/cate"});break;case 2:t.navigateTo({url:"/pages/tabbar/pageHome/pageHome"});break;case 3:this.isShowT=!0;break;case 4:t.navigateTo({url:"/pages/tabbar/my/my"});break}},comfirmev:function(){this.isShowT=!1}}};a.default=e}).call(this,e("5486")["default"])},"687d":function(t,a,e){"use strict";var n=e("03ee"),c=e.n(n);c.a},e086:function(t,a,e){"use strict";var n;e.d(a,"b",(function(){return c})),e.d(a,"c",(function(){return r})),e.d(a,"a",(function(){return n}));var c=function(){var t=this,a=t.$createElement;t._self._c},r=[]},e3f2:function(t,a,e){"use strict";e.r(a);var n=e("e086"),c=e("2ae6");for(var r in c)"default"!==r&&function(t){e.d(a,t,(function(){return c[t]}))}(r);e("687d");var o,i=e("f0c5"),s=Object(i["a"])(c["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],o);a["default"]=s.exports}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/foot-tab-create-component',
{
'components/foot-tab-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('5486')['createComponent'](__webpack_require__("e3f2"))
})
},
[['components/foot-tab-create-component']]
]);

View File

@ -1,6 +0,0 @@
{
"usingComponents": {
"pu-po": "/components/pupo"
},
"component": true
}

View File

@ -1 +0,0 @@
<view><view class="foot-boxtwo"><view class="item-box"><block s-for="{{imgList}}" s-for-item="itemi" s-for-index="index" s-key="index"><view data-event-opts="{{[['tap',[['choosefoot',[index]]]]]}}" class="{{[index==2?'centerBox':'']}}" bindtap="__e"><view class="{{[index==2?'centerBox-item':'']}}"><block s-if="{{newcurrent==index}}"><image class="{{[index==2?'centerImg':'moImg']}}" src="{{itemi.selectedIconPath}}"></image></block><block s-else><image class="{{[index==2?'centerImg':'moImg']}}" src="{{itemi.iconPath}}"></image></block></view></view></block></view><view class="item-box"><block s-for="{{titleList}}" s-for-item="itemt" s-for-index="index" s-key="index"><view data-event-opts="{{[['tap',[['choosefoot',[index]]]]]}}" class="{{[newcurrent==index?'footactive':'footmo']}}" bindtap="__e">{{itemt}}</view></block></view></view><pu-po vue-id="4bd0f4f4-1" isShowT="{{isShowT}}" comfrimVal="好的" contentVal="暂未开放此功能,请耐心等候" isCenter="{{true}}" data-event-opts="{{[['^comfirmev',[['comfirmev']]]]}}" bind:comfirmev="__e"></pu-po></view>

View File

@ -1 +0,0 @@
.foot-boxtwo{height:140rpx;font-size:24rpx;border-top:1px solid #fff;background-color:#fff;position:fixed;bottom:0;left:0;right:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.item-box{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.item-box>view{width:25%;text-align:center}.centerBox{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.centerBox-item{width:124rpx;height:124rpx;margin-top:-100rpx;border-radius:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.centerImg{width:112rpx;height:112rpx}.moImg{width:64rpx;height:64rpx}.footactive{color:#000}.footmo{color:#999}

View File

@ -1,10 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/foot-tab"],{"03ee":function(t,a,e){},"2ae6":function(t,a,e){"use strict";e.r(a);var n=e("397f"),c=e.n(n);for(var r in n)"default"!==r&&function(t){e.d(a,t,(function(){return n[t]}))}(r);a["default"]=c.a},"397f":function(t,a,e){"use strict";(function(t){Object.defineProperty(a,"__esModule",{value:!0}),a.default=void 0;var e={name:"footTab",props:{newcurrent:{type:Number,default:0},titleList:{type:Array,default:function(){return["首页","分类","客服","商城","我的"]}},imgList:{type:Array,default:function(){return[{iconPath:"/static/tabbar/homem.png",selectedIconPath:"/static/tabbar/homeAc.png"},{iconPath:"/static/tabbar/catem.png",selectedIconPath:"/static/tabbar/cates.png"},{iconPath:"/static/tabbar/customerm.png",selectedIconPath:"/static/tabbar/customerm.png"},{iconPath:"/static/tabbar/shopm.png",selectedIconPath:"/static/tabbar/shopa.png"},{iconPath:"/static/tabbar/mym.png",selectedIconPath:"/static/tabbar/mya.png"}]}}},data:function(){return{isShowT:!1}},methods:{choosefoot:function(a){switch(a){case 0:t.navigateTo({url:"/pages/tabbar/pageHome/pageHome"});break;case 1:t.navigateTo({url:"/pages/tabbar/cate/cate"});break;case 2:t.navigateTo({url:"/pages/tabbar/pageHome/pageHome"});break;case 3:this.isShowT=!0;break;case 4:t.navigateTo({url:"/pages/tabbar/my/my"});break}},comfirmev:function(){this.isShowT=!1}}};a.default=e}).call(this,e("5486")["default"])},"687d":function(t,a,e){"use strict";var n=e("03ee"),c=e.n(n);c.a},e086:function(t,a,e){"use strict";var n;e.d(a,"b",(function(){return c})),e.d(a,"c",(function(){return r})),e.d(a,"a",(function(){return n}));var c=function(){var t=this,a=t.$createElement;t._self._c},r=[]},e3f2:function(t,a,e){"use strict";e.r(a);var n=e("e086"),c=e("2ae6");for(var r in c)"default"!==r&&function(t){e.d(a,t,(function(){return c[t]}))}(r);e("687d");var o,i=e("f0c5"),s=Object(i["a"])(c["default"],n["b"],n["c"],!1,null,null,null,!1,n["a"],o);a["default"]=s.exports}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/foot-tab-create-component',
{
'components/foot-tab-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('5486')['createComponent'](__webpack_require__("e3f2"))
})
},
[['components/foot-tab-create-component']]
]);

View File

@ -1,6 +0,0 @@
{
"usingComponents": {
"pu-po": "/components/pupo"
},
"component": true
}

View File

@ -1 +0,0 @@
<view><view class="foot-boxtwo"><view class="item-box"><block s-for="{{imgList}}" s-for-item="itemi" s-for-index="index" s-key="index"><view data-event-opts="{{[['tap',[['choosefoot',[index]]]]]}}" class="{{[index==2?'centerBox':'']}}" bindtap="__e"><view class="{{[index==2?'centerBox-item':'']}}"><block s-if="{{newcurrent==index}}"><image class="{{[index==2?'centerImg':'moImg']}}" src="{{itemi.selectedIconPath}}"></image></block><block s-else><image class="{{[index==2?'centerImg':'moImg']}}" src="{{itemi.iconPath}}"></image></block></view></view></block></view><view class="item-box"><block s-for="{{titleList}}" s-for-item="itemt" s-for-index="index" s-key="index"><view data-event-opts="{{[['tap',[['choosefoot',[index]]]]]}}" class="{{[newcurrent==index?'footactive':'footmo']}}" bindtap="__e">{{itemt}}</view></block></view></view><pu-po vue-id="4bd0f4f4-1" isShowT="{{isShowT}}" comfrimVal="好的" contentVal="暂未开放此功能,请耐心等候" isCenter="{{true}}" data-event-opts="{{[['^comfirmev',[['comfirmev']]]]}}" bind:comfirmev="__e"></pu-po></view>

View File

@ -1,10 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/list-doctor"],{"0e0d":function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var e={name:"list-doctor",props:{list:{type:Array,default:function(){return[]}}},data:function(){return{}},methods:{chooseDoctor:function(n){t.navigateTo({url:"/pagesB/doctorDetail/doctorDetail"})}}};n.default=e}).call(this,e("5486")["default"])},2394:function(t,n,e){"use strict";e.r(n);var a=e("ad59"),r=e("ad9a");for(var o in r)"default"!==o&&function(t){e.d(n,t,(function(){return r[t]}))}(o);var u,c=e("f0c5"),i=Object(c["a"])(r["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],u);n["default"]=i.exports},ad59:function(t,n,e){"use strict";var a;e.d(n,"b",(function(){return r})),e.d(n,"c",(function(){return o})),e.d(n,"a",(function(){return a}));var r=function(){var t=this,n=t.$createElement;t._self._c},o=[]},ad9a:function(t,n,e){"use strict";e.r(n);var a=e("0e0d"),r=e.n(a);for(var o in a)"default"!==o&&function(t){e.d(n,t,(function(){return a[t]}))}(o);n["default"]=r.a}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/list-doctor-create-component',
{
'components/list-doctor-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('5486')['createComponent'](__webpack_require__("2394"))
})
},
[['components/list-doctor-create-component']]
]);

View File

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

View File

@ -1 +0,0 @@
<view class="disjbac fw"><block s-for="{{list}}" s-for-item="item" s-for-index="index" s-key="index"><view data-event-opts="{{[['tap',[['chooseDoctor',[index]]]]]}}" class="radius10 disjb fc bacf mar-x20" bindtap="__e"><image style="width:345rpx;height:285rpx;border-top-left-radius:10rpx;border-top-right-radius:10rpx;" src="{{item.imgSrc}}" mode="aspectFill"></image><view class="col3 mar-s10 mar-x20 mar-z10"><view class="fon28 bold doctoritem disac">{{item.name}}</view><view class="fon26 mar-sx10 disac"><view>{{"从业"+item.cyear+"年"}}</view><view style="margin:0 15rpx;height:18rpx;border:2rpx solid #E6E6E6;"></view><view>{{item.bmen}}</view></view><view class="fon26 mar-x10">{{"职称:"+item.zcheng}}</view><view class="fon24">擅长:<text class="bold" style="color:#3875F6;">{{item.goodAt}}</text></view></view></view></block></view>

View File

@ -1,10 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/list-doctor"],{"0e0d":function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var e={name:"list-doctor",props:{list:{type:Array,default:function(){return[]}}},data:function(){return{}},methods:{chooseDoctor:function(n){t.navigateTo({url:"/pagesB/doctorDetail/doctorDetail"})}}};n.default=e}).call(this,e("5486")["default"])},2394:function(t,n,e){"use strict";e.r(n);var a=e("ad59"),r=e("ad9a");for(var o in r)"default"!==o&&function(t){e.d(n,t,(function(){return r[t]}))}(o);var u,c=e("f0c5"),i=Object(c["a"])(r["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],u);n["default"]=i.exports},ad59:function(t,n,e){"use strict";var a;e.d(n,"b",(function(){return r})),e.d(n,"c",(function(){return o})),e.d(n,"a",(function(){return a}));var r=function(){var t=this,n=t.$createElement;t._self._c},o=[]},ad9a:function(t,n,e){"use strict";e.r(n);var a=e("0e0d"),r=e.n(a);for(var o in a)"default"!==o&&function(t){e.d(n,t,(function(){return a[t]}))}(o);n["default"]=r.a}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/list-doctor-create-component',
{
'components/list-doctor-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('5486')['createComponent'](__webpack_require__("2394"))
})
},
[['components/list-doctor-create-component']]
]);

View File

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

View File

@ -1 +0,0 @@
<view class="disjbac fw"><block s-for="{{list}}" s-for-item="item" s-for-index="index" s-key="index"><view data-event-opts="{{[['tap',[['chooseDoctor',[index]]]]]}}" class="radius10 disjb fc bacf mar-x20" bindtap="__e"><image style="width:345rpx;height:285rpx;border-top-left-radius:10rpx;border-top-right-radius:10rpx;" src="{{item.imgSrc}}" mode="aspectFill"></image><view class="col3 mar-s10 mar-x20 mar-z10"><view class="fon28 bold doctoritem disac">{{item.name}}</view><view class="fon26 mar-sx10 disac"><view>{{"从业"+item.cyear+"年"}}</view><view style="margin:0 15rpx;height:18rpx;border:2rpx solid #E6E6E6;"></view><view>{{item.bmen}}</view></view><view class="fon26 mar-x10">{{"职称:"+item.zcheng}}</view><view class="fon24">擅长:<text class="bold" style="color:#3875F6;">{{item.goodAt}}</text></view></view></view></block></view>

View File

@ -1,10 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/list-pu"],{"0be8":function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var e={name:"list-pu",props:{list:{type:Array,default:function(){return[]}}},data:function(){return{isShowT:!1,pu_content:"是否需要取消收藏?",current:"-1"}},methods:{goDetail:function(n){t.navigateTo({url:"/pagesB/problemDetail/problemDetail?isCate="+this.list[n].isCate})},chooseLike:function(t){console.log("喜欢不喜欢:",t),this.current=t,this.list[t].status?this.isShowT=!0:this.list[t].status=!0},comfirmev:function(){console.log("取消收藏成功"),this.isShowT=!1,this.list[this.current].status=!1},cancleev:function(){console.log("关闭弹框"),this.isShowT=!1}}};n.default=e}).call(this,e("5486")["default"])},7217:function(t,n,e){"use strict";e.r(n);var i=e("9d11"),u=e("cd79");for(var o in u)"default"!==o&&function(t){e.d(n,t,(function(){return u[t]}))}(o);var s,r=e("f0c5"),c=Object(r["a"])(u["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],s);n["default"]=c.exports},"9d11":function(t,n,e){"use strict";var i;e.d(n,"b",(function(){return u})),e.d(n,"c",(function(){return o})),e.d(n,"a",(function(){return i}));var u=function(){var t=this,n=t.$createElement;t._self._c},o=[]},cd79:function(t,n,e){"use strict";e.r(n);var i=e("0be8"),u=e.n(i);for(var o in i)"default"!==o&&function(t){e.d(n,t,(function(){return i[t]}))}(o);n["default"]=u.a}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/list-pu-create-component',
{
'components/list-pu-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('5486')['createComponent'](__webpack_require__("7217"))
})
},
[['components/list-pu-create-component']]
]);

View File

@ -1,6 +0,0 @@
{
"usingComponents": {
"pu-po": "/components/pupo"
},
"component": true
}

View File

@ -1 +0,0 @@
<view><block s-if="{{list.length!=0}}"><view class="disjb fw"><view class="list-box"><block s-for="{{list}}" s-for-item="item" s-for-index="index" s-key="index"><block s-if="{{index%2==0}}"><view data-event-opts="{{[['tap',[['goDetail',[index]]]]]}}" class="posir colf radius30 mar-x30" bindtap="__e"><image class="radius30 width100" src="{{item.main_img}}" mode="widthFix"></image><view data-event-opts="{{[['tap',[['chooseLike',[index]]]]]}}" class="posia list-like-box" catchtap="__e"><block s-if="{{!item.status}}"><image src="/static/public/no-like.png" mode="aspectFill"></image></block><block s-else><image class="{{['animated',item.status?'bounceIn':'bounceOut']}}" src="/static/public/like.png" mode="aspectFill"></image></block></view><view class="posia fon20 list-cont-box"><view class="fon30 bold mar-x10">{{item.title}}<block s-if="{{item.isVideo}}"><text class="fon28 pbackc mar-z20" style="width:56rpx;height:28rpx;border-radius:5rpx;padding:0 6rpx;">视频</text></block></view><view class="mar-x10">{{item.content}}</view><view class="disac"><image class="list-headimg" src="{{item.head_img}}" mode="aspectFill"></image><view>{{item.name}}</view></view></view><block s-if="{{item.isVideo}}"><image class="posia" style="top:50%;left:50%;transform:translate(-50%,-50%);width:119rpx;height:119rpx;" src="/static/public/video.png" mode></image></block></view></block></block></view><view class="list-box"><block s-for="{{list}}" s-for-item="item" s-for-index="index" s-key="index"><block s-if="{{index%2!=0}}"><view data-event-opts="{{[['tap',[['goDetail',[index]]]]]}}" class="posir colf radius30 mar-x30" bindtap="__e"><image class="radius30 width100" src="{{item.main_img}}" mode="widthFix"></image><view data-event-opts="{{[['tap',[['chooseLike',[index]]]]]}}" class="posia list-like-box" catchtap="__e"><block s-if="{{!item.status}}"><image src="/static/public/no-like.png" mode="aspectFill"></image></block><block s-else><image class="{{['animated',item.status?'bounceIn':'bounceOut']}}" src="/static/public/like.png" mode="aspectFill"></image></block></view><view class="posia fon20 list-cont-box"><view class="fon30 bold mar-x10">{{item.title}}<block s-if="{{item.isVideo}}"><text class="fon28 pbackc mar-z20" style="width:56rpx;height:28rpx;border-radius:5rpx;padding:0 6rpx;">视频</text></block></view><view class="mar-x10">{{item.content}}</view><view class="disac"><image class="list-headimg" src="{{item.head_img}}" mode="aspectFill"></image><view>{{item.name}}</view></view></view><block s-if="{{item.isVideo}}"><image class="posia" style="top:50%;left:50%;transform:translate(-50%,-50%);width:119rpx;height:119rpx;" src="/static/public/video.png" mode></image></block></view></block></block></view></view></block><block s-else><view style="display:flex;flex-direction:column;align-items:center;"><image style="width:474rpx;height:273rpx;" src="/static/public/nothing.png" mode="aspectFill"></image><view class="fon24 col3" style="margin-bottom:60rpx;">暂无内容</view></view></block><pu-po vue-id="0e958f4e-1" isShowT="{{isShowT}}" contentVal="{{pu_content}}" data-event-opts="{{[['^comfirmev',[['comfirmev']]],['^cancleev',[['cancleev']]]]}}" bind:comfirmev="__e" bind:cancleev="__e"></pu-po></view>

View File

@ -1,10 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/list-pu"],{"0be8":function(t,n,e){"use strict";(function(t){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var e={name:"list-pu",props:{list:{type:Array,default:function(){return[]}}},data:function(){return{isShowT:!1,pu_content:"是否需要取消收藏?",current:"-1"}},methods:{goDetail:function(n){t.navigateTo({url:"/pagesB/problemDetail/problemDetail?isCate="+this.list[n].isCate})},chooseLike:function(t){console.log("喜欢不喜欢:",t),this.current=t,this.list[t].status?this.isShowT=!0:this.list[t].status=!0},comfirmev:function(){console.log("取消收藏成功"),this.isShowT=!1,this.list[this.current].status=!1},cancleev:function(){console.log("关闭弹框"),this.isShowT=!1}}};n.default=e}).call(this,e("5486")["default"])},7217:function(t,n,e){"use strict";e.r(n);var i=e("9d11"),u=e("cd79");for(var o in u)"default"!==o&&function(t){e.d(n,t,(function(){return u[t]}))}(o);var s,r=e("f0c5"),c=Object(r["a"])(u["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],s);n["default"]=c.exports},"9d11":function(t,n,e){"use strict";var i;e.d(n,"b",(function(){return u})),e.d(n,"c",(function(){return o})),e.d(n,"a",(function(){return i}));var u=function(){var t=this,n=t.$createElement;t._self._c},o=[]},cd79:function(t,n,e){"use strict";e.r(n);var i=e("0be8"),u=e.n(i);for(var o in i)"default"!==o&&function(t){e.d(n,t,(function(){return i[t]}))}(o);n["default"]=u.a}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/list-pu-create-component',
{
'components/list-pu-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('5486')['createComponent'](__webpack_require__("7217"))
})
},
[['components/list-pu-create-component']]
]);

View File

@ -1,6 +0,0 @@
{
"usingComponents": {
"pu-po": "/components/pupo"
},
"component": true
}

View File

@ -1 +0,0 @@
<view><block s-if="{{list.length!=0}}"><view class="disjb fw"><view class="list-box"><block s-for="{{list}}" s-for-item="item" s-for-index="index" s-key="index"><block s-if="{{index%2==0}}"><view data-event-opts="{{[['tap',[['goDetail',[index]]]]]}}" class="posir colf radius30 mar-x30" bindtap="__e"><image class="radius30 width100" src="{{item.main_img}}" mode="widthFix"></image><view data-event-opts="{{[['tap',[['chooseLike',[index]]]]]}}" class="posia list-like-box" catchtap="__e"><block s-if="{{!item.status}}"><image src="/static/public/no-like.png" mode="aspectFill"></image></block><block s-else><image class="{{['animated',item.status?'bounceIn':'bounceOut']}}" src="/static/public/like.png" mode="aspectFill"></image></block></view><view class="posia fon20 list-cont-box"><view class="fon30 bold mar-x10">{{item.title}}<block s-if="{{item.isVideo}}"><text class="fon28 pbackc mar-z20" style="width:56rpx;height:28rpx;border-radius:5rpx;padding:0 6rpx;">视频</text></block></view><view class="mar-x10">{{item.content}}</view><view class="disac"><image class="list-headimg" src="{{item.head_img}}" mode="aspectFill"></image><view>{{item.name}}</view></view></view><block s-if="{{item.isVideo}}"><image class="posia" style="top:50%;left:50%;transform:translate(-50%,-50%);width:119rpx;height:119rpx;" src="/static/public/video.png" mode></image></block></view></block></block></view><view class="list-box"><block s-for="{{list}}" s-for-item="item" s-for-index="index" s-key="index"><block s-if="{{index%2!=0}}"><view data-event-opts="{{[['tap',[['goDetail',[index]]]]]}}" class="posir colf radius30 mar-x30" bindtap="__e"><image class="radius30 width100" src="{{item.main_img}}" mode="widthFix"></image><view data-event-opts="{{[['tap',[['chooseLike',[index]]]]]}}" class="posia list-like-box" catchtap="__e"><block s-if="{{!item.status}}"><image src="/static/public/no-like.png" mode="aspectFill"></image></block><block s-else><image class="{{['animated',item.status?'bounceIn':'bounceOut']}}" src="/static/public/like.png" mode="aspectFill"></image></block></view><view class="posia fon20 list-cont-box"><view class="fon30 bold mar-x10">{{item.title}}<block s-if="{{item.isVideo}}"><text class="fon28 pbackc mar-z20" style="width:56rpx;height:28rpx;border-radius:5rpx;padding:0 6rpx;">视频</text></block></view><view class="mar-x10">{{item.content}}</view><view class="disac"><image class="list-headimg" src="{{item.head_img}}" mode="aspectFill"></image><view>{{item.name}}</view></view></view><block s-if="{{item.isVideo}}"><image class="posia" style="top:50%;left:50%;transform:translate(-50%,-50%);width:119rpx;height:119rpx;" src="/static/public/video.png" mode></image></block></view></block></block></view></view></block><block s-else><view style="display:flex;flex-direction:column;align-items:center;"><image style="width:474rpx;height:273rpx;" src="/static/public/nothing.png" mode="aspectFill"></image><view class="fon24 col3" style="margin-bottom:60rpx;">暂无内容</view></view></block><pu-po vue-id="0e958f4e-1" isShowT="{{isShowT}}" contentVal="{{pu_content}}" data-event-opts="{{[['^comfirmev',[['comfirmev']]],['^cancleev',[['cancleev']]]]}}" bind:comfirmev="__e" bind:cancleev="__e"></pu-po></view>

View File

@ -1,10 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/pupo"],{"0ec9":function(t,e,n){"use strict";n.r(e);var a=n("eff9"),u=n("8d48");for(var o in u)"default"!==o&&function(t){n.d(e,t,(function(){return u[t]}))}(o);var i,r=n("f0c5"),c=Object(r["a"])(u["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],i);e["default"]=c.exports},"1af3":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={name:"pupo",props:{isShowT:{type:Boolean,default:!1},isCenter:{type:Boolean,default:!1},contentVal:{type:String,default:"是否清除历史搜索?"},clearVal:{type:String,default:"取消"},comfrimVal:{type:String,default:"确认"},isXiala:{type:Boolean,default:!1},category:{type:Array,default:function(){return["许嵩"]}}},data:function(){return{publicColor:t.getStorageSync("publicColor"),isZhuan:!1,current:0}},methods:{comfirEv:function(){this.$emit("comfirmev")},cancleEv:function(){this.$emit("cancleev")},chooseXia:function(t){this.current=t,this.$emit("chooseXiaT",this.category[t])},openXia:function(){this.isZhuan=!this.isZhuan}}};e.default=n}).call(this,n("5486")["default"])},"8d48":function(t,e,n){"use strict";n.r(e);var a=n("1af3"),u=n.n(a);for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=u.a},eff9:function(t,e,n){"use strict";var a;n.d(e,"b",(function(){return u})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return a}));var u=function(){var t=this,e=t.$createElement;t._self._c},o=[]}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/pupo-create-component',
{
'components/pupo-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('5486')['createComponent'](__webpack_require__("0ec9"))
})
},
[['components/pupo-create-component']]
]);

View File

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

View File

@ -1 +0,0 @@
<block s-if="{{isShowT}}"><view class="disjcac posAll"><view class="bacf radius20 width100 tank-box"><block s-if="{{isXiala}}"><view class="pad-x20"><view class="mar-s30 mar-x40 tc">请选择客服</view><view data-event-opts="{{[['tap',[['openXia',['$event']]]]]}}" class="disjbac radius10 pad-zy20 mar-zy20 xialak mar-x50 posir" bindtap="__e"><view class="col3">{{category[current]}}</view><image class="{{[isZhuan?'zhuan':'nozhuan']}}" src="/static/public/sanj.png" mode="aspectFill"></image><block s-if="{{isZhuan}}"><view class="posia bacf radius10 xial-box"><view class="pad-zy20 xial-item-box"><block s-for="{{category}}" s-for-item="item" s-for-index="index" s-key="index"><view data-event-opts="{{[['tap',[['chooseXia',[index]]]]]}}" class="{{[current==index?'pcol':'']}}" bindtap="__e">{{item}}</view></block></view></view></block></view></view></block><block s-else><view class="tc tank-box-itemone">{{contentVal}}</view></block><view class="{{['fon28','colf','pad-x20','pad-zy30','tc',isCenter?'disjcac':'disjb']}}"><block s-if="{{!isCenter}}"><view data-event-opts="{{[['tap',[['cancleEv',['$event']]]]]}}" class="pad-sx10 radius10 tank-btn" style="background-color:rgba(230, 230, 230,1);" bindtap="__e">{{clearVal}}</view></block><view data-event-opts="{{[['tap',[['comfirEv',['$event']]]]]}}" class="pad-sx10 radius10 tank-btn" style="{{'background:'+(publicColor)+';'}}" bindtap="__e">{{comfrimVal}}</view></view></view></view></block>

View File

@ -1,10 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/pupo"],{"0ec9":function(t,e,n){"use strict";n.r(e);var a=n("eff9"),u=n("8d48");for(var o in u)"default"!==o&&function(t){n.d(e,t,(function(){return u[t]}))}(o);var i,r=n("f0c5"),c=Object(r["a"])(u["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],i);e["default"]=c.exports},"1af3":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={name:"pupo",props:{isShowT:{type:Boolean,default:!1},isCenter:{type:Boolean,default:!1},contentVal:{type:String,default:"是否清除历史搜索?"},clearVal:{type:String,default:"取消"},comfrimVal:{type:String,default:"确认"},isXiala:{type:Boolean,default:!1},category:{type:Array,default:function(){return["许嵩"]}}},data:function(){return{publicColor:t.getStorageSync("publicColor"),isZhuan:!1,current:0}},methods:{comfirEv:function(){this.$emit("comfirmev")},cancleEv:function(){this.$emit("cancleev")},chooseXia:function(t){this.current=t,this.$emit("chooseXiaT",this.category[t])},openXia:function(){this.isZhuan=!this.isZhuan}}};e.default=n}).call(this,n("5486")["default"])},"8d48":function(t,e,n){"use strict";n.r(e);var a=n("1af3"),u=n.n(a);for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);e["default"]=u.a},eff9:function(t,e,n){"use strict";var a;n.d(e,"b",(function(){return u})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return a}));var u=function(){var t=this,e=t.$createElement;t._self._c},o=[]}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/pupo-create-component',
{
'components/pupo-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('5486')['createComponent'](__webpack_require__("0ec9"))
})
},
[['components/pupo-create-component']]
]);

View File

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

View File

@ -1 +0,0 @@
<block s-if="{{isShowT}}"><view class="disjcac posAll"><view class="bacf radius20 width100 tank-box"><block s-if="{{isXiala}}"><view class="pad-x20"><view class="mar-s30 mar-x40 tc">请选择客服</view><view data-event-opts="{{[['tap',[['openXia',['$event']]]]]}}" class="disjbac radius10 pad-zy20 mar-zy20 xialak mar-x50 posir" bindtap="__e"><view class="col3">{{category[current]}}</view><image class="{{[isZhuan?'zhuan':'nozhuan']}}" src="/static/public/sanj.png" mode="aspectFill"></image><block s-if="{{isZhuan}}"><view class="posia bacf radius10 xial-box"><view class="pad-zy20 xial-item-box"><block s-for="{{category}}" s-for-item="item" s-for-index="index" s-key="index"><view data-event-opts="{{[['tap',[['chooseXia',[index]]]]]}}" class="{{[current==index?'pcol':'']}}" bindtap="__e">{{item}}</view></block></view></view></block></view></view></block><block s-else><view class="tc tank-box-itemone">{{contentVal}}</view></block><view class="{{['fon28','colf','pad-x20','pad-zy30','tc',isCenter?'disjcac':'disjb']}}"><block s-if="{{!isCenter}}"><view data-event-opts="{{[['tap',[['cancleEv',['$event']]]]]}}" class="pad-sx10 radius10 tank-btn" style="background-color:rgba(230, 230, 230,1);" bindtap="__e">{{clearVal}}</view></block><view data-event-opts="{{[['tap',[['comfirEv',['$event']]]]]}}" class="pad-sx10 radius10 tank-btn" style="{{'background:'+(publicColor)+';'}}" bindtap="__e">{{comfrimVal}}</view></view></view></view></block>

View File

@ -1 +0,0 @@
.simple-address.data-v-6db27b65{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.simple-address-mask.data-v-6db27b65{position:fixed;bottom:0;top:0;left:0;right:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:.3s;transition-duration:.3s;opacity:0;z-index:99}.mask-ani.data-v-6db27b65{-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:.2s;transition-duration:.2s}.simple-bottom-mask.data-v-6db27b65{opacity:1}.simple-center-mask.data-v-6db27b65{opacity:1}.simple-address--fixed.data-v-6db27b65{position:fixed;bottom:0;left:0;right:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:translateY(460rpx);transform:translateY(460rpx);z-index:99}.simple-address-content.data-v-6db27b65{background-color:#fff}.simple-content-bottom.data-v-6db27b65{bottom:0;left:0;right:0;-webkit-transform:translateY(500rpx);transform:translateY(500rpx)}.content-ani.data-v-6db27b65{-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-duration:.2s;transition-duration:.2s}.simple-bottom-content.data-v-6db27b65{-webkit-transform:translateY(0);transform:translateY(0)}.simple-center-content.data-v-6db27b65{-webkit-transform:scale(1);transform:scale(1);opacity:1}.simple-address__header.data-v-6db27b65{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-bottom-color:#f2f2f2;border-bottom-style:solid;border-bottom-width:1px}.simple-address--fixed-top.data-v-6db27b65{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-top-color:#c8c7cc;border-top-style:solid;border-top-width:1px}.simple-address__header-btn-box.data-v-6db27b65{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:70rpx}.simple-address__header-text.data-v-6db27b65{text-align:center;font-size:28rpx;color:#1aad19;line-height:70rpx;padding-left:40rpx;padding-right:40rpx}.simple-address__box.data-v-6db27b65{position:relative}.simple-address-view.data-v-6db27b65{position:relative;bottom:0;left:0;width:100%;height:408rpx;background-color:#fff}.picker-item.data-v-6db27b65{text-align:center;line-height:70rpx;text-overflow:ellipsis;font-size:28rpx}

View File

@ -1,10 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/simple-address/simple-address"],{1448:function(t,e,i){"use strict";i.r(e);var a=i("a66d"),n=i("c1cb");for(var u in n)"default"!==u&&function(t){i.d(e,t,(function(){return n[t]}))}(u);i("8644");var l,r=i("f0c5"),c=Object(r["a"])(n["default"],a["b"],a["c"],!1,null,"6db27b65",null,!1,a["a"],l);e["default"]=c.exports},8644:function(t,e,i){"use strict";var a=i("c960"),n=i.n(a);n.a},a66d:function(t,e,i){"use strict";var a;i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return u})),i.d(e,"a",(function(){return a}));var n=function(){var t=this,e=t.$createElement;t._self._c},u=[]},c1cb:function(t,e,i){"use strict";i.r(e);var a=i("dbd1"),n=i.n(a);for(var u in a)"default"!==u&&function(t){i.d(e,t,(function(){return a[t]}))}(u);e["default"]=n.a},c960:function(t,e,i){},dbd1:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=l(i("aef3")),n=l(i("0cc9")),u=l(i("c15b"));function l(t){return t&&t.__esModule?t:{default:t}}var r={name:"simpleAddress",props:{mode:{type:String,default:"default"},animation:{type:Boolean,default:!0},type:{type:String,default:"bottom"},maskClick:{type:Boolean,default:!0},show:{type:Boolean,default:!0},maskBgColor:{type:String,default:"rgba(0, 0, 0, 0.4)"},themeColor:{type:String,default:""},cancelColor:{type:String,default:""},confirmColor:{type:String,default:""},fontSize:{type:String,default:"28rpx"},btnFontSize:{type:String,default:""},pickerValueDefault:{type:Array,default:function(){return[0,0,0]}}},data:function(){return{ani:"",showPopup:!1,pickerValue:[0,0,0],provinceDataList:[],cityDataList:[],areaDataList:[]}},watch:{show:function(t){t?this.open():this.close()},pickerValueDefault:function(){this.init()}},created:function(){this.init()},methods:{init:function(){this.handPickValueDefault(),this.provinceDataList=a.default,this.cityDataList=n.default[this.pickerValueDefault[0]],this.areaDataList=u.default[this.pickerValueDefault[0]][this.pickerValueDefault[1]],this.pickerValue=this.pickerValueDefault},handPickValueDefault:function(){this.pickerValueDefault!==[0,0,0]&&(this.pickerValueDefault[0]>a.default.length-1&&(this.pickerValueDefault[0]=a.default.length-1),this.pickerValueDefault[1]>n.default[this.pickerValueDefault[0]].length-1&&(this.pickerValueDefault[1]=n.default[this.pickerValueDefault[0]].length-1),this.pickerValueDefault[2]>u.default[this.pickerValueDefault[0]][this.pickerValueDefault[1]].length-1&&(this.pickerValueDefault[2]=u.default[this.pickerValueDefault[0]][this.pickerValueDefault[1]].length-1))},pickerChange:function(t){var e=t.detail.value;this.pickerValue[0]!==e[0]?(this.cityDataList=n.default[e[0]],this.areaDataList=u.default[e[0]][0],e[1]=0,e[2]=0):this.pickerValue[1]!==e[1]&&(this.areaDataList=u.default[e[0]][e[1]],e[2]=0),this.pickerValue=e,this._$emit("onChange")},_$emit:function(t){var e={label:this._getLabel(),value:this.pickerValue,cityCode:this._getCityCode(),areaCode:this._getAreaCode(),provinceCode:this._getProvinceCode(),labelArr:this._getLabel().split("-")};this.$emit(t,e)},_getLabel:function(){var t=this.provinceDataList[this.pickerValue[0]].label+"-"+this.cityDataList[this.pickerValue[1]].label+"-"+this.areaDataList[this.pickerValue[2]].label;return t},_getCityCode:function(){return this.cityDataList[this.pickerValue[1]].value},_getProvinceCode:function(){return this.provinceDataList[this.pickerValue[0]].value},_getAreaCode:function(){return this.areaDataList[this.pickerValue[2]].value},queryIndex:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"value",i=a.default.findIndex((function(i){return i[e]==t[0]})),l=n.default[i].findIndex((function(i){return i[e]==t[1]})),r=u.default[i][l].findIndex((function(i){return i[e]==t[2]}));return{index:[i,l,r],data:{province:a.default[i],city:n.default[i][l],area:u.default[i][l][r]}}},clear:function(){},hideMask:function(){this._$emit("onCancel"),this.close()},pickerCancel:function(){this._$emit("onCancel"),this.close()},pickerConfirm:function(){this._$emit("onConfirm"),this.close()},open:function(){var t=this;this.showPopup=!0,this.$nextTick((function(){setTimeout((function(){t.ani="simple-"+t.type}),100)}))},close:function(t){var e=this;!this.maskClick&&t||(this.ani="",this.$nextTick((function(){setTimeout((function(){e.showPopup=!1}),300)})))}}};e.default=r}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/simple-address/simple-address-create-component',
{
'components/simple-address/simple-address-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('5486')['createComponent'](__webpack_require__("1448"))
})
},
[['components/simple-address/simple-address-create-component']]
]);

View File

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

View File

@ -1 +0,0 @@
<block s-if="{{showPopup}}"><view data-event-opts="{{[['touchmove',[['clear',['$event']]]]]}}" class="simple-address data-v-6db27b65" catchtouchmove="__e"><block s-if="{{maskClick}}"><view data-event-opts="{{[['touchmove',[['clear',['$event']]]],['tap',[['hideMask',[true]]]]]}}" class="{{['simple-address-mask','data-v-6db27b65',ani+'-mask',animation?'mask-ani':'']}}" style="{{'background-color:'+(maskBgColor)+';'}}" catchtouchmove="__e" bindtap="__e"></view></block><view class="{{['simple-address-content','simple-address--fixed','data-v-6db27b65',type,ani+'-content',animation?'content-ani':'']}}"><view class="simple-address__header data-v-6db27b65"><view data-event-opts="{{[['tap',[['pickerCancel',['$event']]]]]}}" class="simple-address__header-btn-box data-v-6db27b65" bindtap="__e"><text class="simple-address__header-text data-v-6db27b65" style="{{'color:'+(cancelColor)+';'+('font-size:'+(btnFontSize)+';')}}">取消</text></view><view data-event-opts="{{[['tap',[['pickerConfirm',['$event']]]]]}}" class="simple-address__header-btn-box data-v-6db27b65" bindtap="__e"><text class="simple-address__header-text data-v-6db27b65" style="{{'color:'+(confirmColor||themeColor)+';'+('font-size:'+(btnFontSize)+';')}}">确定</text></view></view><view class="simple-address__box data-v-6db27b65"><picker-view class="simple-address-view data-v-6db27b65" indicator-style="height: 70rpx;" value="{{pickerValue}}" data-event-opts="{{[['change',[['pickerChange',['$event']]]]]}}" bindchange="__e"><picker-view-column class="data-v-6db27b65"><block s-for="{{provinceDataList}}" s-for-item="item" s-for-index="index" s-key="index"><view class="picker-item data-v-6db27b65" style="{{'font-size:'+(fontSize)+';'}}">{{item.label}}</view></block></picker-view-column><picker-view-column class="data-v-6db27b65"><block s-for="{{cityDataList}}" s-for-item="item" s-for-index="index" s-key="index"><view class="picker-item data-v-6db27b65" style="{{'font-size:'+(fontSize)+';'}}">{{item.label}}</view></block></picker-view-column><picker-view-column class="data-v-6db27b65"><block s-for="{{areaDataList}}" s-for-item="item" s-for-index="index" s-key="index"><view class="picker-item data-v-6db27b65" style="{{'font-size:'+(fontSize)+';'}}">{{item.label}}</view></block></picker-view-column></picker-view></view></view></view></block>

View File

@ -1 +0,0 @@
.simple-address.data-v-6db27b65{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.simple-address-mask.data-v-6db27b65{position:fixed;bottom:0;top:0;left:0;right:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:.3s;transition-duration:.3s;opacity:0;z-index:99}.mask-ani.data-v-6db27b65{-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:.2s;transition-duration:.2s}.simple-bottom-mask.data-v-6db27b65{opacity:1}.simple-center-mask.data-v-6db27b65{opacity:1}.simple-address--fixed.data-v-6db27b65{position:fixed;bottom:0;left:0;right:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:translateY(460rpx);transform:translateY(460rpx);z-index:99}.simple-address-content.data-v-6db27b65{background-color:#fff}.simple-content-bottom.data-v-6db27b65{bottom:0;left:0;right:0;-webkit-transform:translateY(500rpx);transform:translateY(500rpx)}.content-ani.data-v-6db27b65{-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-duration:.2s;transition-duration:.2s}.simple-bottom-content.data-v-6db27b65{-webkit-transform:translateY(0);transform:translateY(0)}.simple-center-content.data-v-6db27b65{-webkit-transform:scale(1);transform:scale(1);opacity:1}.simple-address__header.data-v-6db27b65{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-bottom-color:#f2f2f2;border-bottom-style:solid;border-bottom-width:1px}.simple-address--fixed-top.data-v-6db27b65{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;border-top-color:#c8c7cc;border-top-style:solid;border-top-width:1px}.simple-address__header-btn-box.data-v-6db27b65{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:70rpx}.simple-address__header-text.data-v-6db27b65{text-align:center;font-size:28rpx;color:#1aad19;line-height:70rpx;padding-left:40rpx;padding-right:40rpx}.simple-address__box.data-v-6db27b65{position:relative}.simple-address-view.data-v-6db27b65{position:relative;bottom:0;left:0;width:100%;height:408rpx;background-color:#fff}.picker-item.data-v-6db27b65{text-align:center;line-height:70rpx;text-overflow:ellipsis;font-size:28rpx}

View File

@ -1,10 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/simple-address/simple-address"],{1448:function(t,e,i){"use strict";i.r(e);var a=i("a66d"),n=i("c1cb");for(var u in n)"default"!==u&&function(t){i.d(e,t,(function(){return n[t]}))}(u);i("8644");var l,r=i("f0c5"),c=Object(r["a"])(n["default"],a["b"],a["c"],!1,null,"6db27b65",null,!1,a["a"],l);e["default"]=c.exports},8644:function(t,e,i){"use strict";var a=i("c960"),n=i.n(a);n.a},a66d:function(t,e,i){"use strict";var a;i.d(e,"b",(function(){return n})),i.d(e,"c",(function(){return u})),i.d(e,"a",(function(){return a}));var n=function(){var t=this,e=t.$createElement;t._self._c},u=[]},c1cb:function(t,e,i){"use strict";i.r(e);var a=i("dbd1"),n=i.n(a);for(var u in a)"default"!==u&&function(t){i.d(e,t,(function(){return a[t]}))}(u);e["default"]=n.a},c960:function(t,e,i){},dbd1:function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a=l(i("aef3")),n=l(i("0cc9")),u=l(i("c15b"));function l(t){return t&&t.__esModule?t:{default:t}}var r={name:"simpleAddress",props:{mode:{type:String,default:"default"},animation:{type:Boolean,default:!0},type:{type:String,default:"bottom"},maskClick:{type:Boolean,default:!0},show:{type:Boolean,default:!0},maskBgColor:{type:String,default:"rgba(0, 0, 0, 0.4)"},themeColor:{type:String,default:""},cancelColor:{type:String,default:""},confirmColor:{type:String,default:""},fontSize:{type:String,default:"28rpx"},btnFontSize:{type:String,default:""},pickerValueDefault:{type:Array,default:function(){return[0,0,0]}}},data:function(){return{ani:"",showPopup:!1,pickerValue:[0,0,0],provinceDataList:[],cityDataList:[],areaDataList:[]}},watch:{show:function(t){t?this.open():this.close()},pickerValueDefault:function(){this.init()}},created:function(){this.init()},methods:{init:function(){this.handPickValueDefault(),this.provinceDataList=a.default,this.cityDataList=n.default[this.pickerValueDefault[0]],this.areaDataList=u.default[this.pickerValueDefault[0]][this.pickerValueDefault[1]],this.pickerValue=this.pickerValueDefault},handPickValueDefault:function(){this.pickerValueDefault!==[0,0,0]&&(this.pickerValueDefault[0]>a.default.length-1&&(this.pickerValueDefault[0]=a.default.length-1),this.pickerValueDefault[1]>n.default[this.pickerValueDefault[0]].length-1&&(this.pickerValueDefault[1]=n.default[this.pickerValueDefault[0]].length-1),this.pickerValueDefault[2]>u.default[this.pickerValueDefault[0]][this.pickerValueDefault[1]].length-1&&(this.pickerValueDefault[2]=u.default[this.pickerValueDefault[0]][this.pickerValueDefault[1]].length-1))},pickerChange:function(t){var e=t.detail.value;this.pickerValue[0]!==e[0]?(this.cityDataList=n.default[e[0]],this.areaDataList=u.default[e[0]][0],e[1]=0,e[2]=0):this.pickerValue[1]!==e[1]&&(this.areaDataList=u.default[e[0]][e[1]],e[2]=0),this.pickerValue=e,this._$emit("onChange")},_$emit:function(t){var e={label:this._getLabel(),value:this.pickerValue,cityCode:this._getCityCode(),areaCode:this._getAreaCode(),provinceCode:this._getProvinceCode(),labelArr:this._getLabel().split("-")};this.$emit(t,e)},_getLabel:function(){var t=this.provinceDataList[this.pickerValue[0]].label+"-"+this.cityDataList[this.pickerValue[1]].label+"-"+this.areaDataList[this.pickerValue[2]].label;return t},_getCityCode:function(){return this.cityDataList[this.pickerValue[1]].value},_getProvinceCode:function(){return this.provinceDataList[this.pickerValue[0]].value},_getAreaCode:function(){return this.areaDataList[this.pickerValue[2]].value},queryIndex:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"value",i=a.default.findIndex((function(i){return i[e]==t[0]})),l=n.default[i].findIndex((function(i){return i[e]==t[1]})),r=u.default[i][l].findIndex((function(i){return i[e]==t[2]}));return{index:[i,l,r],data:{province:a.default[i],city:n.default[i][l],area:u.default[i][l][r]}}},clear:function(){},hideMask:function(){this._$emit("onCancel"),this.close()},pickerCancel:function(){this._$emit("onCancel"),this.close()},pickerConfirm:function(){this._$emit("onConfirm"),this.close()},open:function(){var t=this;this.showPopup=!0,this.$nextTick((function(){setTimeout((function(){t.ani="simple-"+t.type}),100)}))},close:function(t){var e=this;!this.maskClick&&t||(this.ani="",this.$nextTick((function(){setTimeout((function(){e.showPopup=!1}),300)})))}}};e.default=r}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/simple-address/simple-address-create-component',
{
'components/simple-address/simple-address-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('5486')['createComponent'](__webpack_require__("1448"))
})
},
[['components/simple-address/simple-address-create-component']]
]);

View File

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

View File

@ -1 +0,0 @@
<block s-if="{{showPopup}}"><view data-event-opts="{{[['touchmove',[['clear',['$event']]]]]}}" class="simple-address data-v-6db27b65" catchtouchmove="__e"><block s-if="{{maskClick}}"><view data-event-opts="{{[['touchmove',[['clear',['$event']]]],['tap',[['hideMask',[true]]]]]}}" class="{{['simple-address-mask','data-v-6db27b65',ani+'-mask',animation?'mask-ani':'']}}" style="{{'background-color:'+(maskBgColor)+';'}}" catchtouchmove="__e" bindtap="__e"></view></block><view class="{{['simple-address-content','simple-address--fixed','data-v-6db27b65',type,ani+'-content',animation?'content-ani':'']}}"><view class="simple-address__header data-v-6db27b65"><view data-event-opts="{{[['tap',[['pickerCancel',['$event']]]]]}}" class="simple-address__header-btn-box data-v-6db27b65" bindtap="__e"><text class="simple-address__header-text data-v-6db27b65" style="{{'color:'+(cancelColor)+';'+('font-size:'+(btnFontSize)+';')}}">取消</text></view><view data-event-opts="{{[['tap',[['pickerConfirm',['$event']]]]]}}" class="simple-address__header-btn-box data-v-6db27b65" bindtap="__e"><text class="simple-address__header-text data-v-6db27b65" style="{{'color:'+(confirmColor||themeColor)+';'+('font-size:'+(btnFontSize)+';')}}">确定</text></view></view><view class="simple-address__box data-v-6db27b65"><picker-view class="simple-address-view data-v-6db27b65" indicator-style="height: 70rpx;" value="{{pickerValue}}" data-event-opts="{{[['change',[['pickerChange',['$event']]]]]}}" bindchange="__e"><picker-view-column class="data-v-6db27b65"><block s-for="{{provinceDataList}}" s-for-item="item" s-for-index="index" s-key="index"><view class="picker-item data-v-6db27b65" style="{{'font-size:'+(fontSize)+';'}}">{{item.label}}</view></block></picker-view-column><picker-view-column class="data-v-6db27b65"><block s-for="{{cityDataList}}" s-for-item="item" s-for-index="index" s-key="index"><view class="picker-item data-v-6db27b65" style="{{'font-size:'+(fontSize)+';'}}">{{item.label}}</view></block></picker-view-column><picker-view-column class="data-v-6db27b65"><block s-for="{{areaDataList}}" s-for-item="item" s-for-index="index" s-key="index"><view class="picker-item data-v-6db27b65" style="{{'font-size:'+(fontSize)+';'}}">{{item.label}}</view></block></picker-view-column></picker-view></view></view></view></block>

View File

@ -1 +0,0 @@
.status-box.data-v-28431b91{position:fixed;top:0;left:0;right:0;z-index:10}.status-nav.data-v-28431b91{width:100%;position:relative;padding:30rpx 0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.tab-back.data-v-28431b91{width:33rpx;height:33rpx;-webkit-flex-shrink:0;flex-shrink:0;position:absolute;left:20rpx}.tab-title.data-v-28431b91{font-size:36rpx;font-weight:700;color:#333;width:100%}.tcenter.data-v-28431b91{text-align:center}.tleft.data-v-28431b91{margin-left:40rpx}

View File

@ -1,10 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/status-nav"],{"2d2f":function(t,e,n){"use strict";n.r(e);var a=n("8618"),u=n.n(a);for(var r in a)"default"!==r&&function(t){n.d(e,t,(function(){return a[t]}))}(r);e["default"]=u.a},"3bce":function(t,e,n){"use strict";n.r(e);var a=n("f6e9"),u=n("2d2f");for(var r in u)"default"!==r&&function(t){n.d(e,t,(function(){return u[t]}))}(r);n("abca");var c,o=n("f0c5"),f=Object(o["a"])(u["default"],a["b"],a["c"],!1,null,"28431b91",null,!1,a["a"],c);e["default"]=f.exports},8618:function(t,e,n){"use strict";(function(t,n){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a={name:"status-nav",props:{statusTitle:{type:Boolean,default:!1},statusBack:{type:Boolean,default:!0},backgroudColor:{type:String,default:"#FFFFFF"},tabcolor:{type:String,default:"#333333"},titleVal:{type:String,default:"恒美植发"},whereCome:{type:Number,default:0}},mounted:function(){var e=t.createSelectorQuery().in(this);e.select(".statusHNH").boundingClientRect((function(t){n.setStorageSync("statusHNH",t.height)})).exec()},data:function(){return{statusBarHeight:n.getSystemInfoSync().statusBarHeight}},methods:{backEvent:function(){n.navigateBack({delta:1})}}};e.default=a}).call(this,n("5486")["default"],n("5486")["default"])},"8b65":function(t,e,n){},abca:function(t,e,n){"use strict";var a=n("8b65"),u=n.n(a);u.a},f6e9:function(t,e,n){"use strict";var a;n.d(e,"b",(function(){return u})),n.d(e,"c",(function(){return r})),n.d(e,"a",(function(){return a}));var u=function(){var t=this,e=t.$createElement;t._self._c},r=[]}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/status-nav-create-component',
{
'components/status-nav-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('5486')['createComponent'](__webpack_require__("3bce"))
})
},
[['components/status-nav-create-component']]
]);

View File

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

View File

@ -1 +0,0 @@
<view class="status-box statusHNH data-v-28431b91"><view style="{{'height:'+(statusBarHeight+'px')+';'+('background:'+(backgroudColor)+';')}}" class="data-v-28431b91"></view><view class="status-nav data-v-28431b91" style="{{'background:'+(backgroudColor)+';'}}"><block s-if="{{statusBack}}"><image class="tab-back data-v-28431b91" src="/static/public/backBlackm.png" data-event-opts="{{[['tap',[['backEvent',['$event']]]]]}}" bindtap="__e"></image></block><block s-if="{{statusTitle}}"><view class="tab-title tcenter data-v-28431b91" style="{{'color:'+(tabcolor)+';'}}">{{titleVal}}</view></block><block s-else><view class="tab-title tcenter data-v-28431b91" style="{{'color:'+(tabcolor)+';'}}"></view></block></view></view>

View File

@ -1 +0,0 @@
.status-box.data-v-28431b91{position:fixed;top:0;left:0;right:0;z-index:10}.status-nav.data-v-28431b91{width:100%;position:relative;padding:30rpx 0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.tab-back.data-v-28431b91{width:33rpx;height:33rpx;-webkit-flex-shrink:0;flex-shrink:0;position:absolute;left:20rpx}.tab-title.data-v-28431b91{font-size:36rpx;font-weight:700;color:#333;width:100%}.tcenter.data-v-28431b91{text-align:center}.tleft.data-v-28431b91{margin-left:40rpx}

View File

@ -1,10 +0,0 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/status-nav"],{"2d2f":function(t,e,n){"use strict";n.r(e);var a=n("8618"),u=n.n(a);for(var r in a)"default"!==r&&function(t){n.d(e,t,(function(){return a[t]}))}(r);e["default"]=u.a},"3bce":function(t,e,n){"use strict";n.r(e);var a=n("f6e9"),u=n("2d2f");for(var r in u)"default"!==r&&function(t){n.d(e,t,(function(){return u[t]}))}(r);n("abca");var c,o=n("f0c5"),f=Object(o["a"])(u["default"],a["b"],a["c"],!1,null,"28431b91",null,!1,a["a"],c);e["default"]=f.exports},8618:function(t,e,n){"use strict";(function(t,n){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var a={name:"status-nav",props:{statusTitle:{type:Boolean,default:!1},statusBack:{type:Boolean,default:!0},backgroudColor:{type:String,default:"#FFFFFF"},tabcolor:{type:String,default:"#333333"},titleVal:{type:String,default:"恒美植发"},whereCome:{type:Number,default:0}},mounted:function(){var e=t.createSelectorQuery().in(this);e.select(".statusHNH").boundingClientRect((function(t){n.setStorageSync("statusHNH",t.height)})).exec()},data:function(){return{statusBarHeight:n.getSystemInfoSync().statusBarHeight}},methods:{backEvent:function(){n.navigateBack({delta:1})}}};e.default=a}).call(this,n("5486")["default"],n("5486")["default"])},"8b65":function(t,e,n){},abca:function(t,e,n){"use strict";var a=n("8b65"),u=n.n(a);u.a},f6e9:function(t,e,n){"use strict";var a;n.d(e,"b",(function(){return u})),n.d(e,"c",(function(){return r})),n.d(e,"a",(function(){return a}));var u=function(){var t=this,e=t.$createElement;t._self._c},r=[]}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/status-nav-create-component',
{
'components/status-nav-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('5486')['createComponent'](__webpack_require__("3bce"))
})
},
[['components/status-nav-create-component']]
]);

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