update
This commit is contained in:
parent
07668a531b
commit
dd2babf6ef
@ -16,7 +16,7 @@
|
||||
"type" : "uniCloud"
|
||||
},
|
||||
{
|
||||
"playground" : "custom",
|
||||
"playground" : "standard",
|
||||
"type" : "uni-app:app-android"
|
||||
}
|
||||
]
|
||||
|
||||
@ -301,6 +301,10 @@
|
||||
@click="handleOpenDetail(item)"
|
||||
>
|
||||
<view class="leftCharge">
|
||||
<image
|
||||
class="chargeIcon"
|
||||
src="https://eshangtech.com/minTestImg/stateGridIcon.png"
|
||||
/>
|
||||
<image
|
||||
class="chargeIcon"
|
||||
src="https://eshangtech.com/minTestImg/LXIcon.png"
|
||||
@ -313,10 +317,6 @@
|
||||
class="chargeIcon"
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/sunIcon.svg"
|
||||
/>
|
||||
<image
|
||||
class="chargeIcon"
|
||||
src="https://eshangtech.com/minTestImg/stateGridIcon.png"
|
||||
/>
|
||||
</view>
|
||||
<view class="rightcharge">
|
||||
<span class="empty">空</span>
|
||||
@ -678,6 +678,10 @@
|
||||
@click.stop="handleOpenDetail(item)"
|
||||
>
|
||||
<view class="leftCharge">
|
||||
<image
|
||||
class="chargeIcon"
|
||||
src="https://eshangtech.com/minTestImg/stateGridIcon.png"
|
||||
/>
|
||||
<image
|
||||
class="chargeIcon"
|
||||
src="https://eshangtech.com/minTestImg/LXIcon.png"
|
||||
@ -690,10 +694,6 @@
|
||||
class="chargeIcon"
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/sunIcon.svg"
|
||||
/>
|
||||
<image
|
||||
class="chargeIcon"
|
||||
src="https://eshangtech.com/minTestImg/stateGridIcon.png"
|
||||
/>
|
||||
</view>
|
||||
<view class="rightcharge">
|
||||
<span class="empty">空</span>
|
||||
@ -974,10 +974,10 @@ export default {
|
||||
chargeDetailList: [], // 悬浮框里面的详情数据
|
||||
isShow: false,
|
||||
popupTab: [
|
||||
{ label: "国网", value: 4, sum: 0 },
|
||||
{ label: "理想", value: 1, sum: 0 },
|
||||
{ label: "蔚来", value: 2, sum: 0 },
|
||||
{ label: "交控", value: 3, sum: 0 },
|
||||
{ label: "国网", value: 4, sum: 0 },
|
||||
], // 点开的服务区有哪几种充电的
|
||||
selectPopup: 1,
|
||||
SERVERPART_TARGETOBJ: {},
|
||||
@ -1889,7 +1889,7 @@ export default {
|
||||
// 交控
|
||||
newRes = await _this.handleTrafficControlData(newRes, nameList);
|
||||
// 国网
|
||||
newRes = await _this.handleGetStateGrid(newRes, nameList);
|
||||
// newRes = await _this.handleGetStateGrid(newRes, nameList);
|
||||
|
||||
if (this.pageType === "mapIndex") {
|
||||
this.$emit("allChargeData", { res: newRes });
|
||||
@ -2453,7 +2453,10 @@ export default {
|
||||
newRes.forEach((item) => {
|
||||
let GWCharge = [];
|
||||
let GWInfoList = [];
|
||||
let thirdList = [];
|
||||
let sortName = item.SERVERPART_NAME.split("服务区")[0];
|
||||
console.log("sortName", sortName);
|
||||
|
||||
if (newStationList && newStationList.length > 0) {
|
||||
newStationList.forEach((subItem) => {
|
||||
if (subItem.StationName.indexOf(sortName) !== -1) {
|
||||
@ -2462,6 +2465,7 @@ export default {
|
||||
subItem.EquipmentInfos.length > 0
|
||||
) {
|
||||
subItem.EquipmentInfos.forEach((thirdItem) => {
|
||||
thirdList.push(subItem);
|
||||
// 不知道为什么 还有一层 ConnectorInfos 里面的数据更详细 就用这个匹配了
|
||||
if (
|
||||
thirdItem.ConnectorInfos &&
|
||||
@ -2491,6 +2495,8 @@ export default {
|
||||
});
|
||||
}
|
||||
|
||||
console.log("thirdList", thirdList);
|
||||
|
||||
console.log("GWCharge", GWCharge);
|
||||
console.log("GWInfoList", GWInfoList);
|
||||
// 空多少个
|
||||
|
||||
19
pages.json
19
pages.json
@ -110,7 +110,8 @@
|
||||
"path": "mapIndex",
|
||||
"style": {
|
||||
"navigationBarTitleText": "点位地图",
|
||||
"navigationBarBackgroundColor": "#ffffff"
|
||||
"navigationBarBackgroundColor": "#ffffff",
|
||||
"disableScroll": true
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -449,11 +450,19 @@
|
||||
{
|
||||
"root": "pages/clickRescue",
|
||||
"pages": [{
|
||||
"path": "index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "一键救援"
|
||||
"path": "index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "一键救援"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "carMaintenance",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
}
|
||||
}]
|
||||
]
|
||||
},
|
||||
{
|
||||
"root": "pages/community",
|
||||
|
||||
330
pages/clickRescue/carMaintenance.vue
Normal file
330
pages/clickRescue/carMaintenance.vue
Normal file
@ -0,0 +1,330 @@
|
||||
<template>
|
||||
<view class="main">
|
||||
<view
|
||||
class="mainTop"
|
||||
:style="{
|
||||
paddingTop:
|
||||
loginType === 'min' ? menu.top + 'px' : menu.top + 10 + 'px',
|
||||
height: loginType === 'min' ? menu.height + 'px' : menu.top + 'px',
|
||||
}"
|
||||
>
|
||||
<image
|
||||
class="backIcon"
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/backArrow.svg"
|
||||
@click="handleBack"
|
||||
/>
|
||||
|
||||
<div class="selectBox">
|
||||
<div class="first" @click="goSelectServer">
|
||||
<image
|
||||
class="addressIcon"
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/blackFixed.png"
|
||||
/>
|
||||
<div class="text">{{ serverPart.SERVERPART_NAME || "" }}</div>
|
||||
<image
|
||||
class="moreIcon"
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/rightArrow.png"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
</view>
|
||||
|
||||
<view class="phoneBox">
|
||||
<text class="text">汽车维修服务热线 </text>
|
||||
<text class="phoneText">{{ servicePhone || "-" }}</text>
|
||||
|
||||
</view>
|
||||
|
||||
<view class="projectPublicity">
|
||||
<view class="titleBox">
|
||||
<text class="normalText">九项</text>
|
||||
<text class="lightText">免费</text>
|
||||
<text class="normalText">项目公示</text>
|
||||
</view>
|
||||
|
||||
<view class="contentBox">
|
||||
<view class="contentItem">
|
||||
<image
|
||||
class="itemIcon"
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/autoRepairNo1.png"
|
||||
/>
|
||||
<text class="itemText">胎压检查</text>
|
||||
</view>
|
||||
|
||||
<view class="contentItem">
|
||||
<image
|
||||
class="itemIcon"
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/autoRepairNo2.png"
|
||||
/>
|
||||
<text class="itemText">机油量检查</text>
|
||||
</view>
|
||||
|
||||
<view class="contentItem">
|
||||
<image
|
||||
class="itemIcon"
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/autoRepairNo3.png"
|
||||
/>
|
||||
<text class="itemText">牌照检查和紧固</text>
|
||||
</view>
|
||||
|
||||
<view class="contentItem">
|
||||
<image
|
||||
class="itemIcon"
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/autoRepairNo4.png"
|
||||
/>
|
||||
<text class="itemText">轮胎螺丝检查和紧固</text>
|
||||
</view>
|
||||
|
||||
<view class="contentItem">
|
||||
<image
|
||||
class="itemIcon"
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/autoRepairNo5.png"
|
||||
/>
|
||||
<text class="itemText">雨刮水量检查</text>
|
||||
</view>
|
||||
|
||||
<view class="contentItem">
|
||||
<image
|
||||
class="itemIcon"
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/autoRepairNo6.png"
|
||||
/>
|
||||
<text class="itemText">车门松动紧固和润滑</text>
|
||||
</view>
|
||||
|
||||
<view class="contentItem">
|
||||
<image
|
||||
class="itemIcon"
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/autoRepairNo7.png"
|
||||
/>
|
||||
<text class="itemText">底盘螺丝检查和紧固</text>
|
||||
</view>
|
||||
|
||||
<view class="contentItem">
|
||||
<image
|
||||
class="itemIcon"
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/autoRepairNo8.png"
|
||||
/>
|
||||
<text class="itemText">轮胎充气 (仅轿车免费)</text>
|
||||
</view>
|
||||
|
||||
<view class="contentItem" style="margin-bottom: 0">
|
||||
<image
|
||||
class="itemIcon"
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/autoRepairNo9.png"
|
||||
/>
|
||||
<text class="itemText">启动搭电 (仅轿车免费)</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
loginType: "", // 登录方式
|
||||
menu: "", // 用户手机信息
|
||||
serverPart: "", // 当前的服务区
|
||||
servicePhone: "", // 服务区的汽修电话
|
||||
};
|
||||
},
|
||||
onLoad() {
|
||||
let systemInfo = uni.getSystemInfoSync();
|
||||
let type = uni.getStorageSync("loginType");
|
||||
console.log("type", type);
|
||||
this.loginType = type;
|
||||
if (type === "min") {
|
||||
this.menu = uni.getMenuButtonBoundingClientRect();
|
||||
} else {
|
||||
this.menu = systemInfo.safeArea;
|
||||
}
|
||||
// 当前服务区
|
||||
let currentService = uni.getStorageSync("currentService");
|
||||
this.serverPart = currentService;
|
||||
},
|
||||
onShow() {
|
||||
this.handleGetServiceDetail();
|
||||
},
|
||||
methods: {
|
||||
handleBack() {
|
||||
uni.navigateBack({
|
||||
delta: 1,
|
||||
});
|
||||
},
|
||||
// 服务区详情
|
||||
async handleGetServiceDetail() {
|
||||
const req = {
|
||||
ServerpartId: this.serverPart.SERVERPART_ID,
|
||||
};
|
||||
|
||||
let detailData = await this.$api.$get(
|
||||
"/CommercialApi/BaseInfo/GetServerpartInfo",
|
||||
req
|
||||
);
|
||||
let obj = detailData.Result_Data;
|
||||
console.log("detailData", obj);
|
||||
this.servicePhone = obj.RegionInfo[0].REPAIR_TEL;
|
||||
},
|
||||
// 跳转到地图选择服务区
|
||||
goSelectServer() {
|
||||
uni.navigateTo({ url: "/pages/newMap/index/index" });
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="less">
|
||||
@font-face {
|
||||
font-family: "ALIMAMA";
|
||||
src: url("/static/font/ALIMAMA/4MehOUFxkPfJ.woff2") format("woff2"),
|
||||
url("/static/font/ALIMAMA/4MehOUFxkPfJ.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap; /* 控制字体加载期间的显示行为 */
|
||||
}
|
||||
|
||||
.main {
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
// background-color: #fff;
|
||||
background-image: url("https://eshangtech.com/wanmeiyizhanImg/home/carMaintenanceBg.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
box-sizing: border-box;
|
||||
padding: 0 32rpx;
|
||||
padding-bottom: calc(90rpx + env(safe-area-inset-bottom));
|
||||
.mainTop {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.backIcon {
|
||||
width: 48rpx;
|
||||
height: 48rpx;
|
||||
margin-right: 8px;
|
||||
}
|
||||
.selectBox {
|
||||
display: inline-block;
|
||||
.first {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
border-radius: 48rpx;
|
||||
padding: 12rpx 24rpx;
|
||||
background: #fff;
|
||||
.addressIcon {
|
||||
width: 24rpx;
|
||||
height: 24rpx;
|
||||
margin-right: 8rpx;
|
||||
}
|
||||
.text {
|
||||
font-family: PingFangSC, PingFang SC;
|
||||
font-weight: 400;
|
||||
font-size: 28rpx;
|
||||
color: #090c1a;
|
||||
line-height: 40rpx;
|
||||
text-align: justify;
|
||||
font-style: normal;
|
||||
}
|
||||
.moreIcon {
|
||||
margin-left: 8rpx;
|
||||
width: 24rpx;
|
||||
height: 24rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.phoneBox {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
padding: 32rpx 40rpx;
|
||||
background: linear-gradient(270deg, #f0f7ff 0%, #e6f5ff 100%);
|
||||
border-radius: 16rpx;
|
||||
border: 2rpx solid #ffffff;
|
||||
margin-top: 240rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.phoneText {
|
||||
font-family: "ALIMAMA";
|
||||
font-weight: bold;
|
||||
font-size: 44rpx;
|
||||
color: #166cfe;
|
||||
line-height: 64rpx;
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
}
|
||||
.text {
|
||||
margin-right: 16rpx;
|
||||
font-family: "PingFangSC";
|
||||
font-weight: 600;
|
||||
font-size: 30rpx;
|
||||
color: #091524;
|
||||
line-height: 36rpx;
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.projectPublicity {
|
||||
width: 100%;
|
||||
margin-top: 32rpx;
|
||||
background: linear-gradient(270deg, #f0f7ff 0%, #e6f5ff 100%);
|
||||
border-radius: 16rpx;
|
||||
border: 2rpx solid #ffffff;
|
||||
box-sizing: border-box;
|
||||
padding: 46rpx 40rpx;
|
||||
.titleBox {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
.normalText {
|
||||
font-family: "ALIMAMA";
|
||||
font-weight: bold;
|
||||
font-size: 36rpx;
|
||||
color: #010b18;
|
||||
line-height: 48rpx;
|
||||
letter-spacing: 1px;
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
}
|
||||
.lightText {
|
||||
font-family: "ALIMAMA";
|
||||
font-weight: bold;
|
||||
font-size: 40rpx;
|
||||
color: #ff6b14;
|
||||
line-height: 48rpx;
|
||||
letter-spacing: 1px;
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
margin: 0 8rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.contentBox {
|
||||
width: 100%;
|
||||
margin-top: 24rpx;
|
||||
.contentItem {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
margin-bottom: 20rpx;
|
||||
.itemIcon {
|
||||
width: 56rpx;
|
||||
height: 56rpx;
|
||||
margin-right: 16rpx;
|
||||
}
|
||||
.itemText {
|
||||
font-family: "PingFangSC";
|
||||
font-weight: 500;
|
||||
font-size: 28rpx;
|
||||
color: #091524;
|
||||
line-height: 36rpx;
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
@ -185,7 +185,9 @@ export default {
|
||||
detailObj: {}, // 详情
|
||||
loginType: "",
|
||||
showServicePhone: "", // 服务区热线
|
||||
currentServiceID: "", // 当前的服务区id 在详情的时候会有
|
||||
showDeleteBtn: false, // 是否显示删除按钮
|
||||
isFirst: true, // 判断是不是第一次进入
|
||||
};
|
||||
},
|
||||
components: {
|
||||
@ -209,6 +211,10 @@ export default {
|
||||
this.isDetail = true;
|
||||
this.handleGetDetail(query.id);
|
||||
}
|
||||
|
||||
if (query.serviceID) {
|
||||
this.currentServiceID = Number(query.serviceID);
|
||||
}
|
||||
uni.setNavigationBarTitle({
|
||||
title: `${query.id ? "编辑" : "新增"}${
|
||||
Number(query.addType) === 1000 ? "失物" : "招领"
|
||||
@ -226,7 +232,10 @@ export default {
|
||||
onShow() {
|
||||
let currentService = uni.getStorageSync("addContact");
|
||||
console.log("addContact", currentService);
|
||||
if (currentService) {
|
||||
if (this.currentServiceID && this.isFirst) {
|
||||
this.isFirst = false;
|
||||
this.handleGetServiceDetail(this.currentServiceID);
|
||||
} else if (currentService) {
|
||||
this.nowServerpart = currentService;
|
||||
this.detailObj.SERVERPART_NAME = currentService.SERVERPART_NAME;
|
||||
this.handleGetServiceDetail(currentService.SERVERPART_ID);
|
||||
|
||||
@ -422,7 +422,7 @@ export default {
|
||||
handleGoDetail(obj) {
|
||||
console.log("obj", obj);
|
||||
uni.navigateTo({
|
||||
url: `/pages/contact/addContact?id=${obj.SUGGESTION_ID}&addType=${obj.WECHAT_OPENID}`,
|
||||
url: `/pages/contact/addContact?id=${obj.SUGGESTION_ID}&addType=${obj.WECHAT_OPENID}&serviceID=${obj.SERVERPART_ID}`,
|
||||
});
|
||||
},
|
||||
// 回车查询调用的方法
|
||||
|
||||
@ -8,16 +8,19 @@
|
||||
}"
|
||||
>
|
||||
<div class="topContent">
|
||||
<span class="pageTitle">精选互动</span>
|
||||
<!-- <span class="pageTitle">精选互动</span> -->
|
||||
<!-- <image
|
||||
class="backIcon"
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/backArrow.svg"
|
||||
@click="handleBack"
|
||||
/>
|
||||
/>-->
|
||||
|
||||
<div style="display: inline-block">
|
||||
<view class="currentServiceBox" @click="goSelectServer">
|
||||
<image class="pointIcon" src="https://eshangtech.com/wanmeiyizhanImg/home/blackFixed.png" />
|
||||
<image
|
||||
class="pointIcon"
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/blackFixed.png"
|
||||
/>
|
||||
<span class="serviceName">{{
|
||||
currentServiceMessage.SERVERPART_NAME || ""
|
||||
}}</span>
|
||||
@ -26,11 +29,58 @@
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/rightArrowIcon.png"
|
||||
/>
|
||||
</view>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</view>
|
||||
|
||||
<view class="selectService">
|
||||
<view class="newTab">
|
||||
<view
|
||||
:class="selectTab === item.value ? 'tabItem selectTab' : 'tabItem'"
|
||||
v-for="(item, index) in tabList"
|
||||
:key="index"
|
||||
@click="handleChangeTab(item.value)"
|
||||
>
|
||||
{{ item.label }}
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="newContent">
|
||||
<view class="content" v-if="selectTab === 1">
|
||||
<view class="contentItem">
|
||||
<image
|
||||
class="contentImg"
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/activityNo1.png"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="content" v-if="selectTab === 2">
|
||||
<no-data :text="'暂无活动'" :isShow="true" />
|
||||
</view>
|
||||
|
||||
<view class="content" v-if="selectTab === 3">
|
||||
<no-data :text="'暂无活动'" :isShow="true" />
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="todayRecommendation">
|
||||
<view class="todayTitle">今日推荐</view>
|
||||
|
||||
<view class="todayItem">
|
||||
<image
|
||||
class="todayImg"
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/activityNo2.png"
|
||||
/>
|
||||
</view>
|
||||
|
||||
<view class="todayItem">
|
||||
<image
|
||||
class="todayImg"
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/activityNo3.png"
|
||||
/>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="selectService">
|
||||
<div style="display: inline-block">
|
||||
<view class="currentServiceBox" @click="goSelectServer">
|
||||
<image
|
||||
@ -46,9 +96,9 @@
|
||||
/>
|
||||
</view>
|
||||
</div>
|
||||
</view>
|
||||
</view> -->
|
||||
|
||||
<view class="newBox">
|
||||
<view class="newBox" v-if="false">
|
||||
<view class="activityTitle">折扣优惠</view>
|
||||
<scroll-view scroll-x class="activityBox">
|
||||
<view
|
||||
@ -912,6 +962,13 @@ export default {
|
||||
newActivityList: [], // 折扣优惠
|
||||
memberActivitiesList: [], // 会员活动
|
||||
onlineShoppingMallList: [], // 线上商城
|
||||
tabList: [
|
||||
{ label: "折扣优惠", value: 1 },
|
||||
{ label: "会员活动", value: 2 },
|
||||
{ label: "线上商城", value: 3 },
|
||||
], // 新的tab内容
|
||||
selectTab: 1,
|
||||
loginType:""
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
@ -1011,6 +1068,10 @@ export default {
|
||||
setprovinceCode: "setprovinceCode",
|
||||
setSeverList: "severList",
|
||||
}),
|
||||
// 切换tab触发的方法
|
||||
handleChangeTab(value) {
|
||||
this.selectTab = value;
|
||||
},
|
||||
// 拿到会员活动的数据
|
||||
async handleGetMemberData() {
|
||||
let req = {
|
||||
@ -1505,7 +1566,7 @@ export default {
|
||||
background-color: #fff;
|
||||
box-sizing: border-box;
|
||||
padding: 0 32rpx;
|
||||
padding-bottom: calc(90rpx + env(safe-area-inset-bottom));
|
||||
// padding-bottom: calc(90rpx + env(safe-area-inset-bottom));
|
||||
|
||||
.top {
|
||||
width: 100%;
|
||||
@ -1566,6 +1627,88 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.newTab {
|
||||
width: 100%;
|
||||
height: 58rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: 28rpx;
|
||||
border-bottom: 2rpx solid #f5f6f7;
|
||||
.tabItem {
|
||||
width: calc(100% / 3);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-family: "PingFangSC";
|
||||
font-weight: 400;
|
||||
font-size: 30rpx;
|
||||
color: #716f69;
|
||||
line-height: 42rpx;
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
padding-bottom: 16rpx;
|
||||
}
|
||||
.selectTab {
|
||||
color: #130f05;
|
||||
position: relative;
|
||||
}
|
||||
.selectTab::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 2rem;
|
||||
height: 4rpx;
|
||||
background: #ba922f;
|
||||
}
|
||||
}
|
||||
|
||||
.newContent {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
padding-top: 24rpx;
|
||||
.content {
|
||||
.contentItem {
|
||||
width: 686rpx;
|
||||
height: 272rpx;
|
||||
border-radius: 16rpx;
|
||||
overflow: hidden;
|
||||
.contentImg {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.todayRecommendation {
|
||||
width: 100%;
|
||||
margin-top: 48rpx;
|
||||
.todayTitle {
|
||||
font-family: "PingFangSC";
|
||||
font-weight: 400;
|
||||
font-size: 30rpx;
|
||||
color: #130f05;
|
||||
line-height: 36rpx;
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
margin-bottom: 16rpx;
|
||||
}
|
||||
|
||||
.todayItem {
|
||||
width: 100%;
|
||||
height: 272rpx;
|
||||
border-radius: 16rpx;
|
||||
overflow: hidden;
|
||||
margin-bottom: 24rpx;
|
||||
.todayImg{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.selectService {
|
||||
.currentServiceBox {
|
||||
display: flex;
|
||||
|
||||
@ -72,6 +72,7 @@
|
||||
circular="true"
|
||||
class="banner"
|
||||
@change="swiperChange($event, 'currentBan')"
|
||||
|
||||
:current="currentBan"
|
||||
>
|
||||
<swiper-item v-for="(image, i) in bannerList" :key="i">
|
||||
@ -96,7 +97,7 @@
|
||||
@change="swiperChange($event, 'currentBan')"
|
||||
:current="currentBan"
|
||||
>
|
||||
<swiper-item v-for="(image, i) in bannerList" :key="i">
|
||||
<swiper-item v-for="(image, i) in bannerList" :key="i" @click="handleGoDiscovery">
|
||||
<image class="swiperImg" :src="image"></image>
|
||||
</swiper-item>
|
||||
</swiper>
|
||||
@ -406,9 +407,12 @@ export default {
|
||||
statusBarHeight: {},
|
||||
menu: {},
|
||||
bannerList: [
|
||||
"https://eshangtech.com/ShopICO/yifu/banner/banner1.png",
|
||||
"https://eshangtech.com/ShopICO/yifu/banner/banner2.png",
|
||||
"https://eshangtech.com/ShopICO/yifu/banner/banner3.png",
|
||||
// "https://eshangtech.com/ShopICO/yifu/banner/banner1.png",
|
||||
// "https://eshangtech.com/ShopICO/yifu/banner/banner2.png",
|
||||
// "https://eshangtech.com/ShopICO/yifu/banner/banner3.png",
|
||||
"https://eshangtech.com/wanmeiyizhanImg/home/activityNo1.png",
|
||||
"https://eshangtech.com/wanmeiyizhanImg/home/activityNo2.png",
|
||||
"https://eshangtech.com/wanmeiyizhanImg/home/activityNo3.png",
|
||||
], // 轮播框内容
|
||||
currentBan: 1, // 当前的轮播框 显示内容
|
||||
funList: [
|
||||
@ -600,11 +604,11 @@ export default {
|
||||
}
|
||||
},
|
||||
async onShow() {
|
||||
// uni.hideTabBar({
|
||||
// animation: false,
|
||||
// });
|
||||
uni.hideTabBar({
|
||||
animation: false,
|
||||
});
|
||||
|
||||
uni.$emit("updateTabBar", { show: false });
|
||||
// uni.$emit("updateTabBar", { show: false });
|
||||
|
||||
let systemInfo = uni.getSystemInfoSync();
|
||||
let type = uni.getStorageSync("loginType");
|
||||
@ -1272,6 +1276,10 @@ export default {
|
||||
uni.navigateTo({
|
||||
url: "/pages/contact/index",
|
||||
});
|
||||
} else if (value === 9) {
|
||||
uni.navigateTo({
|
||||
url: "/pages/clickRescue/carMaintenance",
|
||||
});
|
||||
}
|
||||
},
|
||||
// 判断是跳转到登录 还是 用户信息
|
||||
@ -1311,6 +1319,11 @@ export default {
|
||||
// this[name] = e.mp.detail.current;
|
||||
this.currentBan = e.mp.detail.current;
|
||||
},
|
||||
handleGoDiscovery() {
|
||||
uni.switchTab({
|
||||
url: "/pages/discovery/index",
|
||||
});
|
||||
},
|
||||
// 预约点餐 跳转的是一个列表页面 里面的内容只有可以预约点餐的门店
|
||||
handleGoReservation() {
|
||||
// uni.switchTab({
|
||||
@ -1734,6 +1747,7 @@ export default {
|
||||
}
|
||||
.newCarousel {
|
||||
width: calc(100% - 64rpx);
|
||||
height: 330rpx;
|
||||
margin-left: 32rpx;
|
||||
border-radius: 16rpx;
|
||||
overflow: hidden;
|
||||
@ -1743,6 +1757,7 @@ export default {
|
||||
|
||||
.swiperImg {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,8 +1,12 @@
|
||||
<template>
|
||||
<div class="main">
|
||||
<div class="markTitle">
|
||||
<span class="mark">{{ memberPoint || "" }}</span>
|
||||
<span class="text">可用积分</span>
|
||||
<view class="markLeft">
|
||||
<span class="mark">{{ memberPoint || "" }}</span>
|
||||
<span class="text">可用积分</span>
|
||||
</view>
|
||||
|
||||
<view class="markRight" @click="handleMarkRule">积分规则</view>
|
||||
</div>
|
||||
|
||||
<div class="detailBox">
|
||||
@ -29,7 +33,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="signIn" @click="signIn">签到</div>
|
||||
<div class="signIn" @click="signIn" v-if="showSgign">签到</div>
|
||||
</div>
|
||||
|
||||
<div class="markList">
|
||||
@ -39,7 +43,10 @@
|
||||
>
|
||||
<div class="markItem" v-for="(item, index) in showList" :key="index">
|
||||
<div class="itemTitle">
|
||||
<image class="titleIcon" src="https://eshangtech.com/wanmeiyizhanImg/home/markIcon.svg" />
|
||||
<image
|
||||
class="titleIcon"
|
||||
src="https://eshangtech.com/wanmeiyizhanImg/home/markIcon.svg"
|
||||
/>
|
||||
<span class="label">{{ item.label || "-" }}获取</span>
|
||||
<span class="value">{{ item.obtain || "-" }}</span>
|
||||
<span class="label">已使用</span>
|
||||
@ -182,6 +189,7 @@ export default {
|
||||
selectTab: 0,
|
||||
allList: [],
|
||||
showList: [],
|
||||
showSgign: true,
|
||||
};
|
||||
},
|
||||
components: {
|
||||
@ -191,6 +199,12 @@ export default {
|
||||
...mapGetters(["user"]),
|
||||
},
|
||||
methods: {
|
||||
// 跳转积分规则
|
||||
handleMarkRule() {
|
||||
uni.navigateTo({
|
||||
url: "/pages/memberBenefits/index",
|
||||
});
|
||||
},
|
||||
// 修改选择的列表
|
||||
handleChangeSelectTab(value) {
|
||||
this.selectTab = value;
|
||||
@ -404,6 +418,12 @@ export default {
|
||||
this.getMonth();
|
||||
this.getMemberPoint();
|
||||
// this.getMemberInfo()consumption/consumption_bg.png
|
||||
let signTime = uni.getStorageSync("signTime");
|
||||
let signDataLine = new Date(signTime).getTime();
|
||||
let nowTime = new Date().getTime();
|
||||
if (nowTime < signDataLine) {
|
||||
this.showSgign = false;
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
this.pageMsg.pageIndex = 1;
|
||||
@ -425,20 +445,35 @@ export default {
|
||||
width: 100%;
|
||||
padding: 16rpx 40rpx;
|
||||
box-sizing: border-box;
|
||||
.mark {
|
||||
font-family: DINAlternate, DINAlternate;
|
||||
font-weight: bold;
|
||||
font-size: 72rpx;
|
||||
color: #ba922f;
|
||||
line-height: 84rpx;
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
justify-content: space-between;
|
||||
.markLeft {
|
||||
.mark {
|
||||
font-family: "DINAlternate";
|
||||
font-weight: bold;
|
||||
font-size: 72rpx;
|
||||
color: #ba922f;
|
||||
line-height: 84rpx;
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
}
|
||||
.text {
|
||||
font-family: "PingFangSC";
|
||||
font-weight: 400;
|
||||
font-size: 24rpx;
|
||||
color: #716f69;
|
||||
line-height: 36rpx;
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
margin-left: 8rpx;
|
||||
}
|
||||
}
|
||||
.text {
|
||||
font-family: PingFangSC, PingFang SC;
|
||||
.markRight {
|
||||
font-family: "PingFangSC";
|
||||
font-weight: 400;
|
||||
font-size: 24rpx;
|
||||
color: #716f69;
|
||||
color: #ba922f;
|
||||
line-height: 36rpx;
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
|
||||
@ -396,11 +396,12 @@ export default {
|
||||
// })
|
||||
// },
|
||||
getCode() {
|
||||
let _this = this;
|
||||
|
||||
if (!_this.user.MEMBERSHIP_ID) {
|
||||
return;
|
||||
}
|
||||
|
||||
let _this = this;
|
||||
this.barcodeImg = "";
|
||||
this.qrcodeImg = "";
|
||||
this.$api
|
||||
|
||||
@ -182,7 +182,11 @@
|
||||
|
||||
<div
|
||||
class="shopList"
|
||||
v-if="item.GoodsList && item.GoodsList.length > 0"
|
||||
v-if="
|
||||
item.GoodsList &&
|
||||
item.GoodsList.length > 0 &&
|
||||
item.SCANCODE_ORDER === 1
|
||||
"
|
||||
>
|
||||
<div
|
||||
class="shopItem"
|
||||
@ -331,7 +335,7 @@ export default {
|
||||
if (list && list.length > 0) {
|
||||
list.forEach((item) => {
|
||||
// if (item.SCANCODE_ORDER === 1) {
|
||||
shopList.push(item);
|
||||
shopList.push(item);
|
||||
// }
|
||||
});
|
||||
}
|
||||
|
||||
@ -1,6 +1,9 @@
|
||||
<template>
|
||||
<view class="main">
|
||||
<view :class="showListPage ? 'mapBox moveLeft' : 'mapBox'">
|
||||
<view
|
||||
:class="showListPage ? 'mapBox moveLeft' : 'mapBox'"
|
||||
v-if="!showListPage"
|
||||
>
|
||||
<map
|
||||
id="myMap"
|
||||
:longitude="longitude"
|
||||
@ -9,6 +12,8 @@
|
||||
:scale="17"
|
||||
:show-location="true"
|
||||
:markers="markers"
|
||||
:enable-scroll="!isDragging"
|
||||
@markertap="handleClickMarker"
|
||||
></map>
|
||||
|
||||
<view class="topBox">
|
||||
@ -33,6 +38,34 @@
|
||||
</view>
|
||||
|
||||
<view class="statusBox">
|
||||
<!-- 国网 -->
|
||||
<view class="statusItem">
|
||||
<!-- <image
|
||||
class="statusIcon"
|
||||
src="https://eshangtech.com/minTestImg/stateGridIcon.png"
|
||||
/> -->
|
||||
<view class="colorBox" style="background-color: #ff9929"></view>
|
||||
<text class="brandCharge">国网</text>
|
||||
<span class="empty">空</span>
|
||||
<view class="valueBox">
|
||||
<span class="emptyValue"
|
||||
>{{
|
||||
chargeData && chargeData.GWDetail
|
||||
? chargeData.GWDetail.GWEmpty
|
||||
: 0
|
||||
}}
|
||||
</span>
|
||||
<span class="sum"
|
||||
>/{{
|
||||
chargeData && chargeData.GWDetail
|
||||
? chargeData.GWDetail.GWSum
|
||||
: 0
|
||||
}}</span
|
||||
>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 理想 -->
|
||||
<view class="statusItem">
|
||||
<view class="colorBox" style="background-color: #d81e06"></view>
|
||||
<!-- <image
|
||||
@ -57,7 +90,8 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="statusItem">
|
||||
<!-- 蔚来 -->
|
||||
<view class="statusItem" v-if="false">
|
||||
<!-- <image
|
||||
class="statusIcon"
|
||||
src="https://eshangtech.com/minTestImg/WLIcon.png"
|
||||
@ -85,6 +119,7 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 交控 -->
|
||||
<view class="statusItem">
|
||||
<!-- <image
|
||||
class="statusIcon"
|
||||
@ -110,32 +145,6 @@
|
||||
>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="statusItem">
|
||||
<!-- <image
|
||||
class="statusIcon"
|
||||
src="https://eshangtech.com/minTestImg/stateGridIcon.png"
|
||||
/> -->
|
||||
<view class="colorBox" style="background-color: #ff9929"></view>
|
||||
<text class="brandCharge">国网</text>
|
||||
<span class="empty">空</span>
|
||||
<view class="valueBox">
|
||||
<span class="emptyValue"
|
||||
>{{
|
||||
chargeData && chargeData.GWDetail
|
||||
? chargeData.GWDetail.GWEmpty
|
||||
: 0
|
||||
}}
|
||||
</span>
|
||||
<span class="sum"
|
||||
>/{{
|
||||
chargeData && chargeData.GWDetail
|
||||
? chargeData.GWDetail.GWSum
|
||||
: 0
|
||||
}}</span
|
||||
>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="serviceDetailBox" v-if="showChargeBox">
|
||||
@ -149,14 +158,24 @@
|
||||
/>
|
||||
</view>
|
||||
|
||||
<view class="scanBox" @click="handleScan">
|
||||
<view
|
||||
class="scanBox"
|
||||
@click="handleScan"
|
||||
@touchstart="touchStart"
|
||||
@touchmove="touchMove"
|
||||
@touchend="touchEnd"
|
||||
:style="{ top: positionY + 'px', left: positionX + 'px' }"
|
||||
>
|
||||
<view class="scanIconBox">
|
||||
<image class="scanIcon" src="/static/tabs/scanCode.svg" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view :class="showListPage ? 'listPage moveRight' : 'listPage '">
|
||||
<view
|
||||
:class="showListPage ? 'listPage moveRight' : 'listPage '"
|
||||
v-if="showListPage"
|
||||
>
|
||||
<!-- 搜索框 -->
|
||||
<view class="searchBox">
|
||||
<view class="topRight">
|
||||
@ -212,9 +231,28 @@ export default {
|
||||
showChargeBox: true,
|
||||
showChargeList: true,
|
||||
showListPage: false, // 是否显示列表页面
|
||||
isTouchMove: false, // 用于判断是否开始拖动
|
||||
loginType: "",
|
||||
menu: {},
|
||||
|
||||
startX: 0, // 拖动开始时的 X 坐标
|
||||
startY: 0, // 拖动开始时的 Y 坐标
|
||||
positionX: 0, // 元素当前的 X 坐标
|
||||
positionY: 60, // 元素当前的 Y 坐标
|
||||
isDragging: false, // 是否正在拖动
|
||||
screenWidth: 0, // 屏幕宽度
|
||||
screenHeight: 0, // 屏幕高度
|
||||
ticking: false, // 用于requestAnimationFrame节流
|
||||
};
|
||||
},
|
||||
onLoad() {
|
||||
let systemInfo = uni.getSystemInfoSync();
|
||||
|
||||
console.log("systemInfo", systemInfo);
|
||||
this.positionX = systemInfo.safeArea.width - 66;
|
||||
|
||||
this.screenWidth = systemInfo.safeArea.width;
|
||||
this.screenHeight = systemInfo.safeArea.height;
|
||||
let storgeList = uni.getStorageSync("serviceList");
|
||||
if (storgeList) {
|
||||
this.serviceList = JSON.parse(storgeList);
|
||||
@ -237,6 +275,38 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
touchStart(e) {
|
||||
this.isDragging = true;
|
||||
this.ticking = false; // 重置ticking状态
|
||||
const touch = e.touches[0];
|
||||
this.startX = touch.clientX - this.positionX;
|
||||
this.startY = touch.clientY - this.positionY;
|
||||
},
|
||||
touchMove(e) {
|
||||
if (this.isDragging) {
|
||||
// 使用requestAnimationFrame优化渲染性能
|
||||
if (!this.ticking) {
|
||||
this.ticking = true;
|
||||
this.$nextTick(() => {
|
||||
const touch = e.touches[0];
|
||||
let newPosX = touch.clientX - this.startX;
|
||||
let newPosY = touch.clientY - this.startY;
|
||||
|
||||
// 限制拖动范围,不让元素移出屏幕
|
||||
newPosX = Math.max(0, Math.min(newPosX, this.screenWidth - 50)); // 限制 X 轴范围
|
||||
newPosY = Math.max(0, Math.min(newPosY, this.screenHeight - 50)); // 限制 Y 轴范围
|
||||
|
||||
this.positionX = newPosX;
|
||||
this.positionY = newPosY;
|
||||
this.ticking = false;
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
touchEnd(e) {
|
||||
this.isDragging = false;
|
||||
this.ticking = false; // 重置ticking状态
|
||||
},
|
||||
// 取问号后面的参数
|
||||
getQueryParams(url) {
|
||||
let queryStr = url.split("?")[1]; // 获取 ? 后面的部分
|
||||
@ -368,30 +438,40 @@ export default {
|
||||
let stationList = e.res;
|
||||
|
||||
let pointList = [];
|
||||
// 确保一个服务区点位 只用加一个
|
||||
let pointIdList = [];
|
||||
if (this.serviceList && this.serviceList.length > 0) {
|
||||
this.serviceList.forEach((item) => {
|
||||
if (stationList && stationList.length > 0) {
|
||||
stationList.forEach((subItem) => {
|
||||
if (subItem.Address.indexOf(item.SERVERPART_NAME) !== -1) {
|
||||
const date = new Date();
|
||||
pointList.push({
|
||||
id: date.getTime(), // 使用时间戳作为唯一ID
|
||||
latitude: subItem.StationLat,
|
||||
longitude: subItem.StationLng,
|
||||
iconPath: "/static/home/redFixed.svg",
|
||||
width: 30,
|
||||
height: 30,
|
||||
// label: {
|
||||
// // 文本标签
|
||||
// content: "",
|
||||
// color: "#3EC273",
|
||||
// fontSize: 14,
|
||||
// bgColor: "#ffffff",
|
||||
// borderRadius: 4,
|
||||
// padding: 5,
|
||||
// textAlign: "center",
|
||||
// },
|
||||
});
|
||||
if (
|
||||
pointIdList.indexOf(Number(`1${item.SERVERPART_ID}`)) === -1
|
||||
) {
|
||||
pointIdList.push(Number(`1${item.SERVERPART_ID}`));
|
||||
pointList.push({
|
||||
id: Number(`1${item.SERVERPART_ID}`), // 使用时间戳作为唯一ID
|
||||
markerId: `${item.SERVERPART_ID}LX`,
|
||||
serviceId: item.SERVERPART_ID,
|
||||
serviceName: `${item.SERVERPART_NAME}`,
|
||||
latitude: subItem.StationLat,
|
||||
longitude: subItem.StationLng,
|
||||
iconPath: "/static/home/redFixed.svg",
|
||||
width: 30,
|
||||
height: 30,
|
||||
// label: {
|
||||
// // 文本标签
|
||||
// content: "",
|
||||
// color: "#3EC273",
|
||||
// fontSize: 14,
|
||||
// bgColor: "#ffffff",
|
||||
// borderRadius: 4,
|
||||
// padding: 5,
|
||||
// textAlign: "center",
|
||||
// },
|
||||
});
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
@ -405,20 +485,30 @@ export default {
|
||||
let stationList = e.res;
|
||||
|
||||
let pointList = [];
|
||||
// 确保一个服务区点位 只用加一个
|
||||
let pointIdList = [];
|
||||
if (this.serviceList && this.serviceList.length > 0) {
|
||||
this.serviceList.forEach((item) => {
|
||||
if (stationList && stationList.length > 0) {
|
||||
stationList.forEach((subItem) => {
|
||||
if (subItem.areaName.indexOf(item.SERVERPART_NAME) !== -1) {
|
||||
const date = new Date();
|
||||
pointList.push({
|
||||
id: date.getTime(), // 使用时间戳作为唯一ID
|
||||
latitude: subItem.lat,
|
||||
longitude: subItem.lng,
|
||||
iconPath: "/static/home/greenFixed.svg",
|
||||
width: 30,
|
||||
height: 30,
|
||||
});
|
||||
if (
|
||||
pointIdList.indexOf(Number(`2${item.SERVERPART_ID}`)) === -1
|
||||
) {
|
||||
pointIdList.push(Number(`2${item.SERVERPART_ID}`));
|
||||
pointList.push({
|
||||
id: Number(`2${item.SERVERPART_ID}`), // 使用时间戳作为唯一ID
|
||||
markerId: `${item.SERVERPART_ID}JK`,
|
||||
serviceId: item.SERVERPART_ID,
|
||||
serviceName: `${item.SERVERPART_NAME}`,
|
||||
latitude: subItem.lat,
|
||||
longitude: subItem.lng,
|
||||
iconPath: "/static/home/greenFixed.svg",
|
||||
width: 30,
|
||||
height: 30,
|
||||
});
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
@ -429,23 +519,32 @@ export default {
|
||||
// 给国网的充电站标点
|
||||
handleGWAddMarker(e) {
|
||||
let stationList = e.res.data.Data.StationInfos;
|
||||
console.log('stationList国网国网',stationList);
|
||||
|
||||
console.log("stationList国网国网", stationList);
|
||||
|
||||
let pointList = [];
|
||||
// 确保一个服务区点位 只用加一个
|
||||
let pointIdList = [];
|
||||
if (this.serviceList && this.serviceList.length > 0) {
|
||||
this.serviceList.forEach((item) => {
|
||||
if (stationList && stationList.length > 0) {
|
||||
stationList.forEach((subItem) => {
|
||||
if (subItem.Address.indexOf(item.SERVERPART_NAME) !== -1) {
|
||||
const date = new Date();
|
||||
pointList.push({
|
||||
id: date.getTime(), // 使用时间戳作为唯一ID
|
||||
latitude: subItem.StationLat,
|
||||
longitude: subItem.StationLng,
|
||||
iconPath: "/static/home/orangeFixed.svg",
|
||||
width: 30,
|
||||
height: 30,
|
||||
});
|
||||
if (
|
||||
pointIdList.indexOf(Number(`3${item.SERVERPART_ID}`)) === -1
|
||||
) {
|
||||
pointIdList.push(Number(`3${item.SERVERPART_ID}`));
|
||||
pointList.push({
|
||||
id: Number(`3${item.SERVERPART_ID}`), // 使用时间戳作为唯一ID
|
||||
markerId: `${item.SERVERPART_ID}GW`,
|
||||
serviceId: item.SERVERPART_ID,
|
||||
serviceName: `${item.SERVERPART_NAME}`,
|
||||
latitude: subItem.StationLat,
|
||||
longitude: subItem.StationLng,
|
||||
iconPath: "/static/home/orangeFixed.svg",
|
||||
width: 30,
|
||||
height: 30,
|
||||
});
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
@ -481,6 +580,29 @@ export default {
|
||||
// },
|
||||
// ];
|
||||
},
|
||||
// 点击地图上的锚点
|
||||
handleClickMarker(e) {
|
||||
console.log("e", e);
|
||||
const clickedMarker = this.markers.find(
|
||||
(item) => item.id === e.detail.markerId // 用小程序返回的id匹配
|
||||
);
|
||||
console.log("业务ID:", clickedMarker);
|
||||
this.showChargeBox = false;
|
||||
|
||||
const serviceDetail = this.serviceList.find(
|
||||
(item) => item.SERVERPART_ID === Number(clickedMarker.serviceId) // 用小程序返回的id匹配
|
||||
);
|
||||
console.log("serviceDetail:", serviceDetail);
|
||||
this.longitude = this.longitude;
|
||||
this.latitude = this.latitude;
|
||||
this.currentServiceObj = serviceDetail;
|
||||
this.currentServiceList = [clickedMarker.serviceName];
|
||||
|
||||
let _this = this;
|
||||
setTimeout(() => {
|
||||
_this.showChargeBox = true;
|
||||
}, 500);
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
@ -490,6 +612,7 @@ export default {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
.mapBox {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
@ -660,8 +783,8 @@ export default {
|
||||
|
||||
.scanBox {
|
||||
// width: 100%;
|
||||
width: 80rpx;
|
||||
height: 80rpx;
|
||||
width: 100rpx;
|
||||
height: 100rpx;
|
||||
// height: 100rpx;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
@ -671,19 +794,19 @@ export default {
|
||||
top: 120rpx;
|
||||
// left: 0;
|
||||
right: 16rpx;
|
||||
z-index: 2;
|
||||
z-index: 1;
|
||||
|
||||
.scanIconBox {
|
||||
width: 80rpx;
|
||||
height: 80rpx;
|
||||
width: 100rpx;
|
||||
height: 100rpx;
|
||||
border-radius: 50%;
|
||||
background: #ba922f;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
.scanIcon {
|
||||
width: 52rpx;
|
||||
height: 52rpx;
|
||||
width: 70rpx;
|
||||
height: 70rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
<view
|
||||
class="topBox"
|
||||
:style="{
|
||||
height: `${loginType === 'min' ? menu.bottom + 8 : ''}px`,
|
||||
paddingTop: `${menu.top}px`,
|
||||
height: `${loginType === 'min' ? menu.bottom + 8 : menu.top + 50}px`,
|
||||
paddingTop: `${loginType === 'min' ? menu.top : menu.top + 10}px`,
|
||||
}"
|
||||
>
|
||||
<view class="topContent">
|
||||
@ -30,7 +30,11 @@
|
||||
|
||||
<view
|
||||
class="content"
|
||||
:style="{ paddingTop: `${loginType === 'min' ? menu.bottom + 8 : ''}px` }"
|
||||
:style="{
|
||||
paddingTop: `${
|
||||
loginType === 'min' ? menu.bottom + 8 : menu.top + 50
|
||||
}px`,
|
||||
}"
|
||||
>
|
||||
<!-- 服务区照片 服务区距离名字信息 -->
|
||||
<view class="serviceDetail">
|
||||
@ -1573,7 +1577,7 @@ export default {
|
||||
<style lang="less" scoped>
|
||||
.main {
|
||||
width: 100vw;
|
||||
// height: 100vh;
|
||||
min-height: 100vh;
|
||||
background: #f5f5f5;
|
||||
|
||||
.topBox {
|
||||
|
||||
BIN
static/font/ALIMAMA/4MehOUFxkPfJ.woff
Normal file
BIN
static/font/ALIMAMA/4MehOUFxkPfJ.woff
Normal file
Binary file not shown.
BIN
static/font/ALIMAMA/4MehOUFxkPfJ.woff2
Normal file
BIN
static/font/ALIMAMA/4MehOUFxkPfJ.woff2
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
6
unpackage/dist/build/app-plus/app-service.js
vendored
6
unpackage/dist/build/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
2
unpackage/dist/build/app-plus/app-view.js
vendored
2
unpackage/dist/build/app-plus/app-view.js
vendored
File diff suppressed because one or more lines are too long
2
unpackage/dist/build/app-plus/manifest.json
vendored
2
unpackage/dist/build/app-plus/manifest.json
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
6077
unpackage/dist/dev/app-plus/app-service.js
vendored
6077
unpackage/dist/dev/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
7826
unpackage/dist/dev/app-plus/app-view.js
vendored
7826
unpackage/dist/dev/app-plus/app-view.js
vendored
File diff suppressed because one or more lines are too long
2
unpackage/dist/dev/app-plus/manifest.json
vendored
2
unpackage/dist/dev/app-plus/manifest.json
vendored
File diff suppressed because one or more lines are too long
4
unpackage/dist/dev/app-plus/view.umd.min.js
vendored
4
unpackage/dist/dev/app-plus/view.umd.min.js
vendored
File diff suppressed because one or more lines are too long
3
unpackage/dist/dev/mp-weixin/app.json
vendored
3
unpackage/dist/dev/mp-weixin/app.json
vendored
@ -196,7 +196,8 @@
|
||||
{
|
||||
"root": "pages/clickRescue",
|
||||
"pages": [
|
||||
"index"
|
||||
"index",
|
||||
"carMaintenance"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
14
unpackage/dist/dev/mp-weixin/common/vendor.js
vendored
14
unpackage/dist/dev/mp-weixin/common/vendor.js
vendored
@ -1902,7 +1902,7 @@ function initData(vueOptions, context) {
|
||||
try {
|
||||
data = data.call(context); // 支持 Vue.prototype 上挂的数据
|
||||
} catch (e) {
|
||||
if (Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"皖美驿站","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
||||
if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"皖美驿站","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
||||
console.warn('根据 Vue 的 data 函数初始化小程序 data 失败,请尽量确保 data 函数中不访问 vm 对象,否则可能影响首次数据渲染速度。', data);
|
||||
}
|
||||
}
|
||||
@ -8945,7 +8945,7 @@ function type(obj) {
|
||||
|
||||
function flushCallbacks$1(vm) {
|
||||
if (vm.__next_tick_callbacks && vm.__next_tick_callbacks.length) {
|
||||
if (Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"皖美驿站","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
||||
if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"皖美驿站","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
||||
var mpInstance = vm.$scope;
|
||||
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + vm._uid +
|
||||
']:flushCallbacks[' + vm.__next_tick_callbacks.length + ']');
|
||||
@ -8966,14 +8966,14 @@ function nextTick$1(vm, cb) {
|
||||
//1.nextTick 之前 已 setData 且 setData 还未回调完成
|
||||
//2.nextTick 之前存在 render watcher
|
||||
if (!vm.__next_tick_pending && !hasRenderWatcher(vm)) {
|
||||
if(Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"皖美驿站","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG){
|
||||
if(Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"皖美驿站","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG){
|
||||
var mpInstance = vm.$scope;
|
||||
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + vm._uid +
|
||||
']:nextVueTick');
|
||||
}
|
||||
return nextTick(cb, vm)
|
||||
}else{
|
||||
if(Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"皖美驿站","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG){
|
||||
if(Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"皖美驿站","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG){
|
||||
var mpInstance$1 = vm.$scope;
|
||||
console.log('[' + (+new Date) + '][' + (mpInstance$1.is || mpInstance$1.route) + '][' + vm._uid +
|
||||
']:nextMPTick');
|
||||
@ -9069,7 +9069,7 @@ var patch = function(oldVnode, vnode) {
|
||||
});
|
||||
var diffData = this.$shouldDiffData === false ? data : diff(data, mpData);
|
||||
if (Object.keys(diffData).length) {
|
||||
if (Object({"NODE_ENV":"development","VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"皖美驿站","VUE_APP_PLATFORM":"mp-weixin","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
||||
if (Object({"VUE_APP_DARK_MODE":"false","VUE_APP_NAME":"皖美驿站","VUE_APP_PLATFORM":"mp-weixin","NODE_ENV":"development","BASE_URL":"/"}).VUE_APP_DEBUG) {
|
||||
console.log('[' + (+new Date) + '][' + (mpInstance.is || mpInstance.route) + '][' + this._uid +
|
||||
']差量更新',
|
||||
JSON.stringify(diffData));
|
||||
@ -25880,7 +25880,7 @@ module.exports = _arrayWithHoles, module.exports.__esModule = true, module.expor
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 675:
|
||||
/***/ 683:
|
||||
/*!***********************************************************************************************************!*\
|
||||
!*** D:/workfile/minprogram/wanmeiyizhan/uni_modules/uni-icons/components/uni-icons/uniicons_file_vue.js ***!
|
||||
\***********************************************************************************************************/
|
||||
@ -26384,7 +26384,7 @@ exports.fontData = fontData;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 683:
|
||||
/***/ 691:
|
||||
/*!*******************************************************************************************************************!*\
|
||||
!*** D:/workfile/minprogram/wanmeiyizhan/uni_modules/uni-transition/components/uni-transition/createAnimation.js ***!
|
||||
\*******************************************************************************************************************/
|
||||
|
||||
28
unpackage/dist/dev/mp-weixin/components/card.js
vendored
28
unpackage/dist/dev/mp-weixin/components/card.js
vendored
@ -1,6 +1,6 @@
|
||||
(global["webpackJsonp"] = global["webpackJsonp"] || []).push([["components/card"],{
|
||||
|
||||
/***/ 649:
|
||||
/***/ 657:
|
||||
/*!***************************************************************!*\
|
||||
!*** D:/workfile/minprogram/wanmeiyizhan/components/card.vue ***!
|
||||
\***************************************************************/
|
||||
@ -9,10 +9,10 @@
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony import */ var _card_vue_vue_type_template_id_7fe3b0cb_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./card.vue?vue&type=template&id=7fe3b0cb&scoped=true& */ 650);
|
||||
/* harmony import */ var _card_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./card.vue?vue&type=script&lang=js& */ 652);
|
||||
/* harmony import */ var _card_vue_vue_type_template_id_7fe3b0cb_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./card.vue?vue&type=template&id=7fe3b0cb&scoped=true& */ 658);
|
||||
/* harmony import */ var _card_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./card.vue?vue&type=script&lang=js& */ 660);
|
||||
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _card_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(["default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _card_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
||||
/* harmony import */ var _card_vue_vue_type_style_index_0_id_7fe3b0cb_scoped_true_lang_stylus___WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./card.vue?vue&type=style&index=0&id=7fe3b0cb&scoped=true&lang=stylus& */ 654);
|
||||
/* harmony import */ var _card_vue_vue_type_style_index_0_id_7fe3b0cb_scoped_true_lang_stylus___WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./card.vue?vue&type=style&index=0&id=7fe3b0cb&scoped=true&lang=stylus& */ 662);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 36);
|
||||
|
||||
var renderjs
|
||||
@ -41,7 +41,7 @@ component.options.__file = "components/card.vue"
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 650:
|
||||
/***/ 658:
|
||||
/*!**********************************************************************************************************!*\
|
||||
!*** D:/workfile/minprogram/wanmeiyizhan/components/card.vue?vue&type=template&id=7fe3b0cb&scoped=true& ***!
|
||||
\**********************************************************************************************************/
|
||||
@ -50,7 +50,7 @@ component.options.__file = "components/card.vue"
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_17_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_template_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_card_vue_vue_type_template_id_7fe3b0cb_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--17-0!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./card.vue?vue&type=template&id=7fe3b0cb&scoped=true& */ 651);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_17_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_template_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_card_vue_vue_type_template_id_7fe3b0cb_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--17-0!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./card.vue?vue&type=template&id=7fe3b0cb&scoped=true& */ 659);
|
||||
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_17_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_template_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_card_vue_vue_type_template_id_7fe3b0cb_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
|
||||
|
||||
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_17_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_template_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_card_vue_vue_type_template_id_7fe3b0cb_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
|
||||
@ -63,7 +63,7 @@ __webpack_require__.r(__webpack_exports__);
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 651:
|
||||
/***/ 659:
|
||||
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--17-0!./node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!D:/workfile/minprogram/wanmeiyizhan/components/card.vue?vue&type=template&id=7fe3b0cb&scoped=true& ***!
|
||||
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
@ -90,7 +90,7 @@ render._withStripped = true
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 652:
|
||||
/***/ 660:
|
||||
/*!****************************************************************************************!*\
|
||||
!*** D:/workfile/minprogram/wanmeiyizhan/components/card.vue?vue&type=script&lang=js& ***!
|
||||
\****************************************************************************************/
|
||||
@ -99,14 +99,14 @@ render._withStripped = true
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_card_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--13-1!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./card.vue?vue&type=script&lang=js& */ 653);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_card_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--13-1!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./card.vue?vue&type=script&lang=js& */ 661);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_card_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_program_files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_card_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);
|
||||
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _program_files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_card_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(["default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _program_files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_card_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
||||
/* harmony default export */ __webpack_exports__["default"] = (_program_files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_card_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a);
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 653:
|
||||
/***/ 661:
|
||||
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--13-1!./node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!D:/workfile/minprogram/wanmeiyizhan/components/card.vue?vue&type=script&lang=js& ***!
|
||||
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
@ -207,7 +207,7 @@ exports.default = _default;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 654:
|
||||
/***/ 662:
|
||||
/*!***************************************************************************************************************************!*\
|
||||
!*** D:/workfile/minprogram/wanmeiyizhan/components/card.vue?vue&type=style&index=0&id=7fe3b0cb&scoped=true&lang=stylus& ***!
|
||||
\***************************************************************************************************************************/
|
||||
@ -216,14 +216,14 @@ exports.default = _default;
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_11_oneOf_1_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_11_oneOf_1_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_11_oneOf_1_2_program_files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_11_oneOf_1_3_program_files_HBuilderX_plugins_uniapp_cli_node_modules_stylus_loader_index_js_ref_11_oneOf_1_4_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_11_oneOf_1_5_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_card_vue_vue_type_style_index_0_id_7fe3b0cb_scoped_true_lang_stylus___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--11-oneOf-1-0!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--11-oneOf-1-1!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--11-oneOf-1-2!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src??ref--11-oneOf-1-3!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/stylus-loader??ref--11-oneOf-1-4!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--11-oneOf-1-5!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./card.vue?vue&type=style&index=0&id=7fe3b0cb&scoped=true&lang=stylus& */ 655);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_11_oneOf_1_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_11_oneOf_1_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_11_oneOf_1_2_program_files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_11_oneOf_1_3_program_files_HBuilderX_plugins_uniapp_cli_node_modules_stylus_loader_index_js_ref_11_oneOf_1_4_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_11_oneOf_1_5_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_card_vue_vue_type_style_index_0_id_7fe3b0cb_scoped_true_lang_stylus___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--11-oneOf-1-0!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--11-oneOf-1-1!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--11-oneOf-1-2!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src??ref--11-oneOf-1-3!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/stylus-loader??ref--11-oneOf-1-4!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--11-oneOf-1-5!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./card.vue?vue&type=style&index=0&id=7fe3b0cb&scoped=true&lang=stylus& */ 663);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_11_oneOf_1_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_11_oneOf_1_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_11_oneOf_1_2_program_files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_11_oneOf_1_3_program_files_HBuilderX_plugins_uniapp_cli_node_modules_stylus_loader_index_js_ref_11_oneOf_1_4_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_11_oneOf_1_5_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_card_vue_vue_type_style_index_0_id_7fe3b0cb_scoped_true_lang_stylus___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_program_files_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_11_oneOf_1_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_11_oneOf_1_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_11_oneOf_1_2_program_files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_11_oneOf_1_3_program_files_HBuilderX_plugins_uniapp_cli_node_modules_stylus_loader_index_js_ref_11_oneOf_1_4_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_11_oneOf_1_5_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_card_vue_vue_type_style_index_0_id_7fe3b0cb_scoped_true_lang_stylus___WEBPACK_IMPORTED_MODULE_0__);
|
||||
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _program_files_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_11_oneOf_1_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_11_oneOf_1_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_11_oneOf_1_2_program_files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_11_oneOf_1_3_program_files_HBuilderX_plugins_uniapp_cli_node_modules_stylus_loader_index_js_ref_11_oneOf_1_4_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_11_oneOf_1_5_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_card_vue_vue_type_style_index_0_id_7fe3b0cb_scoped_true_lang_stylus___WEBPACK_IMPORTED_MODULE_0__) if(["default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _program_files_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_11_oneOf_1_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_11_oneOf_1_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_11_oneOf_1_2_program_files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_11_oneOf_1_3_program_files_HBuilderX_plugins_uniapp_cli_node_modules_stylus_loader_index_js_ref_11_oneOf_1_4_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_11_oneOf_1_5_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_card_vue_vue_type_style_index_0_id_7fe3b0cb_scoped_true_lang_stylus___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
||||
/* harmony default export */ __webpack_exports__["default"] = (_program_files_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_11_oneOf_1_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_11_oneOf_1_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_11_oneOf_1_2_program_files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_11_oneOf_1_3_program_files_HBuilderX_plugins_uniapp_cli_node_modules_stylus_loader_index_js_ref_11_oneOf_1_4_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_11_oneOf_1_5_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_card_vue_vue_type_style_index_0_id_7fe3b0cb_scoped_true_lang_stylus___WEBPACK_IMPORTED_MODULE_0___default.a);
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 655:
|
||||
/***/ 663:
|
||||
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** ./node_modules/mini-css-extract-plugin/dist/loader.js??ref--11-oneOf-1-0!./node_modules/css-loader/dist/cjs.js??ref--11-oneOf-1-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--11-oneOf-1-2!./node_modules/postcss-loader/src??ref--11-oneOf-1-3!./node_modules/stylus-loader??ref--11-oneOf-1-4!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--11-oneOf-1-5!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!D:/workfile/minprogram/wanmeiyizhan/components/card.vue?vue&type=style&index=0&id=7fe3b0cb&scoped=true&lang=stylus& ***!
|
||||
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
@ -242,7 +242,7 @@ __webpack_require__.r(__webpack_exports__);
|
||||
'components/card-create-component',
|
||||
{
|
||||
'components/card-create-component':(function(module, exports, __webpack_require__){
|
||||
__webpack_require__('2')['createComponent'](__webpack_require__(649))
|
||||
__webpack_require__('2')['createComponent'](__webpack_require__(657))
|
||||
})
|
||||
},
|
||||
[['components/card-create-component']]
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
(global["webpackJsonp"] = global["webpackJsonp"] || []).push([["components/currentService"],{
|
||||
|
||||
/***/ 621:
|
||||
/***/ 629:
|
||||
/*!*************************************************************************!*\
|
||||
!*** D:/workfile/minprogram/wanmeiyizhan/components/currentService.vue ***!
|
||||
\*************************************************************************/
|
||||
@ -9,10 +9,10 @@
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony import */ var _currentService_vue_vue_type_template_id_00b046f7_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./currentService.vue?vue&type=template&id=00b046f7&scoped=true& */ 622);
|
||||
/* harmony import */ var _currentService_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./currentService.vue?vue&type=script&lang=js& */ 624);
|
||||
/* harmony import */ var _currentService_vue_vue_type_template_id_00b046f7_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./currentService.vue?vue&type=template&id=00b046f7&scoped=true& */ 630);
|
||||
/* harmony import */ var _currentService_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./currentService.vue?vue&type=script&lang=js& */ 632);
|
||||
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _currentService_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(["default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _currentService_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
||||
/* harmony import */ var _currentService_vue_vue_type_style_index_0_id_00b046f7_scoped_true_lang_less___WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./currentService.vue?vue&type=style&index=0&id=00b046f7&scoped=true&lang=less& */ 626);
|
||||
/* harmony import */ var _currentService_vue_vue_type_style_index_0_id_00b046f7_scoped_true_lang_less___WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./currentService.vue?vue&type=style&index=0&id=00b046f7&scoped=true&lang=less& */ 634);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 36);
|
||||
|
||||
var renderjs
|
||||
@ -41,7 +41,7 @@ component.options.__file = "components/currentService.vue"
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 622:
|
||||
/***/ 630:
|
||||
/*!********************************************************************************************************************!*\
|
||||
!*** D:/workfile/minprogram/wanmeiyizhan/components/currentService.vue?vue&type=template&id=00b046f7&scoped=true& ***!
|
||||
\********************************************************************************************************************/
|
||||
@ -50,7 +50,7 @@ component.options.__file = "components/currentService.vue"
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_17_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_template_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_currentService_vue_vue_type_template_id_00b046f7_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--17-0!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./currentService.vue?vue&type=template&id=00b046f7&scoped=true& */ 623);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_17_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_template_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_currentService_vue_vue_type_template_id_00b046f7_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--17-0!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./currentService.vue?vue&type=template&id=00b046f7&scoped=true& */ 631);
|
||||
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_17_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_template_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_currentService_vue_vue_type_template_id_00b046f7_scoped_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
|
||||
|
||||
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_17_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_template_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_currentService_vue_vue_type_template_id_00b046f7_scoped_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
|
||||
@ -63,7 +63,7 @@ __webpack_require__.r(__webpack_exports__);
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 623:
|
||||
/***/ 631:
|
||||
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--17-0!./node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!D:/workfile/minprogram/wanmeiyizhan/components/currentService.vue?vue&type=template&id=00b046f7&scoped=true& ***!
|
||||
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
@ -90,7 +90,7 @@ render._withStripped = true
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 624:
|
||||
/***/ 632:
|
||||
/*!**************************************************************************************************!*\
|
||||
!*** D:/workfile/minprogram/wanmeiyizhan/components/currentService.vue?vue&type=script&lang=js& ***!
|
||||
\**************************************************************************************************/
|
||||
@ -99,14 +99,14 @@ render._withStripped = true
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_currentService_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--13-1!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./currentService.vue?vue&type=script&lang=js& */ 625);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_currentService_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--13-1!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./currentService.vue?vue&type=script&lang=js& */ 633);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_currentService_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_program_files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_currentService_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);
|
||||
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _program_files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_currentService_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(["default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _program_files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_currentService_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
||||
/* harmony default export */ __webpack_exports__["default"] = (_program_files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_currentService_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a);
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 625:
|
||||
/***/ 633:
|
||||
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--13-1!./node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!D:/workfile/minprogram/wanmeiyizhan/components/currentService.vue?vue&type=script&lang=js& ***!
|
||||
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
@ -313,7 +313,7 @@ exports.default = _default;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 626:
|
||||
/***/ 634:
|
||||
/*!***********************************************************************************************************************************!*\
|
||||
!*** D:/workfile/minprogram/wanmeiyizhan/components/currentService.vue?vue&type=style&index=0&id=00b046f7&scoped=true&lang=less& ***!
|
||||
\***********************************************************************************************************************************/
|
||||
@ -322,14 +322,14 @@ exports.default = _default;
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_oneOf_1_2_program_files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_3_program_files_HBuilderX_plugins_uniapp_cli_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_4_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_oneOf_1_5_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_currentService_vue_vue_type_style_index_0_id_00b046f7_scoped_true_lang_less___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--10-oneOf-1-0!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--10-oneOf-1-1!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-oneOf-1-2!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src??ref--10-oneOf-1-3!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/less-loader/dist/cjs.js??ref--10-oneOf-1-4!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-oneOf-1-5!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./currentService.vue?vue&type=style&index=0&id=00b046f7&scoped=true&lang=less& */ 627);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_oneOf_1_2_program_files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_3_program_files_HBuilderX_plugins_uniapp_cli_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_4_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_oneOf_1_5_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_currentService_vue_vue_type_style_index_0_id_00b046f7_scoped_true_lang_less___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--10-oneOf-1-0!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--10-oneOf-1-1!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-oneOf-1-2!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src??ref--10-oneOf-1-3!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/less-loader/dist/cjs.js??ref--10-oneOf-1-4!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-oneOf-1-5!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./currentService.vue?vue&type=style&index=0&id=00b046f7&scoped=true&lang=less& */ 635);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_oneOf_1_2_program_files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_3_program_files_HBuilderX_plugins_uniapp_cli_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_4_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_oneOf_1_5_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_currentService_vue_vue_type_style_index_0_id_00b046f7_scoped_true_lang_less___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_program_files_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_oneOf_1_2_program_files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_3_program_files_HBuilderX_plugins_uniapp_cli_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_4_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_oneOf_1_5_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_currentService_vue_vue_type_style_index_0_id_00b046f7_scoped_true_lang_less___WEBPACK_IMPORTED_MODULE_0__);
|
||||
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _program_files_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_oneOf_1_2_program_files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_3_program_files_HBuilderX_plugins_uniapp_cli_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_4_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_oneOf_1_5_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_currentService_vue_vue_type_style_index_0_id_00b046f7_scoped_true_lang_less___WEBPACK_IMPORTED_MODULE_0__) if(["default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _program_files_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_oneOf_1_2_program_files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_3_program_files_HBuilderX_plugins_uniapp_cli_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_4_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_oneOf_1_5_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_currentService_vue_vue_type_style_index_0_id_00b046f7_scoped_true_lang_less___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
||||
/* harmony default export */ __webpack_exports__["default"] = (_program_files_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_10_oneOf_1_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_10_oneOf_1_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_oneOf_1_2_program_files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_10_oneOf_1_3_program_files_HBuilderX_plugins_uniapp_cli_node_modules_less_loader_dist_cjs_js_ref_10_oneOf_1_4_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_10_oneOf_1_5_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_currentService_vue_vue_type_style_index_0_id_00b046f7_scoped_true_lang_less___WEBPACK_IMPORTED_MODULE_0___default.a);
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 627:
|
||||
/***/ 635:
|
||||
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** ./node_modules/mini-css-extract-plugin/dist/loader.js??ref--10-oneOf-1-0!./node_modules/css-loader/dist/cjs.js??ref--10-oneOf-1-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-oneOf-1-2!./node_modules/postcss-loader/src??ref--10-oneOf-1-3!./node_modules/less-loader/dist/cjs.js??ref--10-oneOf-1-4!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--10-oneOf-1-5!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!D:/workfile/minprogram/wanmeiyizhan/components/currentService.vue?vue&type=style&index=0&id=00b046f7&scoped=true&lang=less& ***!
|
||||
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
@ -348,7 +348,7 @@ __webpack_require__.r(__webpack_exports__);
|
||||
'components/currentService-create-component',
|
||||
{
|
||||
'components/currentService-create-component':(function(module, exports, __webpack_require__){
|
||||
__webpack_require__('2')['createComponent'](__webpack_require__(621))
|
||||
__webpack_require__('2')['createComponent'](__webpack_require__(629))
|
||||
})
|
||||
},
|
||||
[['components/currentService-create-component']]
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
(global["webpackJsonp"] = global["webpackJsonp"] || []).push([["components/keyboard"],{
|
||||
|
||||
/***/ 656:
|
||||
/***/ 664:
|
||||
/*!*******************************************************************!*\
|
||||
!*** D:/workfile/minprogram/wanmeiyizhan/components/keyboard.vue ***!
|
||||
\*******************************************************************/
|
||||
@ -9,10 +9,10 @@
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony import */ var _keyboard_vue_vue_type_template_id_a6f5c6bc_scoped_true_lang_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./keyboard.vue?vue&type=template&id=a6f5c6bc&scoped=true&lang=true& */ 657);
|
||||
/* harmony import */ var _keyboard_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./keyboard.vue?vue&type=script&lang=js& */ 659);
|
||||
/* harmony import */ var _keyboard_vue_vue_type_template_id_a6f5c6bc_scoped_true_lang_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./keyboard.vue?vue&type=template&id=a6f5c6bc&scoped=true&lang=true& */ 665);
|
||||
/* harmony import */ var _keyboard_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./keyboard.vue?vue&type=script&lang=js& */ 667);
|
||||
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _keyboard_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__) if(["default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _keyboard_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
||||
/* harmony import */ var _keyboard_vue_vue_type_style_index_0_id_a6f5c6bc_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./keyboard.vue?vue&type=style&index=0&id=a6f5c6bc&scoped=true&lang=css& */ 661);
|
||||
/* harmony import */ var _keyboard_vue_vue_type_style_index_0_id_a6f5c6bc_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./keyboard.vue?vue&type=style&index=0&id=a6f5c6bc&scoped=true&lang=css& */ 669);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/runtime/componentNormalizer.js */ 36);
|
||||
|
||||
var renderjs
|
||||
@ -41,7 +41,7 @@ component.options.__file = "components/keyboard.vue"
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 657:
|
||||
/***/ 665:
|
||||
/*!************************************************************************************************************************!*\
|
||||
!*** D:/workfile/minprogram/wanmeiyizhan/components/keyboard.vue?vue&type=template&id=a6f5c6bc&scoped=true&lang=true& ***!
|
||||
\************************************************************************************************************************/
|
||||
@ -50,7 +50,7 @@ component.options.__file = "components/keyboard.vue"
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_17_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_template_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_keyboard_vue_vue_type_template_id_a6f5c6bc_scoped_true_lang_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--17-0!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./keyboard.vue?vue&type=template&id=a6f5c6bc&scoped=true&lang=true& */ 658);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_17_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_template_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_keyboard_vue_vue_type_template_id_a6f5c6bc_scoped_true_lang_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--17-0!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./keyboard.vue?vue&type=template&id=a6f5c6bc&scoped=true&lang=true& */ 666);
|
||||
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_17_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_template_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_keyboard_vue_vue_type_template_id_a6f5c6bc_scoped_true_lang_true___WEBPACK_IMPORTED_MODULE_0__["render"]; });
|
||||
|
||||
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_templateLoader_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_17_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_template_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_uni_app_loader_page_meta_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_keyboard_vue_vue_type_template_id_a6f5c6bc_scoped_true_lang_true___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });
|
||||
@ -63,7 +63,7 @@ __webpack_require__.r(__webpack_exports__);
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 658:
|
||||
/***/ 666:
|
||||
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** ./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--17-0!./node_modules/@dcloudio/webpack-uni-mp-loader/lib/template.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-uni-app-loader/page-meta.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!D:/workfile/minprogram/wanmeiyizhan/components/keyboard.vue?vue&type=template&id=a6f5c6bc&scoped=true&lang=true& ***!
|
||||
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
@ -90,7 +90,7 @@ render._withStripped = true
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 659:
|
||||
/***/ 667:
|
||||
/*!********************************************************************************************!*\
|
||||
!*** D:/workfile/minprogram/wanmeiyizhan/components/keyboard.vue?vue&type=script&lang=js& ***!
|
||||
\********************************************************************************************/
|
||||
@ -99,14 +99,14 @@ render._withStripped = true
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_keyboard_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--13-1!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./keyboard.vue?vue&type=script&lang=js& */ 660);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_keyboard_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/babel-loader/lib!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--13-1!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./keyboard.vue?vue&type=script&lang=js& */ 668);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_keyboard_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_program_files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_keyboard_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__);
|
||||
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _program_files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_keyboard_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__) if(["default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _program_files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_keyboard_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
||||
/* harmony default export */ __webpack_exports__["default"] = (_program_files_HBuilderX_plugins_uniapp_cli_node_modules_babel_loader_lib_index_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_13_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_script_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_keyboard_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0___default.a);
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 660:
|
||||
/***/ 668:
|
||||
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** ./node_modules/babel-loader/lib!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--13-1!./node_modules/@dcloudio/webpack-uni-mp-loader/lib/script.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!D:/workfile/minprogram/wanmeiyizhan/components/keyboard.vue?vue&type=script&lang=js& ***!
|
||||
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
@ -246,7 +246,7 @@ exports.default = _default;
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 661:
|
||||
/***/ 669:
|
||||
/*!****************************************************************************************************************************!*\
|
||||
!*** D:/workfile/minprogram/wanmeiyizhan/components/keyboard.vue?vue&type=style&index=0&id=a6f5c6bc&scoped=true&lang=css& ***!
|
||||
\****************************************************************************************************************************/
|
||||
@ -255,14 +255,14 @@ exports.default = _default;
|
||||
|
||||
"use strict";
|
||||
__webpack_require__.r(__webpack_exports__);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_6_oneOf_1_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_oneOf_1_2_program_files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_3_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_keyboard_vue_vue_type_style_index_0_id_a6f5c6bc_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-oneOf-1-2!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src??ref--6-oneOf-1-3!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./keyboard.vue?vue&type=style&index=0&id=a6f5c6bc&scoped=true&lang=css& */ 662);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_6_oneOf_1_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_oneOf_1_2_program_files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_3_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_keyboard_vue_vue_type_style_index_0_id_a6f5c6bc_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-oneOf-1-2!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/postcss-loader/src??ref--6-oneOf-1-3!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!../../../../program files/HBuilderX/plugins/uniapp-cli/node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!./keyboard.vue?vue&type=style&index=0&id=a6f5c6bc&scoped=true&lang=css& */ 670);
|
||||
/* harmony import */ var _program_files_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_6_oneOf_1_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_oneOf_1_2_program_files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_3_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_keyboard_vue_vue_type_style_index_0_id_a6f5c6bc_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_program_files_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_6_oneOf_1_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_oneOf_1_2_program_files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_3_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_keyboard_vue_vue_type_style_index_0_id_a6f5c6bc_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__);
|
||||
/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _program_files_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_6_oneOf_1_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_oneOf_1_2_program_files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_3_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_keyboard_vue_vue_type_style_index_0_id_a6f5c6bc_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__) if(["default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _program_files_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_6_oneOf_1_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_oneOf_1_2_program_files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_3_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_keyboard_vue_vue_type_style_index_0_id_a6f5c6bc_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));
|
||||
/* harmony default export */ __webpack_exports__["default"] = (_program_files_HBuilderX_plugins_uniapp_cli_node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_program_files_HBuilderX_plugins_uniapp_cli_node_modules_css_loader_dist_cjs_js_ref_6_oneOf_1_1_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_loaders_stylePostLoader_js_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_webpack_preprocess_loader_index_js_ref_6_oneOf_1_2_program_files_HBuilderX_plugins_uniapp_cli_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_3_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_vue_cli_plugin_uni_packages_vue_loader_lib_index_js_vue_loader_options_program_files_HBuilderX_plugins_uniapp_cli_node_modules_dcloudio_webpack_uni_mp_loader_lib_style_js_keyboard_vue_vue_type_style_index_0_id_a6f5c6bc_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default.a);
|
||||
|
||||
/***/ }),
|
||||
|
||||
/***/ 662:
|
||||
/***/ 670:
|
||||
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
||||
!*** ./node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-1-1!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/webpack-preprocess-loader??ref--6-oneOf-1-2!./node_modules/postcss-loader/src??ref--6-oneOf-1-3!./node_modules/@dcloudio/vue-cli-plugin-uni/packages/vue-loader/lib??vue-loader-options!./node_modules/@dcloudio/webpack-uni-mp-loader/lib/style.js!D:/workfile/minprogram/wanmeiyizhan/components/keyboard.vue?vue&type=style&index=0&id=a6f5c6bc&scoped=true&lang=css& ***!
|
||||
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
||||
@ -281,7 +281,7 @@ __webpack_require__.r(__webpack_exports__);
|
||||
'components/keyboard-create-component',
|
||||
{
|
||||
'components/keyboard-create-component':(function(module, exports, __webpack_require__){
|
||||
__webpack_require__('2')['createComponent'](__webpack_require__(656))
|
||||
__webpack_require__('2')['createComponent'](__webpack_require__(664))
|
||||
})
|
||||
},
|
||||
[['components/keyboard-create-component']]
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
"usingComponents": {},
|
||||
"component": true
|
||||
}
|
||||
@ -101,7 +101,7 @@ var components
|
||||
try {
|
||||
components = {
|
||||
uniPopup: function () {
|
||||
return __webpack_require__.e(/*! import() | uni_modules/uni-popup/components/uni-popup/uni-popup */ "uni_modules/uni-popup/components/uni-popup/uni-popup").then(__webpack_require__.bind(null, /*! @/uni_modules/uni-popup/components/uni-popup/uni-popup.vue */ 614))
|
||||
return __webpack_require__.e(/*! import() | uni_modules/uni-popup/components/uni-popup/uni-popup */ "uni_modules/uni-popup/components/uni-popup/uni-popup").then(__webpack_require__.bind(null, /*! @/uni_modules/uni-popup/components/uni-popup/uni-popup.vue */ 622))
|
||||
},
|
||||
}
|
||||
} catch (e) {
|
||||
@ -202,7 +202,7 @@ var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime
|
||||
var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ 32));
|
||||
var UniPopup = function UniPopup() {
|
||||
__webpack_require__.e(/*! require.ensure | uni_modules/uni-popup/components/uni-popup/uni-popup */ "uni_modules/uni-popup/components/uni-popup/uni-popup").then((function () {
|
||||
return resolve(__webpack_require__(/*! @/uni_modules/uni-popup/components/uni-popup/uni-popup.vue */ 614));
|
||||
return resolve(__webpack_require__(/*! @/uni_modules/uni-popup/components/uni-popup/uni-popup.vue */ 622));
|
||||
}).bind(null, __webpack_require__)).catch(__webpack_require__.oe);
|
||||
};
|
||||
var NoData = function NoData() {
|
||||
@ -303,7 +303,7 @@ var _default = {
|
||||
handleGoDetail: function handleGoDetail(obj) {
|
||||
console.log("obj", obj);
|
||||
uni.navigateTo({
|
||||
url: "/pages/contact/addContact?id=".concat(obj.SUGGESTION_ID, "&addType=").concat(obj.WECHAT_OPENID)
|
||||
url: "/pages/contact/addContact?id=".concat(obj.SUGGESTION_ID, "&addType=").concat(obj.WECHAT_OPENID, "&serviceID=").concat(obj.SERVERPART_ID)
|
||||
});
|
||||
},
|
||||
// 回车查询调用的方法
|
||||
|
||||
@ -101,7 +101,7 @@ var components
|
||||
try {
|
||||
components = {
|
||||
uniRate: function () {
|
||||
return __webpack_require__.e(/*! import() | uni_modules/uni-rate/components/uni-rate/uni-rate */ "uni_modules/uni-rate/components/uni-rate/uni-rate").then(__webpack_require__.bind(null, /*! @/uni_modules/uni-rate/components/uni-rate/uni-rate.vue */ 607))
|
||||
return __webpack_require__.e(/*! import() | uni_modules/uni-rate/components/uni-rate/uni-rate */ "uni_modules/uni-rate/components/uni-rate/uni-rate").then(__webpack_require__.bind(null, /*! @/uni_modules/uni-rate/components/uni-rate/uni-rate.vue */ 615))
|
||||
},
|
||||
}
|
||||
} catch (e) {
|
||||
@ -125,61 +125,38 @@ var render = function () {
|
||||
var _vm = this
|
||||
var _h = _vm.$createElement
|
||||
var _c = _vm._self._c || _h
|
||||
var g0 = _vm.newActivityList && _vm.newActivityList.length > 0
|
||||
var g1 = g0 ? _vm.newActivityList.length : null
|
||||
var l0 = g0
|
||||
? _vm.__map(_vm.newActivityList, function (item, index) {
|
||||
var $orig = _vm.__get_orig(item)
|
||||
var g2 = item.START_TIME ? _vm.$utils.formatDate(item.START_TIME) : null
|
||||
var g3 = item.END_TIME ? _vm.$utils.formatDate(item.END_TIME) : null
|
||||
return {
|
||||
$orig: $orig,
|
||||
g2: g2,
|
||||
g3: g3,
|
||||
}
|
||||
})
|
||||
var g0 = false ? undefined : null
|
||||
var g1 = false ? undefined : null
|
||||
var l0 =
|
||||
false
|
||||
? undefined
|
||||
: null
|
||||
var g4 =
|
||||
false ? undefined : null
|
||||
var g5 = false
|
||||
? undefined
|
||||
: null
|
||||
var g4 = !g0 ? _vm.newActivityList && _vm.newActivityList.length > 0 : null
|
||||
var g5 = _vm.memberActivitiesList && _vm.memberActivitiesList.length > 0
|
||||
var g6 = g5 ? _vm.memberActivitiesList.length : null
|
||||
var l1 = g5
|
||||
? _vm.__map(_vm.memberActivitiesList, function (item, index) {
|
||||
var $orig = _vm.__get_orig(item)
|
||||
var g7 = item.ImageList && item.ImageList.length > 0
|
||||
var g8 = item.START_DATE ? _vm.$utils.formatDate(item.START_DATE) : null
|
||||
var g9 = item.END_DATE ? _vm.$utils.formatDate(item.END_DATE) : null
|
||||
return {
|
||||
$orig: $orig,
|
||||
g7: g7,
|
||||
g8: g8,
|
||||
g9: g9,
|
||||
}
|
||||
})
|
||||
: null
|
||||
var g10 = !g5
|
||||
? _vm.memberActivitiesList && _vm.memberActivitiesList.length > 0
|
||||
: null
|
||||
var g11 = _vm.onlineShoppingMallList && _vm.onlineShoppingMallList.length > 0
|
||||
var g12 = g11 ? _vm.onlineShoppingMallList.length : null
|
||||
var l2 = g11
|
||||
? _vm.__map(_vm.onlineShoppingMallList, function (item, index) {
|
||||
var $orig = _vm.__get_orig(item)
|
||||
var g13 = item.ImageList && item.ImageList.length > 0
|
||||
var g14 = item.START_DATE
|
||||
? _vm.$utils.formatDate(item.START_DATE)
|
||||
: null
|
||||
var g15 = item.END_DATE ? _vm.$utils.formatDate(item.END_DATE) : null
|
||||
return {
|
||||
$orig: $orig,
|
||||
g13: g13,
|
||||
g14: g14,
|
||||
g15: g15,
|
||||
}
|
||||
})
|
||||
: null
|
||||
var g16 = !g11
|
||||
? _vm.onlineShoppingMallList && _vm.onlineShoppingMallList.length > 0
|
||||
var g6 = false ? undefined : null
|
||||
var l1 =
|
||||
false
|
||||
? undefined
|
||||
: null
|
||||
var g10 =
|
||||
false
|
||||
? undefined
|
||||
: null
|
||||
var g11 = false
|
||||
? undefined
|
||||
: null
|
||||
var g12 = false ? undefined : null
|
||||
var l2 =
|
||||
false
|
||||
? undefined
|
||||
: null
|
||||
var g16 =
|
||||
false
|
||||
? undefined
|
||||
: null
|
||||
var g17 = false ? undefined : null
|
||||
var l4 = false
|
||||
? undefined
|
||||
@ -277,12 +254,12 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (O
|
||||
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
||||
var UniPopup = function UniPopup() {
|
||||
__webpack_require__.e(/*! require.ensure | uni_modules/uni-popup/components/uni-popup/uni-popup */ "uni_modules/uni-popup/components/uni-popup/uni-popup").then((function () {
|
||||
return resolve(__webpack_require__(/*! @/uni_modules/uni-popup/components/uni-popup/uni-popup.vue */ 614));
|
||||
return resolve(__webpack_require__(/*! @/uni_modules/uni-popup/components/uni-popup/uni-popup.vue */ 622));
|
||||
}).bind(null, __webpack_require__)).catch(__webpack_require__.oe);
|
||||
};
|
||||
var currentService = function currentService() {
|
||||
__webpack_require__.e(/*! require.ensure | components/currentService */ "components/currentService").then((function () {
|
||||
return resolve(__webpack_require__(/*! @/components/currentService.vue */ 621));
|
||||
return resolve(__webpack_require__(/*! @/components/currentService.vue */ 629));
|
||||
}).bind(null, __webpack_require__)).catch(__webpack_require__.oe);
|
||||
};
|
||||
var noData = function noData() {
|
||||
@ -292,7 +269,7 @@ var noData = function noData() {
|
||||
};
|
||||
var tabbar = function tabbar() {
|
||||
__webpack_require__.e(/*! require.ensure | components/tabbar */ "components/tabbar").then((function () {
|
||||
return resolve(__webpack_require__(/*! ../../components/tabbar.vue */ 593));
|
||||
return resolve(__webpack_require__(/*! ../../components/tabbar.vue */ 601));
|
||||
}).bind(null, __webpack_require__)).catch(__webpack_require__.oe);
|
||||
};
|
||||
var _default = {
|
||||
@ -417,10 +394,23 @@ var _default = {
|
||||
// 折扣优惠
|
||||
memberActivitiesList: [],
|
||||
// 会员活动
|
||||
onlineShoppingMallList: [] // 线上商城
|
||||
onlineShoppingMallList: [],
|
||||
// 线上商城
|
||||
tabList: [{
|
||||
label: "折扣优惠",
|
||||
value: 1
|
||||
}, {
|
||||
label: "会员活动",
|
||||
value: 2
|
||||
}, {
|
||||
label: "线上商城",
|
||||
value: 3
|
||||
}],
|
||||
// 新的tab内容
|
||||
selectTab: 1,
|
||||
loginType: ""
|
||||
};
|
||||
},
|
||||
|
||||
computed: _objectSpread({}, (0, _vuex.mapGetters)({
|
||||
user: "user",
|
||||
canIuse: "canIuse",
|
||||
@ -515,6 +505,10 @@ var _default = {
|
||||
setprovinceCode: "setprovinceCode",
|
||||
setSeverList: "severList"
|
||||
})), {}, {
|
||||
// 切换tab触发的方法
|
||||
handleChangeTab: function handleChangeTab(value) {
|
||||
this.selectTab = value;
|
||||
},
|
||||
// 拿到会员活动的数据
|
||||
handleGetMemberData: function handleGetMemberData() {
|
||||
var _this2 = this;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -3,7 +3,6 @@
|
||||
background-color: #fff;
|
||||
box-sizing: border-box;
|
||||
padding: 0 32rpx;
|
||||
padding-bottom: calc(90rpx + env(safe-area-inset-bottom));
|
||||
}
|
||||
.main .top.data-v-5ed2f26c {
|
||||
width: 100%;
|
||||
@ -55,6 +54,83 @@
|
||||
height: 24rpx;
|
||||
margin-left: 8rpx;
|
||||
}
|
||||
.main .newTab.data-v-5ed2f26c {
|
||||
width: 100%;
|
||||
height: 58rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: 28rpx;
|
||||
border-bottom: 2rpx solid #f5f6f7;
|
||||
}
|
||||
.main .newTab .tabItem.data-v-5ed2f26c {
|
||||
width: calc(100% / 3);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-family: "PingFangSC";
|
||||
font-weight: 400;
|
||||
font-size: 30rpx;
|
||||
color: #716f69;
|
||||
line-height: 42rpx;
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
padding-bottom: 16rpx;
|
||||
}
|
||||
.main .newTab .selectTab.data-v-5ed2f26c {
|
||||
color: #130f05;
|
||||
position: relative;
|
||||
}
|
||||
.main .newTab .selectTab.data-v-5ed2f26c::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
-webkit-transform: translateX(-50%);
|
||||
transform: translateX(-50%);
|
||||
width: 2rem;
|
||||
height: 4rpx;
|
||||
background: #ba922f;
|
||||
}
|
||||
.main .newContent.data-v-5ed2f26c {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
padding-top: 24rpx;
|
||||
}
|
||||
.main .newContent .content .contentItem.data-v-5ed2f26c {
|
||||
width: 686rpx;
|
||||
height: 272rpx;
|
||||
border-radius: 16rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
.main .newContent .content .contentItem .contentImg.data-v-5ed2f26c {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.main .todayRecommendation.data-v-5ed2f26c {
|
||||
width: 100%;
|
||||
margin-top: 48rpx;
|
||||
}
|
||||
.main .todayRecommendation .todayTitle.data-v-5ed2f26c {
|
||||
font-family: "PingFangSC";
|
||||
font-weight: 400;
|
||||
font-size: 30rpx;
|
||||
color: #130f05;
|
||||
line-height: 36rpx;
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
margin-bottom: 16rpx;
|
||||
}
|
||||
.main .todayRecommendation .todayItem.data-v-5ed2f26c {
|
||||
width: 100%;
|
||||
height: 272rpx;
|
||||
border-radius: 16rpx;
|
||||
overflow: hidden;
|
||||
margin-bottom: 24rpx;
|
||||
}
|
||||
.main .todayRecommendation .todayItem .todayImg.data-v-5ed2f26c {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.main .selectService .currentServiceBox.data-v-5ed2f26c {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
29
unpackage/dist/dev/mp-weixin/pages/home/index.js
vendored
29
unpackage/dist/dev/mp-weixin/pages/home/index.js
vendored
@ -168,12 +168,12 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (O
|
||||
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
||||
var tabbar = function tabbar() {
|
||||
__webpack_require__.e(/*! require.ensure | components/tabbar */ "components/tabbar").then((function () {
|
||||
return resolve(__webpack_require__(/*! ../../components/tabbar.vue */ 593));
|
||||
return resolve(__webpack_require__(/*! ../../components/tabbar.vue */ 601));
|
||||
}).bind(null, __webpack_require__)).catch(__webpack_require__.oe);
|
||||
};
|
||||
var ChargeBox = function ChargeBox() {
|
||||
__webpack_require__.e(/*! require.ensure | components/chargeBox */ "components/chargeBox").then((function () {
|
||||
return resolve(__webpack_require__(/*! ../../components/chargeBox.vue */ 600));
|
||||
return resolve(__webpack_require__(/*! ../../components/chargeBox.vue */ 608));
|
||||
}).bind(null, __webpack_require__)).catch(__webpack_require__.oe);
|
||||
};
|
||||
var _default = {
|
||||
@ -185,7 +185,11 @@ var _default = {
|
||||
return {
|
||||
statusBarHeight: {},
|
||||
menu: {},
|
||||
bannerList: ["https://eshangtech.com/ShopICO/yifu/banner/banner1.png", "https://eshangtech.com/ShopICO/yifu/banner/banner2.png", "https://eshangtech.com/ShopICO/yifu/banner/banner3.png"],
|
||||
bannerList: [
|
||||
// "https://eshangtech.com/ShopICO/yifu/banner/banner1.png",
|
||||
// "https://eshangtech.com/ShopICO/yifu/banner/banner2.png",
|
||||
// "https://eshangtech.com/ShopICO/yifu/banner/banner3.png",
|
||||
"https://eshangtech.com/wanmeiyizhanImg/home/activityNo1.png", "https://eshangtech.com/wanmeiyizhanImg/home/activityNo2.png", "https://eshangtech.com/wanmeiyizhanImg/home/activityNo3.png"],
|
||||
// 轮播框内容
|
||||
currentBan: 1,
|
||||
// 当前的轮播框 显示内容
|
||||
@ -391,13 +395,11 @@ var _default = {
|
||||
while (1) {
|
||||
switch (_context3.prev = _context3.next) {
|
||||
case 0:
|
||||
// uni.hideTabBar({
|
||||
// animation: false,
|
||||
// });
|
||||
|
||||
uni.$emit("updateTabBar", {
|
||||
show: false
|
||||
uni.hideTabBar({
|
||||
animation: false
|
||||
});
|
||||
|
||||
// uni.$emit("updateTabBar", { show: false });
|
||||
systemInfo = uni.getSystemInfoSync();
|
||||
type = uni.getStorageSync("loginType");
|
||||
if (type === "min") {
|
||||
@ -1145,6 +1147,10 @@ var _default = {
|
||||
uni.navigateTo({
|
||||
url: "/pages/contact/index"
|
||||
});
|
||||
} else if (value === 9) {
|
||||
uni.navigateTo({
|
||||
url: "/pages/clickRescue/carMaintenance"
|
||||
});
|
||||
}
|
||||
},
|
||||
// 判断是跳转到登录 还是 用户信息
|
||||
@ -1184,6 +1190,11 @@ var _default = {
|
||||
// this[name] = e.mp.detail.current;
|
||||
this.currentBan = e.mp.detail.current;
|
||||
},
|
||||
handleGoDiscovery: function handleGoDiscovery() {
|
||||
uni.switchTab({
|
||||
url: "/pages/discovery/index"
|
||||
});
|
||||
},
|
||||
// 预约点餐 跳转的是一个列表页面 里面的内容只有可以预约点餐的门店
|
||||
handleGoReservation: function handleGoReservation() {
|
||||
// uni.switchTab({
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -147,6 +147,7 @@
|
||||
}
|
||||
.main .newCarousel.data-v-71e217db {
|
||||
width: calc(100% - 64rpx);
|
||||
height: 330rpx;
|
||||
margin-left: 32rpx;
|
||||
border-radius: 16rpx;
|
||||
overflow: hidden;
|
||||
@ -157,6 +158,7 @@
|
||||
}
|
||||
.main .newCarousel .banner .swiperImg.data-v-71e217db {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.main .content.data-v-71e217db {
|
||||
width: 100%;
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user