Commit e00a557f by crushh

update: dist

parents 24265d1f c6796f27
This source diff could not be displayed because it is too large. You can view the blob instead.
<!doctype html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="stylesheet" href="./static/css/iconfont.css"><link rel="stylesheet" href="./static/css/common.css"><link rel="shortcut icon" type="image/x-icon" href="./static/img/favicon.ico"><title></title><script defer="defer" src="/integral-mall/js/main.717e9c2a6bc72c6ffbe0.js"></script><link href="/integral-mall/css/main.374fe7fccf568424c293.css" rel="stylesheet"></head><body><div id="app"><div class="el-loading-spinner" style="width: 98%;"><svg viewBox="25 25 50 50" class="circular"><circle cx="50" cy="50" r="20" fill="none" class="path"></circle></svg></div></div><script>(function() {
<!doctype html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="stylesheet" href="./static/css/iconfont.css"><link rel="stylesheet" href="./static/css/common.css"><link rel="shortcut icon" type="image/x-icon" href="./static/img/favicon.ico"><title></title><script defer="defer" src="/integral-mall/js/main.17bd55d5286a5d8d5ec3.js"></script><link href="/integral-mall/css/main.7103805b648c53151efd.css" rel="stylesheet"></head><body><div id="app"><div class="el-loading-spinner" style="width: 98%;"><svg viewBox="25 25 50 50" class="circular"><circle cx="50" cy="50" r="20" fill="none" class="path"></circle></svg></div></div><script>(function() {
var src = '/component/static/import-component.js?timestrap=' + new Date().getTime();
var host = window.location.host;
host = host.indexOf('localhost') > -1 || host.indexOf('192.168') > -1 ? 'gicdev.demogic.com' : host;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -314,5 +314,11 @@ font-size: 14px;
}
}
}
.store-tip {
font-size: 13px;
color: #909399;
position: absolute;
left: 430px;
top: 95px;
}
</style>
......@@ -1023,8 +1023,8 @@ export default {
const type = Number(showStore);
this.visibleData.sendChildData.storeType = type; // :0所有 1门店分组 2部分门店
if (type == 1) {
const arr = storeGroupIds.split(',');
this.visibleData.sendChildData.storeGroupIds = arr.join(',');
const arr = storeGroupIds && storeGroupIds.split(',');
this.visibleData.sendChildData.storeGroupIds = arr && arr.join(',');
} else if (type == 2) {
this.visibleData.sendChildData.storeIds = storeInfo;
}
......@@ -1638,21 +1638,6 @@ export default {
.section-tip-content .el-form-item__label {
text-align: left !important;
}
.store-tip {
font-size: 13px;
color: #909399;
position: absolute;
left: 430px;
top: 0px;
}
.tips {
font-size: 12px;
color: rgb(144, 147, 153);
margin-left: 10px;
display: inline-block;
vertical-align: middle;
line-height: 32px;
}
/* 人群筛选器
.gic-people--button {
background: #f2f3f4;
......
<!-- 已经废弃的老详情页,保险起见,未删除-->
<template>
<div class="mall-section-container">
<div class="mall-content-section">
......
......@@ -1535,8 +1535,8 @@ export default {
const type = Number(showStore);
this.visibleData.sendChildData.storeType = type; // :0所有 1门店分组 2部分门店
if (type == 1) {
const arr = storeGroupIds.split(',');
this.visibleData.sendChildData.storeGroupIds = arr.join(',');
const arr = storeGroupIds && storeGroupIds.split(',');
this.visibleData.sendChildData.storeGroupIds = arr && arr.join(',');
} else if (type == 2) {
this.visibleData.sendChildData.storeIds = storeInfo;
}
......@@ -2659,13 +2659,7 @@ export default {
.section-tip-content .el-form-item__label {
text-align: left !important;
}
.store-tip {
font-size: 13px;
color: #909399;
position: absolute;
left: 430px;
top: 80px;
}
.tips {
font-size: 12px;
color: rgb(144, 147, 153);
......@@ -2679,11 +2673,7 @@ export default {
background: #f2f3f4;
padding: 0 0 20px 124px;
} */
.store-tips {
width: 200px;
position: absolute;
left: -10px;
}
.card-style.el-tabs--border-card {
box-shadow: none !important;
}
......
<!-- 废弃 -->
<!-- 已经废弃的老详情页,保险起见,未删除-->
<template>
<div class="mall-section-container">
<div class="mall-content-section">
......@@ -3000,7 +3000,7 @@ export default {
color: #909399;
position: absolute;
left: 430px;
top: 0px;
top: 95px;
}
.tips {
font-size: 12px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment