first commit
This commit is contained in:
10
unpackage/dist/build/mp-weixin/node-modules/uview-ui/components/u-loadmore/u-loadmore.js
vendored
Normal file
10
unpackage/dist/build/mp-weixin/node-modules/uview-ui/components/u-loadmore/u-loadmore.js
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-loadmore/u-loadmore"],{2810:function(t,n,o){"use strict";(function(t){var e=o("47a9");Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var i=e(o("9316")),u={name:"u-loadmore",mixins:[t.$u.mpMixin,t.$u.mixin,i.default],data:function(){return{dotText:"●"}},computed:{loadTextStyle:function(){return{color:this.color,fontSize:t.$u.addUnit(this.fontSize),lineHeight:t.$u.addUnit(this.fontSize),backgroundColor:this.bgColor}},showText:function(){var t="";return t="loadmore"==this.status?this.loadmoreText:"loading"==this.status?this.loadingText:"nomore"==this.status&&this.isDot?this.dotText:this.nomoreText,t}},methods:{loadMore:function(){"loadmore"==this.status&&this.$emit("loadmore")}}};n.default=u}).call(this,o("df3c")["default"])},"6eb4":function(t,n,o){"use strict";o.d(n,"b",(function(){return i})),o.d(n,"c",(function(){return u})),o.d(n,"a",(function(){return e}));var e={uLine:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-line/u-line")]).then(o.bind(null,"7c3ce"))},uLoadingIcon:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-loading-icon/u-loading-icon")]).then(o.bind(null,"01e0"))}},i=function(){var t=this,n=t.$createElement,o=(t._self._c,t.__get_style([t.$u.addStyle(t.customStyle),{backgroundColor:t.bgColor,marginBottom:t.$u.addUnit(t.marginBottom),marginTop:t.$u.addUnit(t.marginTop),height:t.$u.addUnit(t.height)}])),e=t.__get_style([t.loadTextStyle]);t.$mp.data=Object.assign({},{$root:{s0:o,s1:e}})},u=[]},"71e2":function(t,n,o){"use strict";o.r(n);var e=o("2810"),i=o.n(e);for(var u in e)["default"].indexOf(u)<0&&function(t){o.d(n,t,(function(){return e[t]}))}(u);n["default"]=i.a},"729a":function(t,n,o){},"7d1b":function(t,n,o){"use strict";o.r(n);var e=o("6eb4"),i=o("71e2");for(var u in i)["default"].indexOf(u)<0&&function(t){o.d(n,t,(function(){return i[t]}))}(u);o("b0b7");var a=o("828b"),r=Object(a["a"])(i["default"],e["b"],e["c"],!1,null,"722334c2",null,!1,e["a"],void 0);n["default"]=r.exports},b0b7:function(t,n,o){"use strict";var e=o("729a"),i=o.n(e);i.a}}]);
|
||||
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
|
||||
'node-modules/uview-ui/components/u-loadmore/u-loadmore-create-component',
|
||||
{
|
||||
'node-modules/uview-ui/components/u-loadmore/u-loadmore-create-component':(function(module, exports, __webpack_require__){
|
||||
__webpack_require__('df3c')['createComponent'](__webpack_require__("7d1b"))
|
||||
})
|
||||
},
|
||||
[['node-modules/uview-ui/components/u-loadmore/u-loadmore-create-component']]
|
||||
]);
|
||||
7
unpackage/dist/build/mp-weixin/node-modules/uview-ui/components/u-loadmore/u-loadmore.json
vendored
Normal file
7
unpackage/dist/build/mp-weixin/node-modules/uview-ui/components/u-loadmore/u-loadmore.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"usingComponents": {
|
||||
"u-line": "/node-modules/uview-ui/components/u-line/u-line",
|
||||
"u-loading-icon": "/node-modules/uview-ui/components/u-loading-icon/u-loading-icon"
|
||||
},
|
||||
"component": true
|
||||
}
|
||||
1
unpackage/dist/build/mp-weixin/node-modules/uview-ui/components/u-loadmore/u-loadmore.wxml
vendored
Normal file
1
unpackage/dist/build/mp-weixin/node-modules/uview-ui/components/u-loadmore/u-loadmore.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view class="u-loadmore data-v-722334c2" style="{{$root.s0}}"><block wx:if="{{line}}"><u-line vue-id="e3516726-1" length="140rpx" color="{{lineColor}}" hairline="{{false}}" dashed="{{dashed}}" class="data-v-722334c2" bind:__l="__l"></u-line></block><view class="{{['u-loadmore__content','data-v-722334c2',status=='loadmore'||status=='nomore'?'u-more':'']}}"><block wx:if="{{status==='loading'&&icon}}"><view class="u-loadmore__content__icon-wrap data-v-722334c2"><u-loading-icon vue-id="e3516726-2" color="{{iconColor}}" size="{{iconSize}}" mode="{{loadingIcon}}" class="data-v-722334c2" bind:__l="__l"></u-loading-icon></view></block><text data-event-opts="{{[['tap',[['loadMore',['$event']]]]]}}" class="{{['u-line-1','data-v-722334c2',status=='nomore'&&isDot==true?'u-loadmore__content__dot-text':'u-loadmore__content__text']}}" style="{{$root.s1}}" bindtap="__e">{{showText}}</text></view><block wx:if="{{line}}"><u-line vue-id="e3516726-3" length="140rpx" color="{{lineColor}}" hairline="{{false}}" dashed="{{dashed}}" class="data-v-722334c2" bind:__l="__l"></u-line></block></view>
|
||||
1
unpackage/dist/build/mp-weixin/node-modules/uview-ui/components/u-loadmore/u-loadmore.wxss
vendored
Normal file
1
unpackage/dist/build/mp-weixin/node-modules/uview-ui/components/u-loadmore/u-loadmore.wxss
vendored
Normal file
@@ -0,0 +1 @@
|
||||
view.data-v-722334c2, scroll-view.data-v-722334c2, swiper-item.data-v-722334c2{display:flex;flex-direction:column;flex-shrink:0;flex-grow:0;flex-basis:auto;align-items:stretch;align-content:flex-start}.u-loadmore.data-v-722334c2{display:flex;flex-direction:row;align-items:center;justify-content:center;flex:1}.u-loadmore__content.data-v-722334c2{margin:0 15px;display:flex;flex-direction:row;align-items:center;justify-content:center}.u-loadmore__content__icon-wrap.data-v-722334c2{margin-right:8px}.u-loadmore__content__text.data-v-722334c2{font-size:14px;color:#606266}.u-loadmore__content__dot-text.data-v-722334c2{font-size:15px;color:#909193}
|
||||
Reference in New Issue
Block a user