public
This commit is contained in:
10
public/mp-weixin/components/shop-stop/shop-stop.js
Normal file
10
public/mp-weixin/components/shop-stop/shop-stop.js
Normal file
@ -0,0 +1,10 @@
|
||||
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/shop-stop/shop-stop"],{"059d":function(t,n,e){"use strict";e.d(n,"b",(function(){return o})),e.d(n,"c",(function(){return u})),e.d(n,"a",(function(){}));var o=function(){var t=this.$createElement,n=(this._self._c,this.$getImageUri("/images/shop_stop/shop_stop.png"));this.$mp.data=Object.assign({},{$root:{m0:n}})},u=[]},"26e4":function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;n.default={props:{},computed:{$getImageUri:function(){var t=this;return function(n){return t.$store.state.app.config.base_domain+n}}}}},"59e4":function(t,n,e){"use strict";var o=e("9e13"),u=e.n(o);u.a},7306:function(t,n,e){"use strict";e.r(n);var o=e("26e4"),u=e.n(o);for(var i in o)["default"].indexOf(i)<0&&function(t){e.d(n,t,(function(){return o[t]}))}(i);n["default"]=u.a},8331:function(t,n,e){"use strict";e.r(n);var o=e("059d"),u=e("7306");for(var i in u)["default"].indexOf(i)<0&&function(t){e.d(n,t,(function(){return u[t]}))}(i);e("59e4");var r=e("828b"),a=Object(r["a"])(u["default"],o["b"],o["c"],!1,null,"3cf74802",null,!1,o["a"],void 0);n["default"]=a.exports},"9e13":function(t,n,e){}}]);
|
||||
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
|
||||
'components/shop-stop/shop-stop-create-component',
|
||||
{
|
||||
'components/shop-stop/shop-stop-create-component':(function(module, exports, __webpack_require__){
|
||||
__webpack_require__('df3c')['createComponent'](__webpack_require__("8331"))
|
||||
})
|
||||
},
|
||||
[['components/shop-stop/shop-stop-create-component']]
|
||||
]);
|
||||
4
public/mp-weixin/components/shop-stop/shop-stop.json
Normal file
4
public/mp-weixin/components/shop-stop/shop-stop.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"usingComponents": {},
|
||||
"component": true
|
||||
}
|
||||
1
public/mp-weixin/components/shop-stop/shop-stop.wxml
Normal file
1
public/mp-weixin/components/shop-stop/shop-stop.wxml
Normal file
@ -0,0 +1 @@
|
||||
<view class="stop_container data-v-3cf74802"><image class="img data-v-3cf74802" src="{{$root.m0}}"></image><view class="lg data-v-3cf74802"> 店铺暂停营业 </view><view class="muted data-v-3cf74802" style="margin-top:30rpx;">您要找的店铺暂停营业中 请稍后再来</view></view>
|
||||
1
public/mp-weixin/components/shop-stop/shop-stop.wxss
Normal file
1
public/mp-weixin/components/shop-stop/shop-stop.wxss
Normal file
@ -0,0 +1 @@
|
||||
page.data-v-3cf74802{background-color:#fff}page .stop_container.data-v-3cf74802{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}page .img.data-v-3cf74802{width:300rpx;height:300rpx}
|
||||
Reference in New Issue
Block a user