This commit is contained in:
2025-12-27 09:01:32 +08:00
commit 24647b844e
712 changed files with 2718 additions and 0 deletions

View File

@@ -0,0 +1 @@
require('../common/vendor.js');(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages_tool/storeclose/storeclose"],{"1e8c":function(t,e,n){"use strict";n.r(e);var i=n("71d0"),u=n.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(o);e["default"]=u.a},"360f":function(t,e,n){"use strict";n.d(e,"b",(function(){return i})),n.d(e,"c",(function(){return u})),n.d(e,"a",(function(){}));var i=function(){var t=this.$createElement,e=(this._self._c,this.$util.img("public/uniapp/store/storeclose.png"));this.$mp.data=Object.assign({},{$root:{g0:e}})},u=[]},"417e":function(t,e,n){},4885:function(t,e,n){"use strict";(function(t,e){var i=n("47a9");n("1dee");i(n("3240"));var u=i(n("9143"));t.__webpack_require_UNI_MP_PLUGIN__=n,e(u.default)}).call(this,n("3223")["default"],n("df3c")["createPage"])},"71d0":function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n={data:function(){return{isIphoneX:!1}},onShow:function(){this.isIphoneX=this.$util.uniappIsIPhoneX(),this.getSiteStatus(),t.hideHomeButton()},methods:{getSiteStatus:function(){var t=this;this.$api.sendRequest({url:"/api/site/status",data:{},success:function(e){0==e.code&&t.$util.redirectTo("/pages/index/index")}})}},computed:{textVal:function(){return"该店铺已打烊..."},pageVal:function(){return-2==this.$store.state.siteState?"店铺不存在":-3==this.$store.state.siteState?"店铺打烊":void 0}},onBackPress:function(){return!0}};e.default=n}).call(this,n("3223")["default"])},"8a29":function(t,e,n){"use strict";var i=n("417e"),u=n.n(i);u.a},9143:function(t,e,n){"use strict";n.r(e);var i=n("360f"),u=n("1e8c");for(var o in u)["default"].indexOf(o)<0&&function(t){n.d(e,t,(function(){return u[t]}))}(o);n("8a29");var a=n("828b"),s=Object(a["a"])(u["default"],i["b"],i["c"],!1,null,null,null,!1,i["a"],void 0);e["default"]=s.exports}},[["4885","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,3 @@
{
"usingComponents": {}
}

View File

@@ -0,0 +1 @@
<page-meta page-style="{{themeColor}}"></page-meta><view><view class="closeBox"><image src="{{$root.g0}}" mode="widthFix"></image><text class="close-title">{{textVal}}</text></view></view>

View File

@@ -0,0 +1 @@
.head-nav{width:100%;height:25px}.head-nav.active{padding-top:40rpx}.head-return{padding-left:30rpx;padding-right:30rpx;height:90rpx;line-height:90rpx;text-align:center;font-weight:600;font-size:32rpx}.head-return text{display:inline-block;margin-right:10rpx}.closeBox{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:330rpx}image{width:240rpx}.close-title{font-size:32rpx;color:#909399;margin-top:55rpx;letter-spacing:4rpx}