d第一次提交

This commit is contained in:
dt_2916866708
2024-02-28 17:34:03 +08:00
commit 0689cf2677
1234 changed files with 144804 additions and 0 deletions

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["ChargingStation/pages/chargingPorts/index"],{"097a":function(t,n,e){"use strict";(function(t){var i=e("4ea4");Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=i(e("2303")),a={components:{portItem:function(){e.e("ChargingStation/components/portItem/index").then(function(){return resolve(e("6e93"))}.bind(null,e)).catch(e.oe)}},data:function(){return{list:[]}},onLoad:function(t){t.equipmentType&&t.id&&this.getInterface(t.equipmentType,t.id)},methods:{getInterface:function(t,n){var e=this;o.default.getConnectorList({equipmentType:t,id:n}).then((function(n){e.list=n.data,e.list.forEach((function(n){n["color"]="1"==t?"#48b8ba":"2"==t?"#36658DFF":"#F67A22FF"}))}))},scrolltolower:function(){t.showToast({title:"到底了",icon:"none"})}}};n.default=a}).call(this,e("543d")["default"])},"2bc8":function(t,n,e){"use strict";e.d(n,"b",(function(){return i})),e.d(n,"c",(function(){return o})),e.d(n,"a",(function(){}));var i=function(){var t=this.$createElement,n=(this._self._c,this.list.length);this.$mp.data=Object.assign({},{$root:{g0:n}})},o=[]},7745:function(t,n,e){"use strict";(function(t,n){var i=e("4ea4");e("9773");i(e("66fd"));var o=i(e("f219"));t.__webpack_require_UNI_MP_PLUGIN__=e,n(o.default)}).call(this,e("bc2e")["default"],e("543d")["createPage"])},"8f0c":function(t,n,e){},a4e7:function(t,n,e){"use strict";e.r(n);var i=e("097a"),o=e.n(i);for(var a in i)["default"].indexOf(a)<0&&function(t){e.d(n,t,(function(){return i[t]}))}(a);n["default"]=o.a},b567:function(t,n,e){"use strict";var i=e("8f0c"),o=e.n(i);o.a},f219:function(t,n,e){"use strict";e.r(n);var i=e("2bc8"),o=e("a4e7");for(var a in o)["default"].indexOf(a)<0&&function(t){e.d(n,t,(function(){return o[t]}))}(a);e("b567");var c=e("f0c5"),r=Object(c["a"])(o["default"],i["b"],i["c"],!1,null,"1234b74e",null,!1,i["a"],void 0);n["default"]=r.exports}},[["7745","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,8 @@
{
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTitleText": "充电枪详情",
"enablePullDownRefresh": false,
"usingComponents": {
"port-item": "/ChargingStation/components/portItem/index"
}
}

View File

@@ -0,0 +1 @@
<view class="chargingPorts_body data-v-1234b74e"><block wx:if="{{$root.g0}}"><scroll-view style="height:100%;" scroll-y="true" data-event-opts="{{[['scrolltolower',[['scrolltolower',['$event']]]]]}}" bindscrolltolower="__e" class="data-v-1234b74e"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><port-item vue-id="{{'20c36a17-1-'+index}}" item="{{item}}" class="data-v-1234b74e" bind:__l="__l"></port-item></block></scroll-view></block><block wx:else><image class="qx data-v-1234b74e" src="/static/qs.png" mode></image></block></view>

View File

@@ -0,0 +1 @@
.chargingPorts_body.data-v-1234b74e{width:100vw;height:100vh;overflow:hidden;background:linear-gradient(180deg,rgba(241,248,253,.9) 2%,rgba(241,248,253,.4));padding-top:25rpx;box-sizing:border-box}