first commit

This commit is contained in:
2026-09-08 20:28:54 +08:00
commit 2ada8d3d5a
37380 changed files with 4886169 additions and 0 deletions
@@ -0,0 +1 @@
(global["webpackChunkfitness_walk_nwnu"]=global["webpackChunkfitness_walk_nwnu"]||[]).push([["node-modules/uview-ui/components/u-empty/u-empty"],{594:function(e,n,t){"use strict";t.r(n),t.d(n,{default:function(){return h}});var u,i={uIcon:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(t.bind(t,3509))}},o=function(){var e=this,n=e.$createElement,t=(e._self._c,e.show?e.__get_style([e.emptyStyle]):null),u=e.show&&e.isSrc?e.$u.addUnit(e.width):null,i=e.show&&e.isSrc?e.$u.addUnit(e.height):null,o=e.show?e.__get_style([e.textStyle]):null;e.$mp.data=Object.assign({},{$root:{s0:t,g0:u,g1:i,s1:o}})},s=[],l=t(4951),a=t(1687)["default"],c={name:"u-empty",mixins:[a.$u.mpMixin,a.$u.mixin,l["default"]],data:function(){return{icons:{car:"购物车为空",page:"页面不存在",search:"没有搜索结果",address:"没有收货地址",wifi:"没有WiFi",order:"订单为空",coupon:"没有优惠券",favor:"暂无收藏",permission:"无权限",history:"无历史记录",news:"无新闻列表",message:"消息列表为空",list:"列表为空",data:"数据为空",comment:"暂无评论"}}},computed:{emptyStyle:function(){var e={};return e.marginTop=a.$u.addUnit(this.marginTop),a.$u.deepMerge(a.$u.addStyle(this.customStyle),e)},textStyle:function(){var e={};return e.color=this.textColor,e.fontSize=a.$u.addUnit(this.textSize),e},isSrc:function(){return this.icon.indexOf("/")>=0}}},r=c,d=t(4241),m=t.n(d),p=(m(),t(8535)),f=(0,p["default"])(r,o,s,!1,null,"1e80f00c",null,!1,i,u),h=f.exports},4241:function(){}}]),(global["webpackChunkfitness_walk_nwnu"]=global["webpackChunkfitness_walk_nwnu"]||[]).push([["node-modules/uview-ui/components/u-empty/u-empty-create-component"],{},function(e){e("1687")["createComponent"](e(594))}]);
@@ -0,0 +1,6 @@
{
"usingComponents": {
"u-icon": "/node-modules/uview-ui/components/u-icon/u-icon"
},
"component": true
}
@@ -0,0 +1 @@
<block wx:if="{{show}}"><view class="u-empty data-v-1e80f00c" style="{{$root.s0}}"><block wx:if="{{!isSrc}}"><u-icon vue-id="55f7abbe-1" name="{{mode==='message'?'chat':'empty-'+mode}}" size="{{iconSize}}" color="{{iconColor}}" margin-top="14" class="data-v-1e80f00c" bind:__l="__l"></u-icon></block><block wx:else><image style="{{'width:'+($root.g0)+';'+('height:'+($root.g1)+';')}}" src="{{icon}}" mode="widthFix" class="data-v-1e80f00c"></image></block><text class="u-empty__text data-v-1e80f00c" style="{{$root.s1}}">{{text?text:icons[mode]}}</text><block wx:if="{{$slots.default||$slots.$default}}"><view class="u-empty__wrap data-v-1e80f00c"><slot></slot></view></block></view></block>
@@ -0,0 +1 @@
scroll-view.data-v-1e80f00c,swiper-item.data-v-1e80f00c,view.data-v-1e80f00c{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.u-empty.data-v-1e80f00c{display:flex;flex-direction:row;flex-direction:column;justify-content:center;align-items:center}.u-empty__text.data-v-1e80f00c,.u-slot-wrap.data-v-1e80f00c{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:20rpx}