public
This commit is contained in:
10
public/mp-weixin/components/loading-view/loading-view.js
Normal file
10
public/mp-weixin/components/loading-view/loading-view.js
Normal file
@ -0,0 +1,10 @@
|
||||
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/loading-view/loading-view"],{"109f":function(n,t,e){"use strict";e.r(t);var u=e("8376"),i=e.n(u);for(var o in u)["default"].indexOf(o)<0&&function(n){e.d(t,n,(function(){return u[n]}))}(o);t["default"]=i.a},"3bec":function(n,t,e){"use strict";e.d(t,"b",(function(){return i})),e.d(t,"c",(function(){return o})),e.d(t,"a",(function(){return u}));var u={uLoading:function(){return e.e("components/uview-ui/components/u-loading/u-loading").then(e.bind(null,"7cbc"))}},i=function(){var n=this.$createElement;this._self._c},o=[]},"4b34":function(n,t,e){"use strict";var u=e("ca19"),i=e.n(u);i.a},8376:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u={data:function(){return{}},props:{type:{type:String,default:"fixed"},backgroundColor:{type:String,default:"#fff"}},methods:{}};t.default=u},ca19:function(n,t,e){},dc350:function(n,t,e){"use strict";e.r(t);var u=e("3bec"),i=e("109f");for(var o in i)["default"].indexOf(o)<0&&function(n){e.d(t,n,(function(){return i[n]}))}(o);e("4b34");var a=e("828b"),r=Object(a["a"])(i["default"],u["b"],u["c"],!1,null,"8aba41b8",null,!1,u["a"],void 0);t["default"]=r.exports}}]);
|
||||
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
|
||||
'components/loading-view/loading-view-create-component',
|
||||
{
|
||||
'components/loading-view/loading-view-create-component':(function(module, exports, __webpack_require__){
|
||||
__webpack_require__('df3c')['createComponent'](__webpack_require__("dc350"))
|
||||
})
|
||||
},
|
||||
[['components/loading-view/loading-view-create-component']]
|
||||
]);
|
||||
@ -0,0 +1,6 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {
|
||||
"u-loading": "/components/uview-ui/components/u-loading/u-loading"
|
||||
}
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
<view class="{{['data-v-8aba41b8','loading '+(type=='flex'?'flex':'')]}}" style="{{'background-color:'+(backgroundColor)+';'}}"><u-loading vue-id="c60dcf7c-1" mode="flower" size="{{60}}" class="data-v-8aba41b8" bind:__l="__l"></u-loading></view>
|
||||
@ -0,0 +1 @@
|
||||
.loading.data-v-8aba41b8{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:flex;justify-content:center;align-items:center}.loading.flex.data-v-8aba41b8{position:static;flex:1;width:100%}.loading .loading-img.data-v-8aba41b8{width:100rpx;height:100rpx}
|
||||
Reference in New Issue
Block a user