刘翔宇-旅管家 3 years ago
parent 5aa2ede5ac
commit 7a1267e5d3

@ -105,7 +105,8 @@
</view>
</view>
<view class="listBoxline"></view>
<picker @change="bindMultiPickerChange" style="display: none;" :value="multiIndex" :range-key='name' :range="multiArray">
<picker @change="bindMultiPickerChange" style="display: none;" :value="multiIndex" :range-key='name'
:range="multiArray">
<view class="listBoxItem">
<view class="listBoxItemLeft">
<view class="vred">*</view>病区/楼层
@ -124,8 +125,9 @@
<view class="vred">*</view>病区/楼层
</view>
<view class="listBoxItemRight">
<uni-data-picker :localdata="multiItems" :clear-icon=false v-model="selectItem" style="width: 360rpx;"
popup-title="病区/楼层" orderby="value desc" @nodeclick="bindMultiItemChange"></uni-data-picker>
<uni-data-picker :localdata="multiItems" :clear-icon=false v-model="selectItem"
style="width: 360rpx;" popup-title="病区/楼层" orderby="value desc"
@nodeclick="bindMultiItemChange"></uni-data-picker>
</view>
</view>
<view class="listBoxline"></view>
@ -352,6 +354,7 @@
that.orderCarerID = order.paramedic.id;
that.orderCarer = order.paramedic.name;
that.salePrice = order.price;
that.selectItem = 45;
let edate = Date.parse(order.to_date);
let sdate = Date.parse(order.from_date);
console.log(edate - sdate)
@ -435,12 +438,13 @@
},
bindMultiItemChange: function(e) {
console.log('bindMultiItemChange携带值为', e)
var that = this;
var that = this;
this.selectArea = e.text;
this.selectAreaID = e.value;
this.selectbedID = "";
this.selectbed = "";
that.loadBeds(that.selectItem);
if (that.selectItem)
that.loadBeds(that.selectItem);
},
bindMultiPickerChange: function(e) {
console.log('picker发送选择改变携带值为', e.detail.value)
@ -478,7 +482,7 @@
var objectArr = [];
console.log(res)
res.forEach(function(item, index) {
arr.push(item.room_name + "-" + item.name);
arr.push(item.name);
objectArr.push({
id: item.id,
name: item.room_name + "-" + item.name
@ -486,7 +490,12 @@
})
that.objectArray = objectArr;
that.array = arr;
that.array = arr.sort(function(a, b) {
//a,b
//>0,
//<0,
return a - b;
});
},
utilFail: function(err) {
util.alert(err);
@ -508,11 +517,11 @@
res.forEach(function(item, index) {
//arr.push(item.building_name + "-" + item.name);
if (parr.filter(function(a) {
return a.id == item.building_id
return a.id == item.building_id + '-1'
}).length == 0) {
parr.push({
id: item.building_id,
id: item.building_id + '-1',
name: item.building_name
});
@ -531,7 +540,7 @@
mod.value = citem.id;
var _carr = [];
res.forEach(function(item, index) {
if (citem.id == item.building_id) {
if (citem.id == item.building_id + '-1') {
_carr.push({
"text": item.name,
"value": item.id

@ -200,7 +200,7 @@
</view>
</view>
</view>
<view class="b-btn b-btnConfirm mp-20" @click="openPop" v-if="order.recharges.length>0">
<view class="b-btn b-btnConfirm mp-20" @click="openPop" v-if="order.recharges!=null&&order.recharges.length>0">
<text class="b-btnConfirmTxt b-btnTxt">
打印订单
</text>

@ -108,7 +108,6 @@
<style>
page {
padding-top: 160rpx;
overflow: hidden;
}
.listBoxItemLeftVideoBox {

@ -472,7 +472,7 @@
flex-direction: column;
align-items: center;
justify-content: center;
margin: 28rpx 35rpx;
margin: 28rpx 32rpx;
}

@ -67,9 +67,9 @@
</view>
<view class="orderTag tagBox3" v-if="item.paramedic_level!=null">
<text class="orderTagTxt tag3">{{item.paramedic_level.name}}</text>
</view>
</view>
</view>
</view>
<view class="orderPrice">
@ -84,13 +84,13 @@
<view class="priceBox">
<text class="priceTitle">余额:</text>
<text class="priceInfo">¥{{item.customer.balance}}</text>
</view>
<view class="priceBox">
<text class="priceTitle">护工:</text>
<text class="priceInfo">{{item.paramedic.name}}</text>
</view>
</view>
<view class="priceBox">
<text class="priceTitle">护工:</text>
<text class="priceInfo">{{item.paramedic.name}}</text>
</view>
</view>
</navigator>
<view class="orderFooter" v-if="item.status!=100">
@ -135,7 +135,7 @@
</view>
<uni-drawer ref="showRight" mode="right" :width='drawerwidth' :mask-click="true">
<view class="popupbox">
<view class="popupbox" :style="[{ height:windowHeight+'px'}]">
<view class="indexheader">
<view class="indexHeaderBox">
<view class="indexheaderLeft">
@ -148,67 +148,67 @@
</view>
</view>
<scroll-view style="height: 100%;" scroll-y="true">
<view class="popupBody">
<view class="popupBody" >
<view class="searchBox" style="background-color: #E4E4E4;">
<input type="text" class="searchBoxInput" :focus="focusSet" style="color: black;"
@input='bindKeyWord' @confirm="loadPage(1)"></input>
<text class='iconTop iconfont iconSeach'>&#xe63f;</text>
</view>
<block v-for="(item, index) in searchData">
<view class="tagBoxAll">
<block v-for="(item, index) in searchData">
<view class="tagBox">
<view class="tagTitle">
<text class="tagTitleText">{{item.name}}</text>
</view>
<view class="tagBody">
<block v-for="(tag, tindex) in item.list">
<view class="tagInfo" :class="{tagInfoOn:tag.checked}" :data-pindex='index'
:data-index='tindex' @tap="bindTagTap">
<text class="tagInfoText "
:class="{tagInfoTextOn:tag.checked}">{{tag.name}}</text>
</view>
</block>
</view>
</view>
</block>
<view class="tagBox">
<view class="tagTitle">
<text class="tagTitleText">{{item.name}}</text>
<text class="tagTitleText">楼栋</text>
</view>
<view class="tagBody">
<block v-for="(tag, tindex) in item.list">
<block v-for="(tag, tindex) in multiArray">
<view class="tagInfo" :class="{tagInfoOn:tag.checked}" :data-pindex='index'
:data-index='tindex' @tap="bindTagTap">
:data-index='tindex' @tap="bindBuildTap">
<text class="tagInfoText "
:class="{tagInfoTextOn:tag.checked}">{{tag.name}}</text>
:class="{tagInfoTextOn:tag.checked}">{{tag.text}}</text>
</view>
</block>
</view>
</view>
</block>
<view class="tagBox">
<view class="tagTitle">
<text class="tagTitleText">楼栋</text>
</view>
<view class="tagBody">
<block v-for="(tag, tindex) in multiArray">
<view class="tagInfo" :class="{tagInfoOn:tag.checked}" :data-pindex='index'
:data-index='tindex' @tap="bindBuildTap">
<text class="tagInfoText "
:class="{tagInfoTextOn:tag.checked}">{{tag.text}}</text>
</view>
</block>
<view class="tagBox">
<view class="tagTitle">
<text class="tagTitleText">楼层</text>
</view>
<view class="tagBody">
<block v-for="(tag, tindex) in multiArray[buildIndex].children">
<view class="tagInfo" :class="{tagInfoOn:tag.checked}" :data-pindex='index'
:data-index='tindex' @tap="bindAreaTap">
<text class="tagInfoText "
:class="{tagInfoTextOn:tag.checked}">{{tag.text}}</text>
</view>
</block>
</view>
</view>
</view>
<view class="tagBox">
<view class="tagTitle">
<text class="tagTitleText">楼层</text>
</view>
<view class="tagBody">
<block v-for="(tag, tindex) in multiArray[buildIndex].children">
<view class="tagInfo" :class="{tagInfoOn:tag.checked}" :data-pindex='index'
:data-index='tindex' @tap="bindAreaTap">
<text class="tagInfoText "
:class="{tagInfoTextOn:tag.checked}">{{tag.text}}</text>
</view>
</block>
</view>
</view>
</view>
</scroll-view>
<view class="popupFooter">
<view class='popbtn pop-btnReset' @tap="bindreset">
<view class='popbtn pop-btnReset' :style="[{width:windowWidth*0.8*0.5+'px'}]" @tap="bindreset">
<text class='pop-btnReset-text'>重置</text>
</view>
<view class='popbtn pop-btnSubmit'>
<view class='popbtn pop-btnSubmit' :style="[{width:windowWidth*0.8*0.5+'px'}]">
<text class='pop-btnSubmit-text'>提交</text>
</view>
</view>
@ -294,8 +294,8 @@
multiItems: [],
multiArray: [],
selectBuild: "",
selectArea: "",
buildIndex:0
selectArea: "",
buildIndex: 0
}
},
beforeCreate() {
@ -329,7 +329,7 @@
});
},
onLoad: function(option) {
console.log(option)
console.log(option)
this.loadAreas();
if (option.from == "indexSearch") {
this.seachBoxShow = true;
@ -337,32 +337,32 @@
}
},
methods: {
bindAreaTap:function(e){
var index = e.currentTarget.dataset.index;
var _tags = this.multiArray[this.buildIndex].children;
console.log(_tags)
for (var m of _tags) {
m.checked = false
}
_tags[index].checked = true;
this.multiArray[this.buildIndex].children = _tags;
this.selectArea=_tags[index].id;
},
bindBuildTap:function(e){
this.selectArea="";
var index = e.currentTarget.dataset.index;
this.buildIndex=index;
var _tags = this.multiArray;
console.log(_tags)
for (var m of _tags) {
m.checked = false
}
_tags[index].checked = true;
this.multiArray = _tags;
this.selectBuild=_tags[index].id;
methods: {
bindAreaTap: function(e) {
var index = e.currentTarget.dataset.index;
var _tags = this.multiArray[this.buildIndex].children;
console.log(_tags)
for (var m of _tags) {
m.checked = false
}
_tags[index].checked = true;
this.multiArray[this.buildIndex].children = _tags;
this.selectArea = _tags[index].id;
},
bindBuildTap: function(e) {
this.selectArea = "";
var index = e.currentTarget.dataset.index;
this.buildIndex = index;
var _tags = this.multiArray;
console.log(_tags)
for (var m of _tags) {
m.checked = false
}
_tags[index].checked = true;
this.multiArray = _tags;
this.selectBuild = _tags[index].id;
},
loadAreas: function() {
var that = this;
@ -396,15 +396,15 @@
parr.forEach(function(citem, cindex) {
var mod = {};
mod.text = citem.name;
mod.value = citem.id;
mod.checked=false;
mod.value = citem.id;
mod.checked = false;
var _carr = [];
res.forEach(function(item, index) {
if (citem.id == item.building_id) {
_carr.push({
"text": item.name,
"value": item.id,
"checked":false
"value": item.id,
"checked": false
})
}
})
@ -1065,12 +1065,10 @@
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.popbtn {
height: 5vh;
width: 50%;
height: 100rpx;
}
.pop-btnReset {
@ -1115,7 +1113,7 @@
.tagBody {
flex-direction: row;
margin-top: 20rpx;
margin-top: 20rpx;
flex-wrap: wrap;
}
@ -1124,7 +1122,7 @@
border: 1rpx solid #E4E4E4;
border-radius: 30rpx;
width: 150rpx;
margin-right: 20rpx;
margin-right: 20rpx;
margin-bottom: 10rpx;
}
@ -1134,9 +1132,9 @@
color: #666666;
height: 56rpx;
line-height: 56rpx;
text-align: center;
overflow: hidden;
text-overflow:ellipsis;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

@ -76,7 +76,9 @@
created() {
// #ifndef APP-NVUE
this.drawerWidth = this.width
// #endif
// #endif
this.drawerWidth = this.width
this.rightMode = this.mode === 'right'
},
methods: {

@ -1,2 +1,2 @@
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>护工管理</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/h5/static/index.b0707a6a.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/h5/static/js/chunk-vendors.cc2b96e4.js></script><script src=/h5/static/js/index.b469799f.js></script></body></html>
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/h5/static/index.63b34199.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/h5/static/js/chunk-vendors.21651dde.js></script><script src=/h5/static/js/index.c6944ed0.js></script></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["package-packagevideo-pages-videoinfo-videoinfo"],{"01f0":function(t,e,n){"use strict";n.r(e);var i=n("0dee"),a=n.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(o);e["default"]=a.a},"0dee":function(t,e,n){"use strict";n("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={name:"topnav",props:{title:{type:String,default:""},hasHome:{type:String,default:"home"}},data:function(){return{}},methods:{toback:function(){uni.navigateBack({delta:0})},tohome:function(){this.$emit("tohome")}}};e.default=i},"1b73":function(t,e,n){"use strict";n("7a82"),Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=n("313c"),a={data:function(){return{item:{},host:""}},onLoad:function(t){this.loadInfo(t.id),this.host=i.HOST},methods:{tohome:function(){uni.navigateTo({url:"../../../../pages/index/index"})},loadInfo:function(t){var e=this;i.request({bindThis:e,api:"manager/get-video/"+t,customLoading:!1,utilSuccess:function(t){e.item=t},utilFail:function(t){}})}}};e.default=a},"20c1":function(t,e,n){var i=n("256c");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=n("4f06").default;a("519a66e1",i,!0,{sourceMap:!1,shadowMode:!1})},"256c":function(t,e,n){var i=n("24fb");e=i(!1),e.push([t.i,"uni-page-body[data-v-a0ee2c06]{padding-top:%?160?%}.content[data-v-a0ee2c06]{padding:%?20?%}.videotitle[data-v-a0ee2c06]{margin-top:%?20?%}",""]),t.exports=e},"40fe":function(t,e,n){"use strict";n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return i}));var i={topnav:n("c85e").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",[n("topnav",{attrs:{title:"视频详情"},on:{tohome:function(e){arguments[0]=e=t.$handleEvent(e),t.tohome.apply(void 0,arguments)}}}),n("v-uni-view",{staticClass:"content"},[n("v-uni-video",{staticStyle:{width:"720rpx",height:"330rpx"},attrs:{src:t.host+t.item.video,poster:t.host+t.item.poster,"object-fit":"fill"}}),n("v-uni-view",{staticClass:"videotitle"},[t._v(t._s(t.item.title))])],1)],1)},o=[]},"4c26":function(t,e,n){"use strict";n.r(e);var i=n("1b73"),a=n.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(o);e["default"]=a.a},"5ead":function(t,e,n){"use strict";var i=n("20c1"),a=n.n(i);a.a},"6bb8":function(t,e,n){"use strict";n.r(e);var i=n("40fe"),a=n("4c26");for(var o in a)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("5ead");var c=n("f0c5"),u=Object(c["a"])(a["default"],i["b"],i["c"],!1,null,"a0ee2c06",null,!1,i["a"],void 0);e["default"]=u.exports},"77a6":function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return a})),n.d(e,"a",(function(){}));var i=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",[n("v-uni-view",{staticClass:"nav"},[n("v-uni-view",{staticClass:"navLeft"},[n("v-uni-view",{staticClass:"back",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.toback.apply(void 0,arguments)}}},[n("v-uni-text",{staticClass:"iconfont icon-fanhui"})],1),n("v-uni-view",{staticClass:"navTitle"},[t._v(t._s(t.title))])],1),n("v-uni-view",{staticClass:"navRight"},[t._t("default"),"home"==t.hasHome?n("v-uni-text",{staticClass:"iconfont icon-home iconTop",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.tohome.apply(void 0,arguments)}}}):t._e()],2)],1)],1)},a=[]},"9b58":function(t,e,n){var i=n("24fb");e=i(!1),e.push([t.i,".icon-home[data-v-2198d501]{padding-left:%?55?%;font-size:%?42?%}.nav[data-v-2198d501]{height:%?160?%;background-image:linear-gradient(130deg,#52d5a6,#43c9cf);display:flex;align-items:center;padding:%?0?% %?30?%;padding-top:%?48?%;position:fixed;box-sizing:border-box;top:%?0?%;left:0;width:100%;overflow:hidden;z-index:9999;justify-content:space-between}.nav .navLeft[data-v-2198d501]{display:flex}.nav .navTitle[data-v-2198d501]{font-family:SourceHanSansCN-Medium;font-size:%?36?%;color:#fff;letter-spacing:%?0.37?%;line-height:%?50?%;margin-left:%?40?%;font-weight:600}.nav .navLeft .icon-fanhui[data-v-2198d501]{color:#fff;font-size:%?45?%}.navRight[data-v-2198d501]{display:flex;align-items:center}",""]),t.exports=e},c25c:function(t,e,n){var i=n("9b58");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=n("4f06").default;a("e30b2bb6",i,!0,{sourceMap:!1,shadowMode:!1})},c85e:function(t,e,n){"use strict";n.r(e);var i=n("77a6"),a=n("01f0");for(var o in a)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("caf7");var c=n("f0c5"),u=Object(c["a"])(a["default"],i["b"],i["c"],!1,null,"2198d501",null,!1,i["a"],void 0);e["default"]=u.exports},caf7:function(t,e,n){"use strict";var i=n("c25c"),a=n.n(i);a.a}}]);

@ -1 +0,0 @@
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["package-packagevideo-pages-videoinfo-videoinfo"],{"01f0":function(t,e,n){"use strict";n.r(e);var i=n("0dee"),a=n.n(i);for(var o in i)"default"!==o&&function(t){n.d(e,t,(function(){return i[t]}))}(o);e["default"]=a.a},"0dee":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={name:"topnav",props:{title:{type:String,default:""},hasHome:{type:String,default:"home"}},data:function(){return{}},methods:{toback:function(){uni.navigateBack({delta:0})},tohome:function(){this.$emit("tohome")}}};e.default=i},"1b73":function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=n("313c"),a={data:function(){return{item:{},host:""}},onLoad:function(t){this.loadInfo(t.id),this.host=i.HOST},methods:{tohome:function(){uni.navigateTo({url:"../../../../pages/index/index"})},loadInfo:function(t){var e=this;i.request({bindThis:e,api:"manager/get-video/"+t,customLoading:!1,utilSuccess:function(t){e.item=t},utilFail:function(t){}})}}};e.default=a},"20c1":function(t,e,n){var i=n("256c");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=n("4f06").default;a("519a66e1",i,!0,{sourceMap:!1,shadowMode:!1})},"256c":function(t,e,n){var i=n("24fb");e=i(!1),e.push([t.i,"uni-page-body[data-v-a0ee2c06]{padding-top:%?160?%}.content[data-v-a0ee2c06]{padding:%?20?%}.videotitle[data-v-a0ee2c06]{margin-top:%?20?%}",""]),t.exports=e},"40fe":function(t,e,n){"use strict";n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return i}));var i={topnav:n("c85e").default},a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",[n("topnav",{attrs:{title:"视频详情"},on:{tohome:function(e){arguments[0]=e=t.$handleEvent(e),t.tohome.apply(void 0,arguments)}}}),n("v-uni-view",{staticClass:"content"},[n("v-uni-video",{staticStyle:{width:"720rpx",height:"330rpx"},attrs:{src:t.host+t.item.video,poster:t.host+t.item.poster,"object-fit":"fill"}}),n("v-uni-view",{staticClass:"videotitle"},[t._v(t._s(t.item.title))])],1)],1)},o=[]},"4c26":function(t,e,n){"use strict";n.r(e);var i=n("1b73"),a=n.n(i);for(var o in i)"default"!==o&&function(t){n.d(e,t,(function(){return i[t]}))}(o);e["default"]=a.a},"5ead":function(t,e,n){"use strict";var i=n("20c1"),a=n.n(i);a.a},"6bb8":function(t,e,n){"use strict";n.r(e);var i=n("40fe"),a=n("4c26");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("5ead");var c,u=n("f0c5"),f=Object(u["a"])(a["default"],i["b"],i["c"],!1,null,"a0ee2c06",null,!1,i["a"],c);e["default"]=f.exports},"77a6":function(t,e,n){"use strict";var i;n.d(e,"b",(function(){return a})),n.d(e,"c",(function(){return o})),n.d(e,"a",(function(){return i}));var a=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("v-uni-view",[n("v-uni-view",{staticClass:"nav"},[n("v-uni-view",{staticClass:"navLeft"},[n("v-uni-view",{staticClass:"back",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.toback.apply(void 0,arguments)}}},[n("v-uni-text",{staticClass:"iconfont icon-fanhui"})],1),n("v-uni-view",{staticClass:"navTitle"},[t._v(t._s(t.title))])],1),n("v-uni-view",{staticClass:"navRight"},[t._t("default"),"home"==t.hasHome?n("v-uni-text",{staticClass:"iconfont icon-home iconTop",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.tohome.apply(void 0,arguments)}}}):t._e()],2)],1)],1)},o=[]},"9b58":function(t,e,n){var i=n("24fb");e=i(!1),e.push([t.i,".icon-home[data-v-2198d501]{padding-left:%?55?%;font-size:%?42?%}.nav[data-v-2198d501]{height:%?160?%;background-image:linear-gradient(130deg,#52d5a6,#43c9cf);display:flex;align-items:center;padding:%?0?% %?30?%;padding-top:%?48?%;position:fixed;box-sizing:border-box;top:%?0?%;left:0;width:100%;overflow:hidden;z-index:9999;justify-content:space-between}.nav .navLeft[data-v-2198d501]{display:flex}.nav .navTitle[data-v-2198d501]{font-family:SourceHanSansCN-Medium;font-size:%?36?%;color:#fff;letter-spacing:%?0.37?%;line-height:%?50?%;margin-left:%?40?%;font-weight:600}.nav .navLeft .icon-fanhui[data-v-2198d501]{color:#fff;font-size:%?45?%}.navRight[data-v-2198d501]{display:flex;align-items:center}",""]),t.exports=e},c25c:function(t,e,n){var i=n("9b58");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[t.i,i,""]]),i.locals&&(t.exports=i.locals);var a=n("4f06").default;a("e30b2bb6",i,!0,{sourceMap:!1,shadowMode:!1})},c85e:function(t,e,n){"use strict";n.r(e);var i=n("77a6"),a=n("01f0");for(var o in a)"default"!==o&&function(t){n.d(e,t,(function(){return a[t]}))}(o);n("caf7");var c,u=n("f0c5"),f=Object(u["a"])(a["default"],i["b"],i["c"],!1,null,"2198d501",null,!1,i["a"],c);e["default"]=f.exports},caf7:function(t,e,n){"use strict";var i=n("c25c"),a=n.n(i);a.a}}]);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save