first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:09:02 +08:00
commit dac42e3b0c
3512 changed files with 181637 additions and 0 deletions

View File

@@ -0,0 +1 @@
.zp-container.data-v-5b8c527d{display:flex;align-items:center;justify-content:center}.zp-container-fixed.data-v-5b8c527d{position:absolute;top:0;left:0;width:100%;height:100%}.zp-main.data-v-5b8c527d{display:flex;flex-direction:column;align-items:center;padding:50rpx 0rpx}.zp-main-image-rpx.data-v-5b8c527d{width:240rpx;height:240rpx}.zp-main-image-px.data-v-5b8c527d{width:120px;height:120px}.zp-main-title.data-v-5b8c527d{color:#aaa;text-align:center}.zp-main-title-rpx.data-v-5b8c527d{font-size:28rpx;margin-top:10rpx;padding:0rpx 20rpx}.zp-main-title-px.data-v-5b8c527d{font-size:14px;margin-top:5px;padding:0 10px}.zp-main-error-btn.data-v-5b8c527d{border:solid 1px #dddddd;color:#aaa}.zp-main-error-btn-rpx.data-v-5b8c527d{font-size:28rpx;padding:8rpx 24rpx;border-radius:6rpx;margin-top:50rpx}.zp-main-error-btn-px.data-v-5b8c527d{font-size:14px;padding:4px 12px;border-radius:3px;margin-top:25px}

View File

@@ -0,0 +1 @@
<view class="{{('data-v-5b8c527d') + ' ' + 'zp-container' + ' ' + (t && 'zp-container-fixed')}}" style="{{v}}" onTap="{{w}}"><view class="zp-main data-v-5b8c527d"><image a:if="{{a}}" class="{{('data-v-5b8c527d') + ' ' + (b && 'zp-main-image-rpx') + ' ' + (c && 'zp-main-image-px')}}" style="{{d}}" src="{{e}}"/><image a:else class="{{('data-v-5b8c527d') + ' ' + (f && 'zp-main-image-rpx') + ' ' + (g && 'zp-main-image-px')}}" mode="aspectFit" style="{{h}}" src="{{i}}"/><text class="{{('zp-main-title') + ' ' + 'data-v-5b8c527d' + ' ' + (k && 'zp-main-title-rpx') + ' ' + (l && 'zp-main-title-px')}}" style="{{m}}">{{j}}</text><text a:if="{{n}}" class="{{('data-v-5b8c527d') + ' ' + 'zp-main-error-btn' + ' ' + (p && 'zp-main-error-btn-rpx') + ' ' + (q && 'zp-main-error-btn-px')}}" style="{{r}}" catchTap="{{s}}">{{o}}</text></view></view>

View File

@@ -0,0 +1 @@
"use strict";const uni_modules_zPaging_components_zPaging_js_zPagingStatic=require("../z-paging/js/z-paging-static.js");const common_vendor=require("../../../../common/vendor.js");const _sfc_main={name:"z-paging-empty-view",data(){return{}},props:{emptyViewText:{type:String,default:"没有数据哦~"},emptyViewImg:{type:String,default:""},showEmptyViewReload:{type:Boolean,default:false},emptyViewReloadText:{type:String,default:"重新加载"},isLoadFailed:{type:Boolean,default:false},emptyViewStyle:{type:Object,default:function(){return{}}},emptyViewImgStyle:{type:Object,default:function(){return{}}},emptyViewTitleStyle:{type:Object,default:function(){return{}}},emptyViewReloadStyle:{type:Object,default:function(){return{}}},emptyViewZIndex:{type:Number,default:9},emptyViewFixed:{type:Boolean,default:true},unit:{type:String,default:"rpx"}},computed:{emptyImg(){return this.isLoadFailed?uni_modules_zPaging_components_zPaging_js_zPagingStatic.zStatic.base64Error:uni_modules_zPaging_components_zPaging_js_zPagingStatic.zStatic.base64Empty},finalEmptyViewStyle(){this.emptyViewStyle["z-index"]=this.emptyViewZIndex;return this.emptyViewStyle}},methods:{reloadClick(){this.$emit("reload")},emptyViewClick(){this.$emit("viewClick")}}};function _sfc_render(_ctx,_cache,$props,$setup,$data,$options){return common_vendor.e({a:!$props.emptyViewImg.length},!$props.emptyViewImg.length?{b:$props.unit==="rpx"?1:"",c:$props.unit==="px"?1:"",d:common_vendor.s($props.emptyViewImgStyle),e:$options.emptyImg}:{f:$props.unit==="rpx"?1:"",g:$props.unit==="px"?1:"",h:common_vendor.s($props.emptyViewImgStyle),i:$props.emptyViewImg},{j:common_vendor.t($props.emptyViewText),k:$props.unit==="rpx"?1:"",l:$props.unit==="px"?1:"",m:common_vendor.s($props.emptyViewTitleStyle),n:$props.showEmptyViewReload},$props.showEmptyViewReload?{o:common_vendor.t($props.emptyViewReloadText),p:$props.unit==="rpx"?1:"",q:$props.unit==="px"?1:"",r:common_vendor.s($props.emptyViewReloadStyle),s:common_vendor.o(((...args)=>$options.reloadClick&&$options.reloadClick(...args)))}:{},{t:$props.emptyViewFixed?1:"",v:common_vendor.s($options.finalEmptyViewStyle),w:common_vendor.o(((...args)=>$options.emptyViewClick&&$options.emptyViewClick(...args)))})}const Component=common_vendor._export_sfc(_sfc_main,[["render",_sfc_render],["__scopeId","data-v-5b8c527d"]]);my.createComponent(Component);

View File

@@ -0,0 +1,5 @@
{
"component": true,
"styleIsolation": "apply-shared",
"usingComponents": {}
}