优化页面

This commit is contained in:
pengxiaolong
2025-06-09 19:18:38 +08:00
parent d30589fd05
commit c5042d08c3
811 changed files with 2799 additions and 503 deletions

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../../common/vendor.js");require("../../../adapter-vue.js");const n=require("../../../utils/env.js"),r=e.defineComponent({__name:"index",props:{url:{default:"https://web.sdk.qcloud.com/component/TUIKit/assets/avatar_21.png"},size:{default:"36px"},borderRadius:{default:"5px"},useSkeletonAnimation:{type:Boolean,default:!1}},emits:["onLoad","onError"],setup(r,{emit:o}){const t=e.ref("https://web.sdk.qcloud.com/component/TUIKit/assets/avatar_21.png"),u=o,s=r,{size:a,url:f,borderRadius:i,useSkeletonAnimation:d}=e.toRefs(s);let c=0;const p=e.ref(!1),l=e.ref(!1);function m(e){p.value=!0,u("onLoad",e)}function v(e){c+=1,c>3||(n.isUniFrameWork?l.value=!0:e.currentTarget.src=t.value,u("onError",e))}return(r,o)=>e.e({a:e.unref(n.isUniFrameWork)},e.unref(n.isUniFrameWork)?e.e({b:!e.unref(l)},e.unref(l)?{f:e.unref(t),g:e.o$1(m),h:e.o$1(v)}:{c:e.unref(f)||e.unref(t),d:e.o$1(m),e:e.o$1(v)}):{i:e.unref(f)||e.unref(t),j:e.o$1(m),k:e.o$1(v)},{l:e.unref(d)&&!e.unref(p)},e.unref(d)&&!e.unref(p)?{m:e.unref(p)?1:"",n:e.unref(d)?1:""}:{},{o:e.unref(a),p:e.unref(a),q:e.unref(i)})}}),o=e._export_sfc(r,[["__scopeId","data-v-0f2183fb"]]);wx.createComponent(o);

View File

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

View File

@@ -0,0 +1 @@
<view class="avatar-container data-v-0f2183fb" style="{{'width:' + o + ';' + ('height:' + p) + ';' + ('border-radius:' + q)}}"><block wx:if="{{a}}"><image wx:if="{{b}}" class="avatar-image data-v-0f2183fb" src="{{c}}" bindload="{{d}}" binderror="{{e}}"/><image wx:else class="avatar-image data-v-0f2183fb" src="{{f}}" bindload="{{g}}" binderror="{{h}}"/></block><image wx:else class="avatar-image data-v-0f2183fb" src="{{i}}" bindload="{{j}}" binderror="{{k}}"></image><view wx:if="{{l}}" class="{{['data-v-0f2183fb', 'placeholder', m && 'hidden', n && 'skeleton-animation']}}"/></view>

View File

@@ -0,0 +1 @@
.data-v-0f2183fb:not(not){display:flex;flex-direction:column;box-sizing:border-box;min-width:0}.avatar-container.data-v-0f2183fb{position:relative;justify-content:center;align-items:center;overflow:hidden;flex:0 0 auto}.avatar-container .placeholder.data-v-0f2183fb{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ececec;transition:opacity .3s,background-color .1s ease-out}.avatar-container .placeholder.skeleton-animation.data-v-0f2183fb{animation:breath-0f2183fb 2s linear .3s infinite}.avatar-container .placeholder.hidden.data-v-0f2183fb{opacity:0}.avatar-container .avatar-image.data-v-0f2183fb{width:100%;height:100%}@keyframes breath-0f2183fb{50%{background-color:#d3d3d3}}

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../../common/vendor.js");require("../../../adapter-vue.js");const t=require("../../../utils/env.js"),o=e.defineComponent({__name:"index",props:{show:{type:Boolean,default:!1},modal:{type:Boolean,default:!0},height:{type:String,default:"fit-content"},closeByClickOutside:{type:Boolean,default:!0},borderRadius:{type:String,default:"0px"},title:{type:String,default:""},showHeaderCloseButton:{type:Boolean,default:!1},showFooterSubmitButton:{type:Boolean,default:!1},submitButtonContent:{type:String,default:()=>e.Wt.t("确定")}},emits:["onOpen","onClose","onSubmit"],setup(o,{emit:n}){const s=o,i=n,u=e.ref();e.watch((()=>s.show),((o,n)=>{if(o!==n)switch(o){case!0:i("onOpen",u),e.nextTick$1((()=>{t.isH5&&!t.isUniFrameWork&&s.closeByClickOutside&&e.O.listen({domRefs:u.value,handler:r})}));break;case!1:i("onClose",u)}}));const r=()=>{(t.isUniFrameWork||t.isH5)&&i("onClose",u)},a=()=>{i("onSubmit"),r()};return(n,i)=>e.e({a:s.show},s.show?e.e({b:!e.unref(t.isPC)},e.unref(t.isPC)?{}:e.e({c:o.title||o.showHeaderCloseButton},o.title||o.showHeaderCloseButton?e.e({d:o.title},o.title?{e:e.t(o.title)}:{},{f:o.showHeaderCloseButton},o.showHeaderCloseButton?{g:e.t(e.unref(e.Wt).t("关闭")),h:e.o$1(r)}:{}):{},{i:o.showFooterSubmitButton},o.showFooterSubmitButton?{j:e.t(o.submitButtonContent),k:e.o$1(a)}:{},{l:e.n(!e.unref(t.isPC)&&"bottom-popup-h5-main"),m:s.height,n:s.borderRadius,o:s.borderRadius,p:e.o$1((()=>{})),q:e.n(!e.unref(t.isPC)&&"bottom-popup-h5"),r:e.n(!e.unref(t.isPC)&&s.modal&&"bottom-popup-modal"),s:e.n(e.unref(t.isUniFrameWork)&&"bottom-popup-uni"),t:e.o$1(r)})):{})}}),n=e._export_sfc(o,[["__scopeId","data-v-3692732b"]]);wx.createComponent(n);

View File

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

View File

@@ -0,0 +1 @@
<view wx:if="{{a}}" class="data-v-3692732b"><view wx:if="{{b}}" class="{{['data-v-3692732b', 'bottom-popup', q, r, s]}}" bindtap="{{t}}"><view ref="dialogRef" class="{{['data-v-3692732b', 'bottom-popup-main', l]}}" style="{{'height:' + m + ';' + ('border-top-left-radius:' + n) + ';' + ('border-top-right-radius:' + o)}}" catchtap="{{p}}"><view wx:if="{{c}}" class="header data-v-3692732b"><view wx:if="{{d}}" class="header-title data-v-3692732b">{{e}}</view><view wx:if="{{f}}" class="header-close data-v-3692732b" bindtap="{{h}}">{{g}}</view></view><slot/><view wx:if="{{i}}" class="footer data-v-3692732b"><view class="footer-submit data-v-3692732b" bindtap="{{k}}">{{j}}</view></view></view></view><slot wx:else/></view>

View File

@@ -0,0 +1 @@
body.data-v-3692732b,div.data-v-3692732b,ul.data-v-3692732b,ol.data-v-3692732b,dt.data-v-3692732b,dd.data-v-3692732b,li.data-v-3692732b,dl.data-v-3692732b,h1.data-v-3692732b,h2.data-v-3692732b,h3.data-v-3692732b,h4.data-v-3692732b,p.data-v-3692732b{margin:0;padding:0;font-style:normal}ol.data-v-3692732b,ul.data-v-3692732b,li.data-v-3692732b{list-style:none}img.data-v-3692732b{border:0;vertical-align:middle;pointer-events:none}body.data-v-3692732b{color:#000;background:#fff}.clear.data-v-3692732b{clear:both;height:1px;width:100%;overflow:hidden;margin-top:-1px}a.data-v-3692732b{color:#000;text-decoration:none;cursor:pointer}a.data-v-3692732b:hover{text-decoration:none}input.data-v-3692732b,textarea.data-v-3692732b{-webkit-user-select:auto;user-select:auto}input.data-v-3692732b:focus,input.data-v-3692732b:active,textarea.data-v-3692732b:focus,textarea.data-v-3692732b:active{outline:none}.chat-aside.data-v-3692732b{position:absolute;top:50px;right:0;box-sizing:border-box;width:360px!important;border-radius:8px 0 0 8px;z-index:9999;max-height:calc(100% - 50px)}.bottom-popup-h5.data-v-3692732b{width:100%;height:100%;position:fixed;left:0;top:0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;margin:0;padding:0;z-index:10;border-radius:5px 5px 0 0}.bottom-popup-h5-main.data-v-3692732b{display:flex;flex-direction:column;justify-content:center;align-items:stretch;height:-webkit-fit-content;height:fit-content;background-color:#fff}.bottom-popup-h5-main .header.data-v-3692732b{display:flex;flex-direction:row;justify-content:space-between;padding:20px;font-size:16px}.bottom-popup-h5-main .header .header-close.data-v-3692732b{font-family:PingFangSC-Regular;font-weight:400;color:#006eff;font-size:18px}.bottom-popup-h5-main .footer.data-v-3692732b{padding:20px}.bottom-popup-h5-main .footer .footer-submit.data-v-3692732b{color:#fff;padding:12px 0;width:100%;background:#006eff;text-align:center;border-radius:5px;font-size:16px}.bottom-popup-uni.data-v-3692732b{padding-bottom:var(--window-bottom);width:100vw;height:100vh}.bottom-popup-modal.data-v-3692732b{background:rgba(0,0,0,.5)}

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../../common/vendor.js");require("../../../adapter-vue.js");const t=require("../../../../common/assets.js"),a=require("../../../utils/env.js");Math||(r+n)();const n=()=>"./date-table.js",r=()=>"../Icon.js",u=e.defineComponent({__name:"date-picker-panel",props:{type:{type:String,default:"range"},date:{type:e.dayjs_minExports.Dayjs,default:()=>e.dayjs()},startDate:{type:e.dayjs_minExports.Dayjs,default:null},endDate:{type:e.dayjs_minExports.Dayjs,default:null},rangeType:{type:String,default:""},currentOtherPanelValue:{type:e.dayjs_minExports.Dayjs,default:null}},emits:["pick","change"],setup(n,{emit:r}){const u=n,l=r,d=e=>e?["tui-date-picker-panel-"+e,!a.isPC&&"tui-date-picker-panel-h5-"+e]:["tui-date-picker-panel",!a.isPC&&"tui-date-picker-panel-h5"],o=e.ref(),i=e.computed((()=>{var e;return null==(e=o.value)?void 0:e.get("year")})),s=e.computed((()=>{var e;return null==(e=o.value)?void 0:e.format("MMMM")})),c=e.computed((()=>{var e,t,a;const n=(null==(e=u.currentOtherPanelValue)?void 0:e.year())-1,r=null==(t=u.currentOtherPanelValue)?void 0:t.year(n);return"right"===u.rangeType||(null==(a=o.value)?void 0:a.isBefore(r,"year"))})),p=e.computed((()=>{var e,t,a;const n=(null==(e=u.currentOtherPanelValue)?void 0:e.month())-1,r=null==(t=u.currentOtherPanelValue)?void 0:t.month(n);return"right"===u.rangeType||(null==(a=o.value)?void 0:a.isBefore(r,"month"))})),y=e.computed((()=>{var e,t,a;const n=(null==(e=u.currentOtherPanelValue)?void 0:e.year())+1,r=null==(t=u.currentOtherPanelValue)?void 0:t.year(n);return"left"===u.rangeType||(null==(a=o.value)?void 0:a.isAfter(r,"year"))})),h=e.computed((()=>{var e,t,a;const n=(null==(e=u.currentOtherPanelValue)?void 0:e.month())+1,r=null==(t=u.currentOtherPanelValue)?void 0:t.month(n);return"left"===u.rangeType||(null==(a=o.value)?void 0:a.isAfter(r,"month"))}));function f(e){l("pick",e)}function v(t,a){o.value=e.dayjs(o.value.toDate()).add(a,t),l("change",o.value)}return e.onBeforeMount((()=>{switch(u.type){case"single":o.value=(u.date&&(null==(t=e.dayjs(u.date))?void 0:t.isValid())?{date:null==u?void 0:u.date}:{date:e.dayjs()}).date,l("change",o.value);break;case"range":o.value=(()=>{var t;switch(u.rangeType){case"left":return u.startDate&&e.dayjs.isDayjs(u.startDate)?{date:null==u?void 0:u.startDate}:{date:e.dayjs()};case"right":if(u.endDate&&e.dayjs.isDayjs(u.endDate)&&(null==(t=null==u?void 0:u.endDate)?void 0:t.isAfter(u.startDate,"month")))return{date:null==u?void 0:u.endDate};{const t=(u.startDate||e.dayjs()).month();return{date:(u.startDate||e.dayjs()).month(t+1)}}default:return{date:e.dayjs()}}})().date,l("change",o.value)}var t})),(a,n)=>e.e({a:e.unref(y)},e.unref(y)?{b:e.p({file:e.unref(t.dLeftArrowIcon),width:"12px",height:"12px"}),c:e.n(d("icon")),d:e.o$1((e=>v("year",-1)))}:{},{e:e.unref(h)},e.unref(h)?{f:e.p({file:e.unref(t.leftArrowIcon),width:"10px",height:"10px"}),g:e.n(d("icon")),h:e.o$1((e=>v("month",-1)))}:{},{i:e.n(d("body-header-prev")),j:e.t(e.unref(i)),k:e.n(d("body-header-label-item")),l:e.t(e.unref(e.Wt).t(`time.${e.unref(s)}`)),m:e.n(d("body-header-label-item")),n:e.n(d("body-header-label")),o:e.unref(p)},e.unref(p)?{p:e.p({file:e.unref(t.rightArrowIcon),width:"10px",height:"10px"}),q:e.n(d("icon")),r:e.o$1((e=>v("month",1)))}:{},{s:e.unref(c)},e.unref(c)?{t:e.p({file:e.unref(t.dRightArrowIcon),width:"12px",height:"12px"}),v:e.n(d("icon")),w:e.o$1((e=>v("year",1)))}:{},{x:e.n(d("body-header-next")),y:e.n(d("body-header")),z:e.o$1(f),A:e.p({type:u.type,date:u.date,startDate:u.startDate,endDate:u.endDate,currentPanelDate:e.unref(o)}),B:e.n(d("body-content")),C:e.n(d("body")),D:e.n(d("")),E:e.o$1((()=>{}))})}}),l=e._export_sfc(u,[["__scopeId","data-v-b6fd5a74"]]);wx.createComponent(l);

View File

@@ -0,0 +1,7 @@
{
"component": true,
"usingComponents": {
"date-table": "./date-table",
"icon": "../Icon"
}
}

View File

@@ -0,0 +1 @@
<view class="{{['data-v-b6fd5a74', D]}}" catchmouseup="{{E}}"><view class="{{['data-v-b6fd5a74', C]}}"><view class="{{['data-v-b6fd5a74', y]}}"><view class="{{['data-v-b6fd5a74', i]}}"><view wx:if="{{a}}" class="{{['data-v-b6fd5a74', c]}}" bindtap="{{d}}"><icon wx:if="{{b}}" class="data-v-b6fd5a74" u-i="b6fd5a74-0" bind:__l="__l" u-p="{{b}}"/></view><view wx:if="{{e}}" class="{{['data-v-b6fd5a74', g]}}" bindtap="{{h}}"><icon wx:if="{{f}}" class="data-v-b6fd5a74" u-i="b6fd5a74-1" bind:__l="__l" u-p="{{f}}"/></view></view><view class="{{['data-v-b6fd5a74', n]}}"><view class="{{['data-v-b6fd5a74', k]}}">{{j}}</view><view class="{{['data-v-b6fd5a74', m]}}">{{l}}</view></view><view class="{{['data-v-b6fd5a74', x]}}"><view wx:if="{{o}}" class="{{['data-v-b6fd5a74', q]}}" bindtap="{{r}}"><icon wx:if="{{p}}" class="data-v-b6fd5a74" u-i="b6fd5a74-2" bind:__l="__l" u-p="{{p}}"/></view><view wx:if="{{s}}" class="{{['data-v-b6fd5a74', v]}}" bindtap="{{w}}"><icon wx:if="{{t}}" class="data-v-b6fd5a74" u-i="b6fd5a74-3" bind:__l="__l" u-p="{{t}}"/></view></view></view><view class="{{['data-v-b6fd5a74', B]}}"><date-table wx:if="{{A}}" class="data-v-b6fd5a74" bindpick="{{z}}" u-i="b6fd5a74-4" bind:__l="__l" u-p="{{A}}"/></view></view></view>

View File

@@ -0,0 +1 @@
.tui-date-picker-panel.data-v-b6fd5a74{width:200px;margin:5px}.tui-date-picker-panel-body.data-v-b6fd5a74{width:200px;display:flex;flex-direction:column}.tui-date-picker-panel-body-header.data-v-b6fd5a74{width:100%;display:flex;flex-direction:row;height:30px;padding:0 5px;box-sizing:border-box}.tui-date-picker-panel-body-header-prev.data-v-b6fd5a74{display:flex;flex-direction:row;cursor:pointer;width:24px}.tui-date-picker-panel-body-header-label.data-v-b6fd5a74{flex:1;display:flex;flex-direction:row;text-align:center;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;color:#666}.tui-date-picker-panel-body-header-label-item.data-v-b6fd5a74{padding:0 5px;color:#666}.tui-date-picker-panel-body-header-next.data-v-b6fd5a74{display:flex;flex-direction:row;cursor:pointer;width:24px}.tui-date-picker-panel-icon.data-v-b6fd5a74{display:flex;justify-content:center;align-items:center;width:12px}

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../../common/vendor.js");require("../../../adapter-vue.js");const t=require("../../../utils/env.js"),a=e.defineComponent({__name:"date-table",props:{type:{type:String,default:"range"},currentPanelDate:{type:e.dayjs_minExports.Dayjs,default:()=>e.dayjs()},date:{type:e.dayjs_minExports.Dayjs,default:null},startDate:{type:e.dayjs_minExports.Dayjs,default:null},endDate:{type:e.dayjs_minExports.Dayjs,default:null}},emits:["pick"],setup(a,{emit:l}){const n=a,d=l,r=e.getCurrentInstance(),u=e.ref([[],[],[],[],[],[]]),s=e.ref(e.dayjs(n.currentPanelDate||null)),o=e.ref(e.dayjs(n.date||null)),i=e.ref(e.dayjs(n.startDate||null)),v=e.ref(e.dayjs(n.endDate||null)),c=e.computed((()=>e.dayjs.weekdaysShort())),y=e.computed((()=>c.value.map((e=>e.substring(1))))),p=e.computed((()=>{var e;const t=null==(e=s.value)?void 0:e.startOf("month");return null==t?void 0:t.subtract((null==t?void 0:t.day())||7,"day")})),f=e.computed((()=>{var e,t,a,l,d;const r=u.value,c=y.value.length,f=null==(e=s.value)?void 0:e.startOf("month"),m=(null==f?void 0:f.day())||7,D=null==f?void 0:f.daysInMonth();let Y=1;for(let s=0;s<u.value.length;s++)for(let e=0;e<c;e++){const u=null==(t=p.value)?void 0:t.add(Y,"day"),c=null==u?void 0:u.date(),y="single"===n.type&&(null==u?void 0:u.format("YYYY-MM-DD"))===(null==(a=o.value)?void 0:a.format("YYYY-MM-DD")),f="range"===n.type&&(null==u?void 0:u.format("YYYY-MM-DD"))===(null==(l=i.value)?void 0:l.format("YYYY-MM-DD")),j="range"===n.type&&(null==u?void 0:u.format("YYYY-MM-DD"))===(null==(d=v.value)?void 0:d.format("YYYY-MM-DD")),g=(null==u?void 0:u.isSameOrBefore(v.value,"day"))&&(null==u?void 0:u.isSameOrAfter(i.value,"day"));let M="normal";Y<m?M="prev-month":Y-m>=D&&(M="next-month"),r[s][e]={type:M,date:u,text:c,isSelected:y||f||j,isSelectedStart:f,isSelectedEnd:j,isInRange:g},Y++}return r}));return e.watch((()=>[n.currentPanelDate,n.date,n.startDate,n.endDate]),(()=>{s.value=e.dayjs(n.currentPanelDate||null),o.value=e.dayjs(n.date||null),i.value=e.dayjs(n.startDate||null),v.value=e.dayjs(n.endDate||null),e.nextTick$1((()=>{var e;null==(e=null==r?void 0:r.proxy)||e.$forceUpdate()}))}),{deep:!0,immediate:!0}),(a,l)=>({a:e.f(e.unref(y),((t,a,l)=>({a:e.t(e.unref(e.Wt).t(`time.${t}`)),b:t,c:t+""}))),b:e.f(e.unref(f),((t,a,l)=>({a:e.f(t,((t,a,l)=>({a:e.t(t.text),b:e.n(t.isSelected&&"selected"),c:e.n(t.isSelectedStart&&"selected-start"),d:e.n(t.isSelectedEnd&&"selected-end"),e:e.n(t.isInRange&&"range"),f:e.o$1((e=>{var a;"normal"===(null==(a=t)?void 0:a.type)&&d("pick",a)}),a),g:a,h:e.n(t.type)}))),b:a}))),c:e.n(!e.unref(t.isPC)&&"tui-date-table-h5")})}}),l=e._export_sfc(a,[["__scopeId","data-v-63c282a8"]]);wx.createComponent(l);

View File

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

View File

@@ -0,0 +1 @@
<view class="{{['data-v-63c282a8', 'tui-date-table', c]}}" cellspacing="0" cellpadding="0" role="grid"><view class="tui-date-table-body data-v-63c282a8"><view class="tui-date-table-body-weeks data-v-63c282a8"><view wx:for="{{a}}" wx:for-item="item" wx:key="b" class="tui-date-table-body-weeks-item data-v-63c282a8" aria-label="{{item.c}}" scope="col">{{item.a}}</view></view><view wx:for="{{b}}" wx:for-item="row" wx:key="b" class="tui-date-table-body-days data-v-63c282a8"><view wx:for="{{row.a}}" wx:for-item="col" wx:key="g" class="{{['data-v-63c282a8', 'tui-date-table-body-days-item', col.h]}}"><view class="{{['data-v-63c282a8', 'tui-date-table-body-days-item-cell', col.b, col.c, col.d, col.e]}}" bindtap="{{col.f}}"><label class="tui-date-table-body-days-item-cell-text data-v-63c282a8">{{col.a}}</label></view></view></view></view></view>

View File

@@ -0,0 +1 @@
.tui-date-table.data-v-63c282a8{border-spacing:0;-webkit-border-horizontal-spacing:0;-webkit-border-vertical-spacing:0;font-size:12px;-webkit-user-select:none;user-select:none;table-layout:fixed;width:100%;box-sizing:border-box}.tui-date-table.data-v-63c282a8:after,.tui-date-table.data-v-63c282a8:before{box-sizing:border-box}.tui-date-table-body.data-v-63c282a8{width:100%;background-color:#fff}.tui-date-table-body-weeks.data-v-63c282a8,.tui-date-table-body-days.data-v-63c282a8{box-sizing:border-box;min-width:0;display:flex;flex-direction:row;justify-content:space-around;overflow:hidden}.tui-date-table-body-weeks.data-v-63c282a8{width:100%}.tui-date-table-body-weeks-item.data-v-63c282a8{color:#666;font-size:12px;font-weight:400px}.tui-date-table-body-days.data-v-63c282a8{color:#000}.tui-date-table-body-days-item-cell.data-v-63c282a8{text-align:center;padding:2px;margin:2px 0}.tui-date-table-body-days-item-cell-text.data-v-63c282a8{display:inline-flex;justify-content:center;align-items:center;width:24px;height:24px;border-radius:50%;-webkit-user-select:none;user-select:none;cursor:pointer;box-sizing:border-box}.tui-date-table-body-days-item .selected.data-v-63c282a8{border-radius:12px}.tui-date-table-body-days-item .selected .tui-date-table-body-days-item-cell-text.data-v-63c282a8{box-sizing:border-box;color:#007aff;border:1px solid #007aff;background-color:#fff}.tui-date-table-body-days-item .range.data-v-63c282a8{background-color:rgba(0,122,255,.2)}.tui-date-table-body-days-item .selected-start.data-v-63c282a8{border-radius:12px 0 0 12px}.tui-date-table-body-days-item .selected-end.data-v-63c282a8{border-radius:0 12px 12px 0}.tui-date-table-body-days-item .selected-start.selected-end.data-v-63c282a8{border-radius:12px}.tui-date-table-body-days .prev-month.data-v-63c282a8,.tui-date-table-body-days .next-month.data-v-63c282a8,.tui-date-table-body-days .prev-month .range.data-v-63c282a8,.tui-date-table-body-days .next-month .range.data-v-63c282a8{color:#666;background-color:#fff}.tui-date-table-body-days .prev-month .selected .tui-date-table-body-days-item-cell-text.data-v-63c282a8,.tui-date-table-body-days .next-month .selected .tui-date-table-body-days-item-cell-text.data-v-63c282a8{box-sizing:border-box;color:#666;border:none}.tui-date-table-h5 .tui-date-table-body-days-item-cell-text.data-v-63c282a8{cursor:none!important}td.data-v-63c282a8,._td.data-v-63c282a8,.tui-date-table-body-days-item.data-v-63c282a8{flex:1}

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../../common/vendor.js");require("../../../adapter-vue.js");const t=require("../../../utils/env.js");Math||a();const a=()=>"./date-picker-panel.js",n=e.defineComponent({__name:"index",props:{type:{type:String,default:"range"},rangeTableType:{type:String,default:"one"},startPlaceholder:{type:String,default:()=>e.Wt.t("开始时间")},endPlaceholder:{type:String,default:()=>e.Wt.t("开始时间")},popupPosition:{type:String,default:"bottom"},defaultSingleDate:{type:e.dayjs_minExports.Dayjs,default:null,required:!1}},emits:["pick","change"],setup(a,{emit:n}){e.dayjs.extend(e.localeData),e.dayjs.extend(e.isSameOrAfter),e.dayjs.extend(e.isSameOrBefore),e.dayjs.locale("zh-cn");const l=n,u=a,r=e.ref(!1),i=e.ref("single"===u.type?null==u?void 0:u.defaultSingleDate:null),d=e.ref("single"===u.type?null==u?void 0:u.defaultSingleDate:null),o=e.ref("single"===u.type?null==u?void 0:u.defaultSingleDate:null),p=e.computed((()=>{var e;return null==(e=null==d?void 0:d.value)?void 0:e.format("YYYY/MM/DD")})),s=e.computed((()=>{var e;return null==(e=null==o?void 0:o.value)?void 0:e.format("YYYY/MM/DD")})),v=u.startPlaceholder,f=u.endPlaceholder,c=e.ref(),g=e.ref(),y=e=>{r.value=e},h=e=>{const a=[];return e.forEach((e=>{e?(a.push("tui-date-picker-"+e),!t.isPC&&a.push("tui-date-picker-h5-"+e)):(a.push("tui-date-picker"),!t.isPC&&a.push("tui-date-picker-h5"))})),a},D=e=>{var t,a,n;switch(u.type){case"single":d.value=e.date,o.value=e.date,i.value=e.date,l("change",e),l("pick",i.value),setTimeout((()=>{y(!1)}),300);break;case"range":(null==d?void 0:d.value)?(null==o?void 0:o.value)?(d.value=e.date,o.value=null):((null==(t=null==d?void 0:d.value)?void 0:t.isSameOrBefore(e.date,"day"))?o.value=e.date:(o.value=d.value,d.value=e.date),l("pick",{startDate:null==(a=null==d?void 0:d.value)?void 0:a.startOf("date"),endDate:null==(n=null==o?void 0:o.value)?void 0:n.endOf("date")}),setTimeout((()=>{y(!1)}),200)):d.value=e.date,l("change",{startDate:d.value,endDate:o.value,leftCurrentPanel:c.value,rightCurrentPanel:c.value})}},m=e=>{c.value=e,l("change",{startDate:d.value,endDate:o.value,leftCurrentPanel:c.value,rightCurrentPanel:c.value})},P=e=>{g.value=e,l("change",{startDate:d.value,endDate:o.value,leftCurrentPanel:c.value,rightCurrentPanel:c.value})};return(n,l)=>e.e({a:e.unref(v),b:e.n(h(["input-start"])),c:e.unref(t.isUniFrameWork),d:e.unref(p),e:e.o$1((t=>e.isRef(p)?p.value=t.detail.value:null)),f:"single"!==a.type},(a.type,{}),{g:"single"!==a.type},"single"!==a.type?{h:e.unref(f),i:e.n(h(["input-end"])),j:e.unref(t.isUniFrameWork),k:e.unref(s),l:e.o$1((t=>e.isRef(s)?s.value=t.detail.value:null))}:{},{m:e.n(h(["input"])),n:e.n(e.unref(r)&&h(["input-active"])),o:e.o$1((t=>y(!e.unref(r)))),p:e.unref(r)},e.unref(r)?e.e({q:e.o$1(D),r:e.o$1(m),s:e.p({type:u.type,rangeType:"left",date:e.unref(i),startDate:e.unref(d),endDate:e.unref(o),currentOtherPanelValue:e.unref(g)}),t:"range"===u.type&&e.unref(t.isPC)&&"two"===a.rangeTableType},"range"===u.type&&e.unref(t.isPC)&&"two"===a.rangeTableType?{v:e.o$1(D),w:e.o$1(P),x:e.p({type:u.type,rangeType:"right",date:e.unref(i),startDate:e.unref(d),endDate:e.unref(o),currentOtherPanelValue:e.unref(c)})}:{},{y:e.n(h(["dialog-container","dialog-container-"+a.rangeTableType,"dialog-container-"+a.popupPosition])),z:e.n(h(["dialog"]))}):{},{A:e.n(h([""]))})}}),l=e._export_sfc(n,[["__scopeId","data-v-9e9f915c"]]);wx.createComponent(l);

View File

@@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"date-picker-panel": "./date-picker-panel"
}
}

View File

@@ -0,0 +1 @@
<view class="{{['data-v-9e9f915c', A]}}"><view class="{{['data-v-9e9f915c', m, n]}}" bindtap="{{o}}"><slot name="start-icon"/><input placeholder="{{a}}" class="{{['data-v-9e9f915c', b]}}" style="pointer-events:none" type="text" readonly="{{true}}" disabled="{{c}}" autocomplete="false" value="{{d}}" bindinput="{{e}}"></input><label wx:if="{{f}}" class="data-v-9e9f915c">-</label><input wx:if="{{g}}" placeholder="{{h}}" class="{{['data-v-9e9f915c', i]}}" style="pointer-events:none" type="text" readonly="{{true}}" disabled="{{j}}" autocomplete="false" value="{{k}}" bindinput="{{l}}"></input><slot name="end-icon"/></view><view wx:if="{{p}}" class="{{['data-v-9e9f915c', z]}}"><view class="{{['data-v-9e9f915c', y]}}"><date-picker-panel wx:if="{{s}}" class="data-v-9e9f915c" bindpick="{{q}}" bindchange="{{r}}" u-i="9e9f915c-0" bind:__l="__l" u-p="{{s}}"/><date-picker-panel wx:if="{{t}}" class="data-v-9e9f915c" bindpick="{{v}}" bindchange="{{w}}" u-i="9e9f915c-1" bind:__l="__l" u-p="{{x}}"/></view></view></view>

View File

@@ -0,0 +1 @@
.tui-date-picker-input.data-v-9e9f915c{min-width:160px;display:flex;flex-direction:row;color:#666;border-radius:5px;font-size:12px}.tui-date-picker-input-start.data-v-9e9f915c,.tui-date-picker-input-end.data-v-9e9f915c{flex:1;color:#666;height:17px;border:none;width:67px;background-color:transparent;font-size:12px;text-align:center}.tui-date-picker-input-start.data-v-9e9f915c:focus,.tui-date-picker-input-end.data-v-9e9f915c:focus{border:none;outline:none}.tui-date-picker-input-start.data-v-9e9f915c::-webkit-input-placeholder,.tui-date-picker-input-end.data-v-9e9f915c::-webkit-input-placeholder{text-align:center}.tui-date-picker-input-start.data-v-9e9f915c::placeholder,.tui-date-picker-input-end.data-v-9e9f915c::placeholder{text-align:center}.tui-date-picker-dialog.data-v-9e9f915c{position:relative}.tui-date-picker-dialog-container.data-v-9e9f915c{position:absolute;display:flex;flex-direction:row;padding:10px;left:5px;background-color:#fff;box-shadow:rgba(0,0,0,.16) 0 3px 6px,rgba(0,0,0,.23) 0 3px 6px;z-index:1000}.tui-date-picker-dialog-container-bottom.data-v-9e9f915c{left:5px}.tui-date-picker-dialog-container-top.data-v-9e9f915c{bottom:30px}.tui-date-picker-dialog-container-one.data-v-9e9f915c{left:-5px}

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../../common/vendor.js");require("../../../adapter-vue.js");const t=require("../../../utils/env.js"),n=e.defineComponent({__name:"index",props:{show:{type:Boolean,default:!1},isHeaderShow:{type:Boolean,default:!0},isFooterShow:{type:Boolean,default:!0},background:{type:Boolean,default:!0},title:{type:String,default:""},center:{type:Boolean,default:!1}},emits:["update:show","submit"],setup(n,{emit:o}){const r="outside",u="inside",a=n,i=e.ref(!1),s=e.ref(!0),f=e.ref(!0),d=e.ref(!0),l=e.ref("");e.watchEffect((()=>{i.value=a.show,l.value=a.title,s.value=a.isHeaderShow,f.value=a.isFooterShow,d.value=a.background}));const c=o,p=e=>{e===r&&m()},m=()=>{i.value=!i.value,c("update:show",i.value)},v=()=>{c("submit"),m()};return(o,a)=>e.e({a:e.unref(i)},e.unref(i)?e.e({b:e.unref(s)},e.unref(s)?{c:e.t(e.unref(l)),d:e.o$1(m)}:{},{e:e.n(e.unref(t.isUniFrameWork)&&e.unref(t.isH5)?"dialog-main-content-uniapp":""),f:e.unref(f)},e.unref(f)?{g:e.t(e.unref(e.Wt).t("component.取消")),h:e.o$1(m),i:e.t(e.unref(e.Wt).t("component.确定")),j:e.o$1(v)}:{},{k:e.n(e.unref(d)?"":"dialog-main-back"),l:e.o$1((e=>p(u))),m:e.n(e.unref(t.isPC)?"":"dialog-h5"),n:e.n(n.center?"center":""),o:e.o$1((e=>p(r)))}):{})}}),o=e._export_sfc(n,[["__scopeId","data-v-e05b03dd"]]);wx.createComponent(o);

View File

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

View File

@@ -0,0 +1 @@
<view wx:if="{{a}}" class="{{['dialog', 'data-v-e05b03dd', m, n]}}" catchtap="{{o}}"><view class="{{['dialog-main', 'data-v-e05b03dd', k]}}" catchtap="{{l}}"><view wx:if="{{b}}" class="dialog-main-header data-v-e05b03dd"><view class="dialog-main-title data-v-e05b03dd">{{c}}</view><view class="icon icon-close data-v-e05b03dd" bindtap="{{d}}"/></view><view class="{{['dialog-main-content', 'data-v-e05b03dd', e]}}"><slot/></view><view wx:if="{{f}}" class="dialog-main-footer data-v-e05b03dd"><button class="btn btn-cancel data-v-e05b03dd" bindtap="{{h}}">{{g}}</button><button class="btn btn-default data-v-e05b03dd" bindtap="{{j}}">{{i}}</button></view></view></view>

View File

@@ -0,0 +1 @@
body.data-v-e05b03dd,div.data-v-e05b03dd,ul.data-v-e05b03dd,ol.data-v-e05b03dd,dt.data-v-e05b03dd,dd.data-v-e05b03dd,li.data-v-e05b03dd,dl.data-v-e05b03dd,h1.data-v-e05b03dd,h2.data-v-e05b03dd,h3.data-v-e05b03dd,h4.data-v-e05b03dd,p.data-v-e05b03dd{margin:0;padding:0;font-style:normal}ol.data-v-e05b03dd,ul.data-v-e05b03dd,li.data-v-e05b03dd{list-style:none}img.data-v-e05b03dd{border:0;vertical-align:middle;pointer-events:none}body.data-v-e05b03dd{color:#000;background:#fff}.clear.data-v-e05b03dd{clear:both;height:1px;width:100%;overflow:hidden;margin-top:-1px}a.data-v-e05b03dd{color:#000;text-decoration:none;cursor:pointer}a.data-v-e05b03dd:hover{text-decoration:none}input.data-v-e05b03dd,textarea.data-v-e05b03dd{-webkit-user-select:auto;user-select:auto}input.data-v-e05b03dd:focus,input.data-v-e05b03dd:active,textarea.data-v-e05b03dd:focus,textarea.data-v-e05b03dd:active{outline:none}.chat-aside.data-v-e05b03dd{position:absolute;top:50px;right:0;box-sizing:border-box;width:360px!important;border-radius:8px 0 0 8px;z-index:9999;max-height:calc(100% - 50px)}.dialog.data-v-e05b03dd{background:rgba(0,0,0,.6)}.dialog-main.data-v-e05b03dd{background:#fff}.dialog-main-header.data-v-e05b03dd{font-weight:500;color:#333}.dialog-main-title.data-v-e05b03dd{font-family:PingFangSC-Medium;font-weight:500;color:#333}.dialog-main-back.data-v-e05b03dd{background:none}.dialog-main-content.data-v-e05b03dd{font-weight:400;color:#333}.btn.data-v-e05b03dd{font-weight:400;color:#fff;letter-spacing:0}.btn-cancel.data-v-e05b03dd{border:1px solid #ddd;color:#666}.btn-default.data-v-e05b03dd{background:#006eff;border:1px solid #006EFF}.dialog.data-v-e05b03dd{position:fixed;width:100%;height:100%;left:0;top:0;z-index:6;display:flex;justify-content:center;align-items:center}.dialog-main.data-v-e05b03dd{min-width:368px;border-radius:10px;padding:20px 30px}.dialog-main-header.data-v-e05b03dd{display:flex;justify-content:space-between;align-items:center;font-size:16px;line-height:30px}.dialog-main-title.data-v-e05b03dd{font-size:16px;line-height:30px}.dialog-main-content.data-v-e05b03dd{font-size:14px;display:flex;justify-content:center;align-items:center;margin-bottom:20px}.dialog-main-footer.data-v-e05b03dd{display:flex;justify-content:flex-end}.btn.data-v-e05b03dd{padding:8px 20px;margin:0 6px;border-radius:4px;border:none;font-size:14px;text-align:center;line-height:20px}.btn.data-v-e05b03dd:disabled{opacity:.3}.btn.data-v-e05b03dd:last-child{margin-right:0}.dialog-h5.data-v-e05b03dd{height:100%;top:0;align-items:inherit}.dialog-h5 .dialog-main.data-v-e05b03dd{border-radius:0;padding:0;display:flex;flex-direction:column;overflow:hidden;width:100%;min-height:80px;min-width:120px}.dialog-h5 .dialog-main-content.data-v-e05b03dd{flex:1;min-width:0;min-height:0;overflow:hidden;text-align:center;display:flex;justify-content:center;align-items:center;margin-bottom:0}.dialog-h5 .dialog-main-content-uniapp.data-v-e05b03dd{padding:40px 0}.dialog-h5 .dialog-main-footer.data-v-e05b03dd{border-top:1px solid #DDD}.dialog-h5 .dialog-main-footer .btn.data-v-e05b03dd{flex:1;margin:0;background:none;border-right:1px solid #DDD}.dialog-h5 .dialog-main-footer .btn-default.data-v-e05b03dd{color:#ff584c;border:none}.center.data-v-e05b03dd{align-items:center;padding:20px;box-sizing:border-box}

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../../common/vendor.js");require("../../../adapter-vue.js"),Math||o();const o=()=>"../Overlay/index.js",r=e.defineComponent({__name:"index",props:{visible:{type:Boolean,default:!0},popDirection:{default:"bottom"},useMask:{type:Boolean,default:!0},isFullScreen:{type:Boolean,default:!0},overlayColor:{},drawerStyle:{default:()=>({})}},emits:["onOverlayClick"],setup(o,{expose:r,emit:i}){var t;const a=i,l=o,n=e.ref(),s=e.ref(),u=e.ref(!1),f=e.ref(l.drawerStyle[l.popDirection]||{});function p(e){a("onOverlayClick",e)}return e.watch((()=>l.visible),(e=>{e?u.value=!0:setTimeout((()=>{u.value=!1}),150)}),{immediate:!0}),r({drawerDomRef:n,overlayDomRef:null==(t=s.value)?void 0:t.overlayDomRef}),(o,r)=>e.e({a:e.unref(u)},e.unref(u)?{b:"bottom"===l.popDirection?1:"",c:"right"===l.popDirection?1:"",d:o.visible&&"bottom"===l.popDirection?1:"",e:o.visible&&"right"===l.popDirection?1:"",f:e.unref(f).minHeight,g:e.unref(f).maxHeight,h:e.unref(f).borderRadius,i:e.unref(f).boxShadow,j:e.unref(f).width}:{},{k:e.sr(s,"504e1af6-0",{k:"overlayDomInstanceRef"}),l:e.o$1(p),m:e.p({visible:l.visible,useMask:l.useMask,maskColor:l.overlayColor,isFullScreen:l.isFullScreen})})}}),i=e._export_sfc(r,[["__scopeId","data-v-504e1af6"]]);wx.createComponent(i);

View File

@@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"overlay": "../Overlay/index"
}
}

View File

@@ -0,0 +1 @@
<overlay wx:if="{{m}}" class="r data-v-504e1af6" u-s="{{['d']}}" u-r="overlayDomInstanceRef" bindonOverlayClick="{{l}}" u-i="504e1af6-0" bind:__l="__l" u-p="{{m}}"><view wx:if="{{a}}" ref="drawerDomRef" class="{{['data-v-504e1af6', 'drawer', b && 'origin-bottom', c && 'origin-right', d && 'slide-bottom', e && 'slide-right']}}" style="{{'min-height:' + f + ';' + ('max-height:' + g) + ';' + ('border-radius:' + h) + ';' + ('box-shadow:' + i) + ';' + ('width:' + j)}}"><view class="drawer-container data-v-504e1af6"><slot/></view></view></overlay>

View File

@@ -0,0 +1 @@
.data-v-504e1af6:not(not){display:flex;flex-direction:column;box-sizing:border-box;min-width:0}.drawer.data-v-504e1af6{position:absolute;z-index:1;background-color:#fff;overflow:hidden;transition:transform .15s ease-out}.drawer .drawer-container.data-v-504e1af6{background-color:#fff;height:100%;width:100%}.origin-bottom.data-v-504e1af6{bottom:0;left:0;right:0;transform:translateY(100%);animation:slide-from-bottom-504e1af6 .15s ease-out}.origin-right.data-v-504e1af6{top:0;bottom:0;right:0;transform:translate(100%);animation:slide-from-right-504e1af6 .15s ease-out}.slide-bottom.data-v-504e1af6{transform:translateY(0)}.slide-right.data-v-504e1af6{transform:translate(0)}@keyframes slide-from-bottom-504e1af6{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-from-right-504e1af6{0%{transform:translate(100%)}to{transform:translate(0)}}

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../../common/vendor.js");require("../../../adapter-vue.js");const t=require("../../../utils/env.js"),n=e.defineComponent({__name:"index",props:{isFetching:{type:Boolean,default:!1},isTerminateObserve:{type:Boolean,default:!1}},emits:["onExposed"],setup(n,{emit:o}){var r;const s=o,i=n;let c=null;const a=e.ref(),u=(null==(r=e.getCurrentInstance())?void 0:r.proxy)||e.getCurrentInstance();return e.onMounted((()=>{i.isTerminateObserve||(t.isUniFrameWork?(c=e.index.createIntersectionObserver(u).relativeToViewport(),c.observe(".fetch-more-block",(()=>{s("onExposed")}))):(c=new IntersectionObserver((([e])=>{e.isIntersecting&&s("onExposed")}),{threshold:1}),a.value&&c.observe(a.value)))})),e.onUnmounted((()=>{c&&(c.disconnect(),c=null)})),e.watch((()=>i.isTerminateObserve),(e=>{c&&(e?c.disconnect():a.value&&(c.disconnect(),t.isUniFrameWork?c.observe(".fetch-more-block",(()=>{s("onExposed")})):c.observe(a.value)))})),(t,n)=>e.e({a:i.isFetching},i.isFetching?{b:e.t(e.unref(e.Wt).t("TUIChat.正在加载"))}:{c:e.t(e.unref(e.Wt).t("TUIChat.加载结束"))})}}),o=e._export_sfc(n,[["__scopeId","data-v-6624d8e2"]]);wx.createComponent(o);

View File

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

View File

@@ -0,0 +1 @@
<view ref="selfDomRef" class="fetch-more-block data-v-6624d8e2"><block wx:if="{{a}}"><block wx:if="{{$slots.fetching}}"><slot name="fetching"></slot></block><block wx:else><view class="data-v-6624d8e2">{{b}}</view></block></block><block wx:else><block wx:if="{{$slots.fetchEnd}}"><slot name="fetchEnd"></slot></block><block wx:else><view class="data-v-6624d8e2">{{c}}</view></block></block></view>

View File

@@ -0,0 +1 @@
.fetch-more-block.data-v-6624d8e2{color:#999}

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../common/vendor.js");require("../../adapter-vue.js");const i=require("../../utils/env.js"),t=e.defineComponent({__name:"Icon",props:{file:{default:""},size:{},width:{default:"20px"},height:{default:"20px"},hotAreaSize:{}},emits:["onClick"],setup(t,{emit:r}){const n=r,o=t,u=e.computed((()=>{if(o.hotAreaSize)return isNaN(Number(o.hotAreaSize))?String(o.hotAreaSize):`${o.hotAreaSize}px`})),s=e.computed((()=>o.size?o.size:o.width)),f=e.computed((()=>o.size?o.size:o.height)),c=e=>{n("onClick",e)};return(t,r)=>e.e({a:e.unref(i.isApp)},e.unref(i.isApp)?{b:o.file,c:e.unref(s),d:e.unref(f)}:{e:o.file,f:e.unref(s),g:e.unref(f)},{h:e.n(!e.unref(i.isPC)&&"common-icon-container-mobile"),i:e.unref(u),j:e.o$1(c)})}}),r=e._export_sfc(t,[["__scopeId","data-v-2e75413f"]]);wx.createComponent(r);

View File

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

View File

@@ -0,0 +1 @@
<view class="{{['data-v-2e75413f', 'common-icon-container', h]}}" style="{{'padding:' + i}}" bindtap="{{j}}"><image wx:if="{{a}}" class="common-icon data-v-2e75413f" src="{{b}}" style="{{'width:' + c + ';' + ('height:' + d)}}"/><image wx:else class="common-icon data-v-2e75413f" src="{{e}}" style="{{'width:' + f + ';' + ('height:' + g)}}"></image></view>

View File

@@ -0,0 +1 @@
.common-icon-container.data-v-2e75413f{display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.common-icon-container-mobile.data-v-2e75413f{cursor:none}

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../../common/vendor.js"),t=e.defineComponent({__name:"index",props:{width:{type:String,default:"30px"},height:{type:String,default:"30px"},color:{type:String,default:"#D9D9D9"}},setup(e){const t=e;return(e,o)=>({a:t.width,b:t.height,c:`2px solid ${t.color}`})}}),o=e._export_sfc(t,[["__scopeId","data-v-45136175"]]);wx.createComponent(o);

View File

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

View File

@@ -0,0 +1 @@
<view class="tui-loading data-v-45136175" style="{{'width:' + a + ';' + ('height:' + b) + ';' + ('border:' + c) + ';' + ('border-top-color:' + 'transparent')}}"/>

View File

@@ -0,0 +1 @@
.tui-loading.data-v-45136175{width:30px;height:30px;border:2px solid #d9d9d9;border-top-color:transparent;border-radius:100%;animation:circle-45136175 infinite .75s linear}@keyframes circle-45136175{0%{transform:rotate(0)}to{transform:rotate(360deg)}}

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../../common/vendor.js");require("../../../adapter-vue.js");const t=require("../../../utils/env.js"),o=e.defineComponent({__name:"index",props:{show:{type:Boolean,default:()=>!1}},emits:["update:show"],setup(o,{emit:s}){const n=o,r=e.ref(!1);e.watchEffect((()=>{r.value=n.show}));const u=s,a=()=>{r.value=!r.value,u("update:show",r.value)};return(o,s)=>e.e({a:e.unref(r)},e.unref(r)?{b:e.o$1((o=>!e.unref(t.isWeChat)&&a))}:{})}}),s=e._export_sfc(o,[["__scopeId","data-v-329c6cd7"]]);wx.createComponent(s);

View File

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

View File

@@ -0,0 +1 @@
<view wx:if="{{a}}" class="mask data-v-329c6cd7" bindtap="{{b}}"><slot/></view>

View File

@@ -0,0 +1 @@
body.data-v-329c6cd7,div.data-v-329c6cd7,ul.data-v-329c6cd7,ol.data-v-329c6cd7,dt.data-v-329c6cd7,dd.data-v-329c6cd7,li.data-v-329c6cd7,dl.data-v-329c6cd7,h1.data-v-329c6cd7,h2.data-v-329c6cd7,h3.data-v-329c6cd7,h4.data-v-329c6cd7,p.data-v-329c6cd7{margin:0;padding:0;font-style:normal}ol.data-v-329c6cd7,ul.data-v-329c6cd7,li.data-v-329c6cd7{list-style:none}img.data-v-329c6cd7{border:0;vertical-align:middle;pointer-events:none}body.data-v-329c6cd7{color:#000;background:#fff}.clear.data-v-329c6cd7{clear:both;height:1px;width:100%;overflow:hidden;margin-top:-1px}a.data-v-329c6cd7{color:#000;text-decoration:none;cursor:pointer}a.data-v-329c6cd7:hover{text-decoration:none}input.data-v-329c6cd7,textarea.data-v-329c6cd7{-webkit-user-select:auto;user-select:auto}input.data-v-329c6cd7:focus,input.data-v-329c6cd7:active,textarea.data-v-329c6cd7:focus,textarea.data-v-329c6cd7:active{outline:none}.chat-aside.data-v-329c6cd7{position:absolute;top:50px;right:0;box-sizing:border-box;width:360px!important;border-radius:8px 0 0 8px;z-index:9999;max-height:calc(100% - 50px)}.mask.data-v-329c6cd7{position:fixed;width:100vw;height:100vh;left:0;top:0;z-index:99;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}.mask main.data-v-329c6cd7{position:relative}

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../../common/vendor.js");require("../../../adapter-vue.js");const o=e.defineComponent({__name:"index",props:{visible:{type:Boolean,default:!0},zIndex:{default:9999},useMask:{type:Boolean,default:!0},maskColor:{default:"rgba(0, 0, 0, 0.6)"},isFullScreen:{type:Boolean,default:!0},width:{default:"auto"},height:{default:"auto"}},emits:["onOverlayClick"],setup(o,{expose:t,emit:a}){const l=a,s=o,i=e.ref(),u=e.ref(s.visible);function n(){l("onOverlayClick")}return e.watch((()=>s.visible),(e=>{e?u.value=!0:setTimeout((()=>{u.value=!1}),150)}),{immediate:!0}),t({overlayDomRef:i}),(o,t)=>e.e({a:e.unref(u)},e.unref(u)?e.e({b:s.useMask},s.useMask?{c:s.visible?1:"",d:s.maskColor,e:e.o$1(n),f:e.o$1(n)}:{},{g:s.isFullScreen?1:"",h:s.isFullScreen?"fixed":"absolute",i:s.zIndex}):{})}}),t=e._export_sfc(o,[["__scopeId","data-v-c34aefc6"]]);wx.createComponent(t);

View File

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

View File

@@ -0,0 +1 @@
<view wx:if="{{a}}" ref="overlayDomRef" class="overlay-container data-v-c34aefc6" style="{{'position:' + h + ';' + ('z-index:' + i)}}"><view wx:if="{{b}}" class="{{['data-v-c34aefc6', 'overlay-mask', c && 'fade-in']}}" style="{{'background-color:' + d}}" bindtap="{{e}}" catchtouchstart="{{f}}"/><view class="{{['data-v-c34aefc6', 'overlay-content', g && 'full-screen']}}"><slot/></view></view>

View File

@@ -0,0 +1 @@
.overlay-container.data-v-c34aefc6{position:fixed;top:0;bottom:0;left:0;right:0;z-index:9999;display:flex;align-items:center;justify-content:center}.overlay-container .overlay-mask.data-v-c34aefc6{z-index:-1;position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);opacity:0;transition:opacity .15s linear;animation:fade-in-c34aefc6 .15s linear}.overlay-container .full-screen.data-v-c34aefc6{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.overlay-mask.fade-in.data-v-c34aefc6{opacity:1}@keyframes fade-in-c34aefc6{0%{opacity:0}to{opacity:1}}

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../../common/vendor.js"),s=require("../../../utils/env.js"),t=e.defineComponent({__name:"index",props:{content:{default:()=>({})},messageItem:{default:()=>({})}},setup(t){const r=t;return(t,n)=>e.e({a:"unSend"===r.messageItem.status&&r.messageItem.progress<1},"unSend"===r.messageItem.status&&r.messageItem.progress<1?e.e({b:!e.unref(s.isUniFrameWork)},e.unref(s.isUniFrameWork)?{d:Math.round(100*r.messageItem.progress)}:{c:r.messageItem.progress}):{})}}),r=e._export_sfc(t,[["__scopeId","data-v-c2e27f75"]]);wx.createComponent(r);

View File

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

View File

@@ -0,0 +1 @@
<view class="progress-message data-v-c2e27f75"><slot/><view wx:if="{{a}}" class="progress-container data-v-c2e27f75"><progress wx:if="{{b}}" class="progress data-v-c2e27f75" value="{{c}}" max="1"/><progress wx:else activeColor="#006EFF" class="progress-common data-v-c2e27f75" percent="{{d}}"/></view></view>

View File

@@ -0,0 +1 @@
.progress-message.data-v-c2e27f75{overflow:hidden}.progress-message .progress-container.data-v-c2e27f75{position:absolute;box-sizing:border-box;width:100%;height:100%;padding:0 15%;left:0;top:0;background:rgba(0,0,0,.5);display:flex;align-items:center}.progress-message .progress-container .progress-common.data-v-c2e27f75,.progress-message .progress-container .progress.data-v-c2e27f75{-webkit-appearance:none;appearance:none;width:100%;height:.5rem}.progress-message .progress-container .progress.data-v-c2e27f75{color:#006eff;border-radius:.25rem;background:#fff}.progress-message .progress-container .progress.data-v-c2e27f75::-webkit-progress-value{background-color:#006eff;border-radius:.25rem}.progress-message .progress-container .progress.data-v-c2e27f75::-webkit-progress-bar{border-radius:.25rem;background:#fff}.progress-message .progress-container .progress.data-v-c2e27f75::-moz-progress-bar{color:#006eff;background:#006eff;border-radius:.25rem}

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../../common/vendor.js"),n=require("../../../../common/assets.js");Math||o();const o=()=>"../Icon.js",t=e.defineComponent({__name:"index",props:{isSelected:{type:Boolean}},emits:["onChange"],setup(o,{emit:t}){const s=t,c=o;function i(){s("onChange",!c.isSelected)}return(o,t)=>e.e({a:!c.isSelected},c.isSelected?{b:e.p({file:e.unref(n.radioIcon),size:"20px"})}:{},{c:e.o$1(i)})}}),s=e._export_sfc(t,[["__scopeId","data-v-70b6652d"]]);wx.createComponent(s);

View File

@@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"icon": "../Icon"
}
}

View File

@@ -0,0 +1 @@
<view class="radio-select data-v-70b6652d" bindtap="{{c}}"><view wx:if="{{a}}" class="radio-no-select data-v-70b6652d"/><icon wx:else class="data-v-70b6652d" u-i="70b6652d-0" bind:__l="__l" u-p="{{b||''}}"/></view>

View File

@@ -0,0 +1 @@
.data-v-70b6652d:not(not){display:flex;flex-direction:column;min-width:0;box-sizing:border-box}.radio-select.data-v-70b6652d{flex:1;flex-direction:column;cursor:pointer;-webkit-tap-highlight-color:transparent;justify-content:center}.radio-select .radio-no-select.data-v-70b6652d{height:20px;width:20px;border-radius:50%;border:2px solid #ddd}

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../../common/vendor.js"),t=require("../../../utils/env.js");Math||(s+o)();const o=()=>"../Dialog/index.js",s=()=>"../Transfer/index.js",i=e.defineComponent({__name:"index",props:{isRadio:{type:Boolean,default:!1},isNeedSearch:{type:Boolean,default:!1},title:{type:String,default:""},userList:{type:Array,default:()=>[]},total:{type:Number,default:0}},emits:["complete","search","getMore"],setup(o,{emit:s}){const i=s,r=o,a=()=>{i("complete",[])},n=e=>{i("complete",e)},l=e=>{i("search",e)},d=()=>{i("getMore")};return(o,s)=>({a:e.o$1(d),b:e.o$1(l),c:e.o$1(n),d:e.o$1(a),e:e.p({isSearch:r.isNeedSearch,title:r.title,list:r.userList,isH5:!e.unref(t.isPC),isRadio:r.isRadio,total:r.total}),f:e.o$1(a),g:e.p({show:!0,isH5:!e.unref(t.isPC),isHeaderShow:!1,isFooterShow:!1,background:!1})})}});wx.createComponent(i);

View File

@@ -0,0 +1,7 @@
{
"component": true,
"usingComponents": {
"dialog": "../Dialog/index",
"transfer": "../Transfer/index"
}
}

View File

@@ -0,0 +1 @@
<dialog wx:if="{{g}}" u-s="{{['d']}}" bindupdateShow="{{f}}" u-i="5e6cf6e8-0" bind:__l="__l" u-p="{{g}}"><transfer wx:if="{{e}}" bindgetMore="{{a}}" bindsearch="{{b}}" bindsubmit="{{c}}" bindcancel="{{d}}" u-i="5e6cf6e8-1,5e6cf6e8-0" bind:__l="__l" u-p="{{e}}"/></dialog>

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../../common/vendor.js");require("../../../adapter-vue.js");const n=e.defineComponent({__name:"index",props:{open:{type:Boolean,default:!1}},emits:["change"],setup(n,{emit:o}){const t=n,a=e.ref(!1),r=o;e.watchEffect((()=>{a.value=t.open}));const c=()=>{a.value=!a.value,r("change",a.value)};return(n,o)=>({a:e.n(e.unref(a)&&"slider-open"),b:e.o$1(c)})}}),o=e._export_sfc(n,[["__scopeId","data-v-f112c675"]]);wx.createComponent(o);

View File

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

View File

@@ -0,0 +1 @@
<view class="{{['slider-box', 'data-v-f112c675', a]}}" bindtap="{{b}}"><label class="slider-block data-v-f112c675"/></view>

View File

@@ -0,0 +1 @@
body.data-v-f112c675,div.data-v-f112c675,ul.data-v-f112c675,ol.data-v-f112c675,dt.data-v-f112c675,dd.data-v-f112c675,li.data-v-f112c675,dl.data-v-f112c675,h1.data-v-f112c675,h2.data-v-f112c675,h3.data-v-f112c675,h4.data-v-f112c675,p.data-v-f112c675{margin:0;padding:0;font-style:normal}ol.data-v-f112c675,ul.data-v-f112c675,li.data-v-f112c675{list-style:none}img.data-v-f112c675{border:0;vertical-align:middle;pointer-events:none}body.data-v-f112c675{color:#000;background:#fff}.clear.data-v-f112c675{clear:both;height:1px;width:100%;overflow:hidden;margin-top:-1px}a.data-v-f112c675{color:#000;text-decoration:none;cursor:pointer}a.data-v-f112c675:hover{text-decoration:none}input.data-v-f112c675,textarea.data-v-f112c675{-webkit-user-select:auto;user-select:auto}input.data-v-f112c675:focus,input.data-v-f112c675:active,textarea.data-v-f112c675:focus,textarea.data-v-f112c675:active{outline:none}.chat-aside.data-v-f112c675{position:absolute;top:50px;right:0;box-sizing:border-box;width:360px!important;border-radius:8px 0 0 8px;z-index:9999;max-height:calc(100% - 50px)}.slider-box.data-v-f112c675{display:flex;align-items:center;width:40px;height:20px;border-radius:10px;background:#e1e1e3}.slider-open.data-v-f112c675{background:#006eff!important;justify-content:flex-end}.slider-block.data-v-f112c675{display:inline-block;width:16px;height:16px;border-radius:8px;margin:0 2px;background:#fff;border:0 solid rgba(0,0,0,.85);box-shadow:0 2px 4px #d1d1d1}

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../../common/vendor.js"),t=e.defineComponent({__name:"index",props:{value:{type:Boolean,default:!1}},setup:t=>(o,c)=>({a:e.n(t.value?"tui-switch-checked":"tui-switch-no-checked")})}),o=e._export_sfc(t,[["__scopeId","data-v-c4dd154a"]]);wx.createComponent(o);

View File

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

View File

@@ -0,0 +1 @@
<view class="{{['data-v-c4dd154a', 'tui-switch', a]}}"/>

View File

@@ -0,0 +1 @@
.tui-switch.data-v-c4dd154a{margin:2px 5px;width:48px;height:30px;position:relative;border:1px solid transparent;box-shadow:#dfdfdf 0 0 inset;border-radius:20px;background-clip:content-box;display:inline-block;appearance:none;-webkit-appearance:none;-moz-appearance:none;-webkit-user-select:none;user-select:none;outline:none}.tui-switch.data-v-c4dd154a:before{content:"";position:absolute;width:24px;height:24px;background-color:#fff;border-radius:50%;top:0;bottom:0;margin:auto;transition:.3s}.tui-switch-checked.data-v-c4dd154a{background-color:#007aff;transition:.6s}.tui-switch-checked.data-v-c4dd154a:before{transition:.3s;left:20px}.tui-switch-checked.data-v-c4dd154a:active:before{width:28px;left:16px;transition:.3s}.tui-switch-no-checked.data-v-c4dd154a{background-color:#dcdfe6;transition:.6s}.tui-switch-no-checked.data-v-c4dd154a:before{left:2px;transition:.3s}.tui-switch-no-checked.data-v-c4dd154a:active:before{width:28px;transition:.3s}

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../../common/vendor.js"),s=require("./type.js"),t=e=>{if(!e)return"none";switch(e){case s.TOAST_TYPE.ERROR:case s.TOAST_TYPE.WARNING:return"none";case s.TOAST_TYPE.SUCCESS:return"success";case s.TOAST_TYPE.NORMAL:default:return"none"}};exports.Toast=s=>{e.i.showToast({title:s.message||"Toast",duration:s.duration||1500,icon:t(s.type)})};

View File

@@ -0,0 +1 @@
"use strict";exports.TOAST_TYPE={SUCCESS:"success",WARNING:"warning",ERROR:"error",NORMAL:"normal"};

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../../../common/vendor.js");require("../../../adapter-vue.js");const t=require("../../../../common/assets.js"),n=require("../../../utils/env.js");Math||r();const r=()=>"../Icon.js",u=e.defineComponent({__name:"index",props:{list:{type:Array,default:()=>[]},selectedList:{type:Array,default:()=>[]},isSearch:{type:Boolean,default:!0},isRadio:{type:Boolean,default:!1},isCustomItem:{type:Boolean,default:!1},title:{type:String,default:""},type:{type:String,default:""},resultShow:{type:Boolean,default:!0},total:{type:Number,default:0},isHiddenBackIcon:{type:Boolean,default:!1}},emits:["search","submit","cancel","getMore"],setup(r,{emit:u}){const i=r,s=e.ref([]),l=e.ref(0),a=e.ref([]),f=e.ref(!0),o=e.ref(!1),c=e.ref(""),d=e.ref("");e.watchEffect((()=>{if(i.isCustomItem)for(let e=0;e<i.list.length;e++)i.list[e].conversationID.indexOf("@TIM#SYSTEM")>-1&&i.list.splice(e,1),s.value=i.list;else s.value=i.list;l.value=i.total?i.total:i.list.length,a.value=i.selectedList&&i.selectedList.length>0?i.selectedList:a.value,f.value=i.isSearch,o.value=i.isCustomItem,c.value=i.title}));const p=u,h=e.computed((()=>s.value.filter((e=>!e.isDisabled)))),m=e=>{d.value=e.target.value||e.detail.value,p("search",d.value)},g=e=>{if(e.isDisabled)return;let t=a.value;const n=t.indexOf(e);if(n>-1)return a.value.splice(n,1);i.isRadio&&(t=[]),t.push(e),a.value=t},v=()=>{a.value.length===h.value.length?a.value=[]:a.value=[...h.value]},I=()=>{p("submit",a.value),d.value=""},C=()=>{p("cancel"),d.value=""},b=()=>{p("getMore")};return(u,p)=>e.e({a:!e.unref(n.isPC)},e.unref(n.isPC)?{}:e.e({b:!i.isHiddenBackIcon},i.isHiddenBackIcon?{}:{c:e.p({file:e.unref(t.backIcon),width:"18px",height:"18px"}),d:e.o$1(C)},{e:e.t(e.unref(c))}),{f:e.unref(n.isPC)&&e.unref(f)},e.unref(n.isPC)&&e.unref(f)?{g:e.unref(d),h:e.unref(e.Wt).t("component.请输入userID"),i:e.n(e.unref(n.isUniFrameWork)?"left-uniapp-input":""),j:e.o$1(m)}:{},{k:!e.unref(n.isPC)&&e.unref(f)},!e.unref(n.isPC)&&e.unref(f)?{l:e.unref(e.Wt).t("component.请输入userID"),m:e.unref(d),n:e.n(e.unref(n.isUniFrameWork)?"left-uniapp-input":""),o:e.o$1(m),p:e.o$1(m)}:{},{q:e.unref(h).length>1&&!r.isRadio},e.unref(h).length>1&&!r.isRadio?e.e({r:e.unref(a).length===e.unref(h).length},e.unref(a).length===e.unref(h).length?{s:e.p({file:e.unref(t.selectedIcon),width:"18px",height:"18px"})}:{},{t:e.t(e.unref(e.Wt).t("component.全选")),v:e.o$1(v)}):{},{w:e.f(e.unref(s),((n,r,u)=>e.e({a:e.unref(a).indexOf(n)>-1},e.unref(a).indexOf(n)>-1?{b:e.n(n.isDisabled&&"disabled"),c:"53269d87-2-"+u,d:e.p({file:e.unref(t.selectedIcon),width:"18px",height:"18px"})}:{e:e.n(n.isDisabled&&"disabled")},e.unref(o)?{j:"left-"+u,k:e.r("left",{data:n},u)}:e.e({f:n.avatar||"https://web.sdk.qcloud.com/component/TUIKit/assets/avatar_21.png",g:e.t(n.nick||n.userID),h:n.isDisabled},n.isDisabled?{i:e.t(e.unref(e.Wt).t("component.已在群中"))}:{}),{l:n.userID,m:e.o$1((e=>g(n)),n.userID)}))),x:!e.unref(o),y:e.unref(l)>e.unref(s).length},e.unref(l)>e.unref(s).length?{z:e.t(e.unref(e.Wt).t("component.查看更多")),A:e.o$1(b)}:{},{B:e.unref(n.isPC)},e.unref(n.isPC)?{C:e.t(e.unref(c))}:{},{D:r.resultShow},r.resultShow?e.e({E:e.unref(a).length>0&&e.unref(n.isPC)},e.unref(a).length>0&&e.unref(n.isPC)?{F:e.t(e.unref(e.Wt).t("component.已选中")),G:e.t(e.unref(a).length),H:e.t(e.unref(e.Wt).t("component.人"))}:{},{I:e.f(e.unref(a),((r,u,i)=>e.e(e.unref(o)?{d:"right-"+i,e:e.r("right",{data:r},i)}:e.e({a:r.avatar||"https://web.sdk.qcloud.com/component/TUIKit/assets/avatar_21.png",b:e.unref(n.isPC)},e.unref(n.isPC)?{c:e.t(r.nick||r.userID)}:{}),e.unref(n.isPC)?{f:"53269d87-3-"+i,g:e.p({file:e.unref(t.cancelIcon),width:"18px",height:"18px"}),h:e.o$1((e=>g(r)),u)}:{},{i:u}))),J:!e.unref(o),K:e.unref(n.isPC)}):{},{L:e.t(e.unref(e.Wt).t("component.取消")),M:e.o$1(C),N:e.unref(a).length>0},e.unref(a).length>0?{O:e.t(e.unref(e.Wt).t("component.完成")),P:e.o$1(I)}:{Q:e.t(e.unref(e.Wt).t("component.完成")),R:e.o$1(I)},{S:e.n(e.unref(n.isPC)?"":"transfer-h5"),T:e.n(e.unref(n.isWeChat)?"transfer-h5-wechat":"")})}}),i=e._export_sfc(u,[["__scopeId","data-v-53269d87"]]);wx.createComponent(i);

View File

@@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"icon": "../Icon"
}
}

View File

@@ -0,0 +1 @@
<view class="{{['transfer', 'data-v-53269d87', S, T]}}"><view wx:if="{{a}}" class="transfer-header transfer-h5-header data-v-53269d87"><view wx:if="{{b}}" class="data-v-53269d87" bindtap="{{d}}"><icon wx:if="{{c}}" class="icon data-v-53269d87" u-i="53269d87-0" bind:__l="__l" u-p="{{c}}"/></view><label class="title data-v-53269d87">{{e}}</label><label class="space data-v-53269d87"/></view><view class="main data-v-53269d87"><view class="left data-v-53269d87"><view class="transfer-header data-v-53269d87"><input wx:if="{{f}}" type="text" value="{{g}}" placeholder="{{h}}" enterkeyhint="search" class="{{['data-v-53269d87', i]}}" bindkeyup="{{j}}"></input><input wx:if="{{k}}" type="text" placeholder="{{l}}" enterkeyhint="search" value="{{m}}" class="{{['data-v-53269d87', n]}}" bindblur="{{o}}" bindconfirm="{{p}}"></input></view><view class="transfer-left-main data-v-53269d87"><view class="transfer-list data-v-53269d87"><view wx:if="{{q}}" class="transfer-list-item data-v-53269d87" bindtap="{{v}}"><icon wx:if="{{r}}" class="data-v-53269d87" u-i="53269d87-1" bind:__l="__l" u-p="{{s}}"/><view wx:else class="icon-unselected data-v-53269d87"/><label class="select-all data-v-53269d87">{{t}}</label></view><view wx:for="{{w}}" wx:for-item="item" wx:key="l" class="transfer-list-item data-v-53269d87" bindtap="{{item.m}}"><icon wx:if="{{item.a}}" class="{{['data-v-53269d87', item.b]}}" u-i="{{item.c}}" bind:__l="__l" u-p="{{item.d}}"/><view wx:else class="{{['data-v-53269d87', item.e, 'icon-unselected']}}"/><block wx:if="{{x}}"><image class="avatar data-v-53269d87" src="{{item.f}}" onerror="this.onerror=null;this.src='https://web.sdk.qcloud.com/component/TUIKit/assets/avatar_21.png'"></image><label class="name data-v-53269d87">{{item.g}}</label><label wx:if="{{item.h}}" class="data-v-53269d87">{{item.i}}</label></block><block wx:else><slot name="{{item.j}}"/></block></view><view wx:if="{{y}}" class="transfer-list-item more data-v-53269d87" bindtap="{{A}}">{{z}}</view></view></view></view><view class="right data-v-53269d87"><view wx:if="{{B}}" class="transfer-header data-v-53269d87">{{C}}</view><view wx:if="{{D}}" class="transfer-list data-v-53269d87"><view wx:if="{{E}}" class="transfer-text data-v-53269d87">{{F}}{{G}}{{H}}</view><view wx:for="{{I}}" wx:for-item="item" wx:key="i" class="transfer-list-item space-between data-v-53269d87"><view class="transfer-list-item-content data-v-53269d87"><block wx:if="{{J}}"><image class="avatar data-v-53269d87" src="{{item.a}}" onerror="this.onerror=null;this.src='https://web.sdk.qcloud.com/component/TUIKit/assets/avatar_21.png'"></image><label wx:if="{{item.b}}" class="name data-v-53269d87">{{item.c}}</label></block><block wx:else><slot name="{{item.d}}"/></block></view><label wx:if="{{K}}" class="data-v-53269d87" bindtap="{{item.h}}"><icon wx:if="{{item.g}}" class="data-v-53269d87" u-i="{{item.f}}" bind:__l="__l" u-p="{{item.g}}"/></label></view></view><view class="transfer-right-footer data-v-53269d87"><button class="btn btn-cancel data-v-53269d87" bindtap="{{M}}">{{L}}</button><button wx:if="{{N}}" class="btn data-v-53269d87" bindtap="{{P}}">{{O}}</button><button wx:else class="btn btn-no data-v-53269d87" bindtap="{{R}}">{{Q}}</button></view></view></view></view>

File diff suppressed because one or more lines are too long