mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 22:43:25 +08:00
# 2022-03-16
### 1.4.0 开源社区版: 【优化】首页标题默认设置为空,防止数据加载缓慢导致显示空的情况。#I4XM14 ### 0.2.9 专业版: 【升级】升级uniapp前端框架到UView2.0.29版本。修复一些组件的细节bug,详情查询uviewui更新文档。 【优化】首页标题默认设置为空,防止数据加载缓慢导致显示空的情况。#I4XM14 【修复】修复BaseRepository中有SqlWith.NoLock使用Where错误的BUG。#I4XKFW 【修复】修复商品详情轮播图点击无法预览的问题。 【修复】自定义交易组件,在目录审核通过后,极端情况下会出现还需要“商品资质图片”的bug。 【新增】后台页面设计界面,增加常用前端的pages链接地址地址,方便进行复制使用。 【新增】普通商品详情,服务商品详情,拼团商品详情,秒杀商品详情,团购商品详情增加点击客服聊天,发送商品卡片功能,客服能直接接收到客户浏览的详情页面信息。 【新增】后台商城设置里面的“页面设计”功能页面,新增一个自定义页面的url 地址,便于复制引用如小程序中。#I4VZ6D 【修复】修复后台管理,编辑分销用户须知,分销协议,提交到代理方法的问题。#I4W5YL 【升级】升级后端打印组件版本。解决旧版本过低,导致新版本浏览器安装后无法调用的问题。#I4XDKC 【修复】修复mysql数据库有几个表存在主键未设置自增的问题,并发布完成版本。#I4XCT0 【升级】mysql数据库增加日历签到四个表。
This commit is contained in:
@@ -235,7 +235,7 @@ template {
|
||||
}
|
||||
.edit-body {
|
||||
height: auto;
|
||||
width: calc(100% - 700px);
|
||||
width: calc(100% - 700px - 300px);
|
||||
}
|
||||
.center-container {
|
||||
width: 375px;
|
||||
@@ -318,6 +318,17 @@ template {
|
||||
padding: 0;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.urlBox {
|
||||
width: 300px;
|
||||
border: 1px solid #e9e9e9;
|
||||
box-shadow: 0 3px 10px #dcdcdc;
|
||||
position: relative;
|
||||
padding: 10px;
|
||||
}
|
||||
.urlBox p {
|
||||
font-size: 12px;
|
||||
word-break: break-all;
|
||||
}
|
||||
.recycle {
|
||||
position: absolute;
|
||||
top: 43px;
|
||||
|
||||
@@ -53,7 +53,7 @@ template { display: none; }
|
||||
::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #bdbdbd; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
|
||||
.twolist-hidden { display: -webkit-box; word-break: break-all; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
|
||||
.form-edit-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; min-width: 1200px; background: #fff; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
|
||||
.edit-body { height: auto; width: calc(100% - 700px); }
|
||||
.edit-body { height: auto; width: calc(100% - 700px - 300px); }
|
||||
.center-container { width: 375px; height: 806px; border: 1px solid #e9e9e9; box-shadow: 0 3px 10px #dcdcdc; position: relative;
|
||||
.model-title { height: 88px; width: 100%; position: relative;
|
||||
img { width: 100%; height: 100%; }
|
||||
@@ -76,6 +76,9 @@ template { display: none; }
|
||||
}
|
||||
}
|
||||
}
|
||||
.urlBox { width: 300px; border: 1px solid #e9e9e9; box-shadow: 0 3px 10px #dcdcdc; position: relative; padding: 10px;
|
||||
p { font-size: 12px; word-break: break-all; }
|
||||
}
|
||||
.recycle { position: absolute; top: 43px; right: 26px;
|
||||
ul { position: relative;
|
||||
li {
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -427,7 +427,7 @@
|
||||
}
|
||||
|
||||
console.log(postData);
|
||||
coreHelper.Post("Api/CoreCmsAgentSetting/DoSave", { entity: postData }, function (e) {
|
||||
coreHelper.Post("Api/CoreCmsDistributionSetting/DoSave", { entity: postData }, function (e) {
|
||||
if (debug) { console.log(e); } //开启调试返回数据
|
||||
layer.msg(e.msg);
|
||||
});
|
||||
|
||||
@@ -124,6 +124,33 @@
|
||||
<div class="edit-body">
|
||||
<layout-config ref="config"></layout-config>
|
||||
</div>
|
||||
<div class="urlBox">
|
||||
<h4>常用前端地址:</h4>
|
||||
<p>前端首页:/pages/index/default/default</p>
|
||||
<p>购 物 车:/pages/index/cart/cart</p>
|
||||
<p>会员中心:pages/index/member/member</p>
|
||||
<p>搜索中心:/pages/search/search</p>
|
||||
<p>分类首页:/pages/category/index/index</p>
|
||||
<p>分类列表:/pages/category/list/list?id=分类序列</p>
|
||||
<p>商品详情:/pages/goods/goodDetails/goodDetails?id=商品序列</p>
|
||||
<p>门店列表:/pages/storeMap/storeMap</p>
|
||||
<p>文章列表:/pages/article/list/list</p>
|
||||
<p>文章详情:/pages/article/details/details?id=文章序列</p>
|
||||
<p>万能表单:/pages/form/details/details?id=表单序列</p>
|
||||
<p>服务商品列表:/pages/serviceGoods/index/index</p>
|
||||
<p>服务商品详情:/pages/serviceGoods/details/details?id=商品序列</p>
|
||||
<p>优惠券列表:/pages/coupon/coupon</p>
|
||||
<p>打赏:/pages/reward/reward</p>
|
||||
<p>拼团列表:/pages/activity/pinTuan/list/list</p>
|
||||
<p>拼团详情:/pages/activity/pinTuan/pinTuanDetails/pinTuanDetails?id=拼团序列</p>
|
||||
<p>秒杀列表:/pages/activity/seckill/list/list</p>
|
||||
<p>秒杀详情:/pages/activity/seckill/seckillDetails/seckillDetails?id=秒杀序列</p>
|
||||
<p>团购列表:/pages/activity/groupBuying/list/list</p>
|
||||
<p>团购详情:/pages/activity/groupBuying/groupBuyingDetails/groupBuyingDetails?id=团购序列</p>
|
||||
<p>接龙列表:/pages/activity/solitaire/list/list</p>
|
||||
<p>接龙详情:/pages/activity/solitaire/solitaireDetails/solitaireDetails?id=接龙序列</p>
|
||||
<p>日历签到:/pages/activity/checkIn/checkIn/checkIn</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -179,7 +206,7 @@
|
||||
<div class="goods-tab-head">
|
||||
<div v-for="(goods,key) in item.value.list" :key="key">{{goods.title}}</div>
|
||||
</div>
|
||||
<div v-for="(goods,key) in item.value.list" :key="key" v-show="key==0">
|
||||
<div v-for="(goods,key) in item.value.list" :key="key" v-show="key==0">
|
||||
<div class="goods-item" :class="'column'+goods.column" v-for="(goodsitem,itemkey) in goods.list" :key="itemkey">
|
||||
<div class="goods-image">
|
||||
<img :src="goodsitem.image" alt="">
|
||||
@@ -540,12 +567,19 @@
|
||||
<el-form-item label="商品组名称">
|
||||
<input type="text" v-model="selectWg.value.title" class="selectLinkVal">
|
||||
</el-form-item>
|
||||
<el-form-item label="显示商品组名称">
|
||||
<el-radio-group v-model="selectWg.value.lookTitle">
|
||||
<el-radio label="true">是</el-radio>
|
||||
<el-radio label="false">否</el-radio>
|
||||
</el-radio-group>
|
||||
</el-form-item>
|
||||
<el-form-item label="是否查看更多">
|
||||
<el-radio-group v-model="selectWg.value.lookMore">
|
||||
<el-radio label="true">是</el-radio>
|
||||
<el-radio label="false">否</el-radio>
|
||||
</el-radio-group>
|
||||
</el-form-item>
|
||||
|
||||
<div class="pl25">
|
||||
<p class="layout-tip">
|
||||
商品数据请到 商品管理 - <a href="javascript:;" lay-href="/good/goods/">商品列表</a> 中管理
|
||||
|
||||
@@ -81,7 +81,11 @@
|
||||
{ field: 'code', title: '可视化区域编码', sort: false, width: 205 },
|
||||
{ field: 'name', title: '可编辑区域名称', sort: false, width: 205 },
|
||||
{ field: 'description', title: '描述', sort: false },
|
||||
//{ field: 'layout', title: '布局样式编码,1,手机端', sort: false, width: 105 },
|
||||
{
|
||||
field: 'code', title: '前端目录', sort: false, templet: function (data) {
|
||||
return "/pages/index/custom/custom?pageCode=" + data.code;
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'type', title: '是否默认', sort: false, width: 105, templet: function (data) {
|
||||
if (data.type == 1) {
|
||||
|
||||
Reference in New Issue
Block a user