5499 lines
650 KiB
HTML
5499 lines
650 KiB
HTML
<!DOCTYPE html
|
||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v-bind="http://www.w3.org/1999/xhtml">
|
||
<head>
|
||
<meta charset="utf-8"/>
|
||
<title>移动端装修</title>
|
||
<script type="text/javascript">
|
||
window.SYS = {};
|
||
SYS.CONFIG = {
|
||
index_url: "https://mall.gpxscs.cn/api", // 预览保存地址
|
||
static_url: "https://mall.gpxscs.cn/api/shop/static/"
|
||
};
|
||
|
||
SYS.URL = {upload: "https://mall.gpxscs.cn/mobile/admin/oss/upload"};
|
||
|
||
var SYSTEM = SYSTEM || {};
|
||
SYSTEM.skin = 'green';
|
||
var authorization = "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdG9yZV9pZCI6bnVsbCwiY2hhaW5faWQiOm51bGwsInVzZXJfbmFtZSI6ImFkbWluIiwiYXV0aG9yaXRpZXMiOlsiMV_ns7vnu5_nrqHnkIblkZgiXSwiY2xpZW50X2lkIjoiYWRtaW4tYXBwIiwicm9sZV9pZCI6OSwic2NvcGUiOlsiYWxsIl0sInNpdGVfaWQiOjAsInVzZXJfbmlja25hbWUiOiLns7vnu5_nrqHnkIblkZgiLCJ1c2VyX2FjY291bnQiOiJhZG1pbiIsImlkIjoxMDAwMSwiZXhwIjoxNzYyODQwMTUyLCJqdGkiOiJhZTZhNDI3Mi1kMzcyLTRjYTktYTVjNC1iMTQ0N2Y5Zjc4MTAifQ.YMx84RgGve-BbAPOGI8qRFk4DaS33PInxBjTdfOwxRkEhaCqOcIWm28o6De6QF_ktVNJXmTQEw1iQNgyrOVSmzOtgqbS7dP9S79_UYZpXwdH_6Wwn2BhAjdmiPz7_h-Qq1HgQTtmDoJk4aLhV0WiAMB7tnX0IvcWYsIox8bV8TA"
|
||
</script>
|
||
|
||
<link rel="stylesheet" href="https://mall.gpxscs.cn/api/shop/static/diy/css/diy.css?v=1.0.2">
|
||
</head>
|
||
<body>
|
||
|
||
|
||
<!--网站内容start -->
|
||
<div class="index_content">
|
||
<!--右边navstart -->
|
||
<div class="index_right">
|
||
<div class="m-diy-container" id="app" v-cloak>
|
||
<div class="header" style="display: none">
|
||
<div class="header_left" style="display: none">
|
||
<ul>
|
||
<li v-on:click="exit">
|
||
<i class="iconfont icon-xia"></i>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<div class="header_right">
|
||
<ul>
|
||
<li v-on:click="Release">
|
||
<i class="iconfont icon-baocun-copy-copy"></i>
|
||
<h1>保存</h1>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<div class="header_center">
|
||
综合电商
|
||
</div>
|
||
<div class="header_right" style="display: none;">
|
||
<ul>
|
||
<li v-on:click="DownloadCode">
|
||
<i class="iconfont icon-xiazai"></i>
|
||
<h1>下载代码</h1>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div class="m_left">
|
||
<vue-scroll :ops="ops">
|
||
<div class="nav-tabs component-tabs">
|
||
<div class="nav-tabs-item" data-component="true"
|
||
v-bind:class="{active:componenttabNum==2}" data-tabNum="2" v-on:click="selectTab">
|
||
<label data-component="true" data-tabNum="2">页面管理</label>
|
||
</div>
|
||
<div class="nav-tabs-item" data-component="true"
|
||
v-bind:class="{active:componenttabNum==1}" data-tabNum="1" v-on:click="selectTab">
|
||
<label data-component="true" data-tabNum="1">组件库</label>
|
||
</div>
|
||
</div>
|
||
<div class="weui-grids pageList" v-if="componenttabNum==2">
|
||
<div class="sub-content left-sub-content">
|
||
<div class="expand_menu_box" v-for="(item,index) in pageList">
|
||
<div class="sub-level-title" :editId="item.Id" v-on:click.stop="editPage">
|
||
{{(index+1)}}. {{item.PageTitle?item.PageTitle:'第'+(index+1)+'项'}}
|
||
<span class="isHome"><i class="iconfont icon-shouye"
|
||
v-if="item.IsHome"></i></span>
|
||
<span class="isHome"><i class="iconfont icon-pengyouquan"
|
||
v-if="item.IsSns"></i></span>
|
||
<span class="isHome"><i class="iconfont icon-jifen"
|
||
v-if="item.IsPoint">积分</i></span>
|
||
<i class="iconfont icon-moreunfold"></i>
|
||
<i class="iconfont icon-icon-del-copy" :delId="item.Id"
|
||
v-on:click.stop="removePage"></i>
|
||
<i class="iconfont icon-zhengzaijieru" :editId="item.Id"
|
||
:style="{display:(editPageId!=item.Id?'none':'')}"
|
||
style="font-size: 14px;"><label style="font-size: 12px;"
|
||
:editId="item.Id">编辑中...</label></i>
|
||
|
||
<!--
|
||
<span class="IsRelease" :editId="item.Id" v-if="item.IsRelease"><i
|
||
:editId="item.Id" class="iconfont icon-yifabu"></i></span>
|
||
<span class="IsRelease noRelease" :editId="item.Id"
|
||
v-if="!item.IsRelease"><i :editId="item.Id"
|
||
class="iconfont icon-unpublished"></i></span>-->
|
||
</div>
|
||
<div class="expand_menu_content hidebox left-expand_menu_content"
|
||
:style="{display:(editPageId!=item.Id?'none':'block')}">
|
||
<div class="sub-level1 box_border">
|
||
<div class="inputicon inputBox" style="min-width:20px;">首页</div>
|
||
<div class="inputicon inputBox" style="margin-right: 5px;">
|
||
<input class="weui-switch" type="checkbox" v-model="item.IsHome"
|
||
:HometPageId="item.Id" v-on:change="setHomePage"/>
|
||
</div>
|
||
|
||
|
||
<div class="inputicon inputBox" style="min-width:20px;">社区</div>
|
||
<div class="inputicon inputBox" style="margin-right: 5px;"><input
|
||
class="weui-switch" type="checkbox" v-model="item.IsSns"
|
||
:SnsPageId="item.Id" v-on:change="setSnsPage"/></div>
|
||
|
||
<div class="inputicon inputBox" style="min-width:20px;">B端首页</div>
|
||
<div class="inputicon inputBox" style="margin-right: 5px;"><input
|
||
class="weui-switch" type="checkbox" v-model="item.StoreIndex"
|
||
:StoreIndexId="item.Id" v-on:change="setStoreIndex"/></div>
|
||
|
||
<div class="inputicon inputBox" style="min-width:20px;" v-if="false">资讯</div>
|
||
<div class="inputicon inputBox" style="margin-right: 5px;" v-if="false"><input
|
||
class="weui-switch" type="checkbox" v-model="item.IsArticle"
|
||
:PointPageId="item.Id" :data-page-id="item.Id"
|
||
data-page-type="IsArticle" v-on:change="setDefaultPage"/></div>
|
||
|
||
<div class="inputicon inputBox" style="min-width:20px;" v-if="false">积分</div>
|
||
<div class="inputicon inputBox" style="margin-right: 5px;" v-if="false"><input
|
||
class="weui-switch" type="checkbox" v-model="item.IsPoint"
|
||
:PointPageId="item.Id" :data-page-id="item.Id"
|
||
data-page-type="IsPoint" v-on:change="setDefaultPage"/></div>
|
||
|
||
<!--
|
||
<div class="inputicon inputBox" style="min-width:20px;">VIP </div>
|
||
<div class="inputicon inputBox"><input class="weui-switch" type="checkbox" v-model="item.IsUpgrade"
|
||
:PointPageId="item.Id" :data-page-id="item.Id"
|
||
data-page-type="IsUpgrade" v-on:change="setDefaultPage"/></div>
|
||
|
||
|
||
<div class="inputicon inputBox" style="min-width:20px;">中心 </div>
|
||
<div class="inputicon inputBox"><input class="weui-switch" type="checkbox" v-model="item.IsLikeYou"
|
||
:IsLikeYouPageId="item.Id" :data-page-id="item.Id" data-page-type="IsLikeYou" v-on:change="setDefaultPage"/></div>-->
|
||
|
||
</div>
|
||
|
||
<!--
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
社区首页
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox" v-model="item.IsSns"
|
||
:SnsPageId="item.Id" v-on:change="setSnsPage"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
资讯首页
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox" v-model="item.IsArticle"
|
||
:PointPageId="item.Id" :data-page-id="item.Id"
|
||
data-page-type="IsArticle" v-on:change="setDefaultPage"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
积分首页
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox" v-model="item.IsPoint"
|
||
:PointPageId="item.Id" :data-page-id="item.Id"
|
||
data-page-type="IsPoint" v-on:change="setDefaultPage"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
VIP首页
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox" v-model="item.IsUpgrade"
|
||
:PointPageId="item.Id" :data-page-id="item.Id"
|
||
data-page-type="IsUpgrade" v-on:change="setDefaultPage"/>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
用户中心
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox" v-model="item.IsLikeYou"
|
||
:IsLikeYouPageId="item.Id" :data-page-id="item.Id" data-page-type="IsLikeYou" v-on:change="setDefaultPage"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
限时秒杀
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox" v-model="item.SecondKill"
|
||
:SecondKillPageId="item.Id" :data-page-id="item.Id"
|
||
data-page-type="SecondKill" v-on:change="setDefaultPage"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
零元购区
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox" v-model="item.ZeroBuy"
|
||
:ZeroBuyId="item.Id" :data-page-id="item.Id" data-page-type="ZeroBuy" v-on:change="setDefaultPage"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
高额返区
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox" v-model="item.HighArea"
|
||
:HighAreaPageId="item.Id" :data-page-id="item.Id" data-page-type="HighArea" v-on:change="setDefaultPage"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
每日好店
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox" v-model="item.EveryDay"
|
||
:EveryDayPageId="item.Id" :data-page-id="item.Id" data-page-type="EveryDay" v-on:change="setDefaultPage"/>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
天天秒淘
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox" v-model="item.SecondDay"
|
||
:SecondDayPageId="item.Id" :data-page-id="item.Id" data-page-type="SecondDay" v-on:change="setDefaultPage"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
土特产
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox" v-model="item.Rura"
|
||
:RuraPageId="item.Id" :data-page-id="item.Id" data-page-type="Rura" v-on:change="setDefaultPage"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
用户页banner
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox" v-model="item.Likeyou"
|
||
:LikeyouPageId="item.Id" :data-page-id="item.Id" data-page-type="Likeyou" v-on:change="setDefaultPage"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
兑换专区
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox" v-model="item.Exchange"
|
||
:LikeyouPageId="item.Id" :data-page-id="item.Id" data-page-type="Exchange" v-on:change="setDefaultPage"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
新品首发
|
||
</div>
|
||
<div class="inputicon">
|
||
|
||
<input class="weui-switch" type="checkbox" v-model="item.New"
|
||
:LikeyouPageId="item.Id" :data-page-id="item.Id" data-page-type="New" v-on:change="setDefaultPage"/>
|
||
</div>
|
||
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
新人福利专享
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox" v-model="item.Newperson"
|
||
:NewpersonPageId="item.Id" :data-page-id="item.Id" data-page-type="Newperson" v-on:change="setDefaultPage"/>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否发布
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.IsRelease"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="inputBox">
|
||
页面编号 <input maxlength="20" type="text" v-model="item.Id"
|
||
style="background-color: #e7e6e6" placeholder="请输入页面编号" readonly/>
|
||
</div>
|
||
</div>
|
||
-->
|
||
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
页面标题
|
||
</div>
|
||
<div class="inputBox">
|
||
<input maxlength="20" type="text" v-model="item.PageTitle"
|
||
placeholder="请输入页面标题" style="width:100px;"/> 编号 <input
|
||
maxlength="20" type="text" v-model="item.Id"
|
||
style="background-color: #e7e6e6;width:83px;"
|
||
placeholder="请输入页面编号" readonly/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
分享标题
|
||
</div>
|
||
<div class="inputBox">
|
||
<input maxlength="30" type="text" v-model="item.ShareTitle"
|
||
placeholder="请输入页面分享标题" style="width:227px;"/>
|
||
</div>
|
||
</div>
|
||
<!--图片 start-->
|
||
<div class="sub-level1 box_border share-image">
|
||
<div class="sub-label">
|
||
分享图片
|
||
</div>
|
||
<div class="inputbox">
|
||
<div class="shear_box">
|
||
<div class="shear_logo" v-if="false">
|
||
<i class="iconfont icon-xiaochengxu1"></i>
|
||
</div>
|
||
<div class="shear_ct" v-if="false">
|
||
小程序
|
||
</div>
|
||
<div class="shear_tip" v-if="false">
|
||
{{item.ShareTitle || '请输入分享的标题'}}
|
||
</div>
|
||
<div class="shear_img">
|
||
<span v-if="isUploadImage">
|
||
<input type="file" name="upfile" :id="'File'+item.Id"
|
||
v-on:change="uploadImage" :fileId="item.Id"
|
||
:imgSize="800" :uptype="1"/>
|
||
</span>
|
||
<img :src="item.ShareImg || 'https://mall.gpxscs.cn/api/shop/static/diy/img/266x212.png' "
|
||
:imgId="item.Id" :uptype="1"/>
|
||
</div>
|
||
<div class="shear_bottom" v-if="false">
|
||
<i class="iconfont icon-xiaochengxu"></i>小程序
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--图片 start-->
|
||
</div>
|
||
</div>
|
||
<div class="expand_menu_box">
|
||
<div class="sub-level-title" :editId="PersonalCenter.Id"
|
||
v-on:click.stop="editPage">
|
||
用户中心 <i class="iconfont icon-moreunfold"></i>
|
||
<i class="iconfont icon-zhengzaijieru" :editId="PersonalCenter.Id"
|
||
:style="{display:(editPageId!=PersonalCenter.Id?'none':'')}"
|
||
style="font-size: 14px;"><label style="font-size: 12px;"
|
||
editId="PersonalCenter">编辑中...</label></i>
|
||
</div>
|
||
<div class="expand_menu_content left-expand_menu_content hidebox">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
展示样式
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio55" name="Radio55"
|
||
v-model="PersonalCenter.PageCode.type" value="1"/>
|
||
<label for="Radio55">
|
||
<i class="iconfont icon-liebiao"></i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio57" name="Radio55"
|
||
v-model="PersonalCenter.PageCode.type" value="2"/>
|
||
<label for="Radio57">
|
||
<i class="iconfont icon-gongge"></i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="sub-level1 box_border"
|
||
v-for="(item,index) in PersonalCenter.PageCode.list"
|
||
v-if="true || !item.FeatureKey || FeatureKeyList.indexOf(item.FeatureKey)>=0">
|
||
<div class="sub-label">
|
||
{{item.name}}
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox" v-model="item.isShow"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div style="padding: 10px 0;" v-if="FeatureKeyList.indexOf('DiyLnkPage')>=0">
|
||
<div class="msk_add_ad" v-on:click="addPage">
|
||
<label></label>新增页面
|
||
</div>
|
||
</div>
|
||
<div class="vipBox" style="background-color: #31364a; padding: 10px 0;"
|
||
v-if="FeatureKeyList.indexOf('DiyLnkPage')<0">
|
||
<div class="msk_add_ad ">
|
||
<label></label>新增页面
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<ul class="weui-grids" id="moduleList" v-if="componenttabNum==1">
|
||
<li class="weui-grid" v-on:click="addModule" :ckType="3">
|
||
<div class="weui-grid__icon" :ckType="3">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_07.png" :ckType="3"/>
|
||
</div>
|
||
<h1 class="weui-grid__label" :ckType="3">轮播</h1>
|
||
</li>
|
||
<li class="weui-grid" v-on:click="addModule" :ckType="1">
|
||
<div class="weui-grid__icon" :ckType="1">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_03.png" :ckType="1"/>
|
||
</div>
|
||
<h1 class="weui-grid__label" :ckType="1">图片</h1>
|
||
</li>
|
||
<li class="weui-grid" v-on:click="addModule" :ckType="6">
|
||
<div class="weui-grid__icon" :ckType="6">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_16.png" :ckType="6"/>
|
||
</div>
|
||
<h1 class="weui-grid__label" :ckType="6">图片组</h1>
|
||
</li>
|
||
<li class="weui-grid" v-on:click="addModule" :ckType="4">
|
||
<div class="weui-grid__icon" :ckType="4">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_13.png" :ckType="4"/>
|
||
</div>
|
||
<h1 class="weui-grid__label" :ckType="4">商品列表</h1>
|
||
</li>
|
||
<li class="weui-grid" v-on:click="addModule" :ckType="7">
|
||
<div class="weui-grid__icon" :ckType="7">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_20.png" :ckType="7"/>
|
||
</div>
|
||
<h1 class="weui-grid__label" :ckType="7">功能入口</h1><!-- 默认四个-->
|
||
</li>
|
||
<!--<li class="weui-grid" v-on:click="addModule" :ckType="2">
|
||
<div class="weui-grid__icon" :ckType="2">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_05.png" :ckType="2"/>
|
||
</div>
|
||
<h1 class="weui-grid__label" :ckType="2">富文本</h1>
|
||
</li>-->
|
||
<li class="weui-grid" v-on:click="addModule" :ckType="5">
|
||
<div class="weui-grid__icon" :ckType="5">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_15.png" :ckType="5"/>
|
||
</div>
|
||
<h1 class="weui-grid__label" :ckType="5">辅助空白</h1>
|
||
</li>
|
||
<li class="weui-grid" v-on:click="addModule" :ckType="9">
|
||
<div class="weui-grid__icon" :ckType="9">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_22.png" :ckType="9"/>
|
||
</div>
|
||
<h1 class="weui-grid__label" :ckType="9">搜索</h1>
|
||
</li>
|
||
<li class="weui-grid" v-on:click="addModule" :ckType="8">
|
||
<div class="weui-grid__icon" :ckType="8">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_23.png" :ckType="8"/>
|
||
</div>
|
||
<h1 class="weui-grid__label" :ckType="8">电话</h1>
|
||
</li>
|
||
<span class="weui-grid" v-on:click="addSingleModule" :ckType="10">
|
||
<div class="weui-grid__icon" :ckType="10">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_24.png" :ckType="10"/>
|
||
</div>
|
||
<h1 class="weui-grid__label" :ckType="10">背景</h1>
|
||
</span>
|
||
<li class="weui-grid" v-on:click="addModule" :ckType="11">
|
||
<div class="weui-grid__icon" :ckType="11">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_25.png" :ckType="11"/>
|
||
</div>
|
||
<h1 class="weui-grid__label" :ckType="11">客服</h1>
|
||
</li>
|
||
<li class="weui-grid" v-on:click="addModule" :ckType="12"
|
||
v-if="FeatureKeyList.indexOf('VideoCnt')>=0">
|
||
<div class="weui-grid__icon" :ckType="12">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_26.png" :ckType="12"/>
|
||
</div>
|
||
<h1 class="weui-grid__label" :ckType="12">视频</h1>
|
||
</li>
|
||
<span class="weui-grid vipBox" v-if="FeatureKeyList.indexOf('VideoCnt')<0">
|
||
<div class="weui-grid__icon">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_26.png"/>
|
||
</div>
|
||
<h1 class="weui-grid__label">视频</h1>
|
||
</span>
|
||
<li class="weui-grid" v-on:click="addModule" :ckType="13"
|
||
v-if="FeatureKeyList.indexOf('DynForm')>=0">
|
||
<div class="weui-grid__icon" :ckType="13">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_28.png" :ckType="13"/>
|
||
</div>
|
||
<h1 class="weui-grid__label" :ckType="13">动态表单</h1>
|
||
</li>
|
||
<span class="weui-grid vipBox" v-if="FeatureKeyList.indexOf('DynForm')<0">
|
||
<div class="weui-grid__icon">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_28.png"/>
|
||
</div>
|
||
<h1 class="weui-grid__label">动态表单</h1>
|
||
</span>
|
||
<li class="weui-grid" v-on:click="addModule" :ckType="14">
|
||
<div class="weui-grid__icon" :ckType="14">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_29.png" :ckType="14"/>
|
||
</div>
|
||
<h1 class="weui-grid__label" :ckType="14">通告栏</h1>
|
||
</li>
|
||
<li class="weui-grid" v-on:click="addModule" :ckType="15">
|
||
<div class="weui-grid__icon" :ckType="15">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_30.png" :ckType="15"/>
|
||
</div>
|
||
<h1 class="weui-grid__label" :ckType="15">标题</h1>
|
||
</li>
|
||
<li class="weui-grid" v-on:click="addModule" :ckType="16">
|
||
<div class="weui-grid__icon" :ckType="16">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_31.png" :ckType="16"/>
|
||
</div>
|
||
<h1 class="weui-grid__label" :ckType="16">营销活动</h1>
|
||
</li>
|
||
<li class="weui-grid" v-on:click="addModule" :ckType="17">
|
||
<div class="weui-grid__icon" :ckType="17">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_32.png" :ckType="17"/>
|
||
</div>
|
||
<h1 class="weui-grid__label" :ckType="17">优惠券</h1>
|
||
</li>
|
||
<li class="weui-grid" v-on:click="addModule" :ckType="18">
|
||
<div class="weui-grid__icon" :ckType="18">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_98.png" :ckType="18"/>
|
||
</div>
|
||
<h1 class="weui-grid__label" :ckType="18">公众号关注</h1>
|
||
</li>
|
||
|
||
|
||
<li class="weui-grid" v-on:click="addModule" :ckType="101">
|
||
<div class="weui-grid__icon" :ckType="101">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_101.png" :ckType="101"/>
|
||
</div>
|
||
<h1 class="weui-grid__label" :ckType="101">猜你喜欢</h1>
|
||
</li>
|
||
<li class="weui-grid" v-on:click="addModule" :ckType="102">
|
||
<div class="weui-grid__icon" :ckType="102">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_102.png" :ckType="102"/>
|
||
</div>
|
||
<h1 class="weui-grid__label" :ckType="102">附近店铺</h1>
|
||
</li>
|
||
<li class="weui-grid" v-on:click="addModule" :ckType="103">
|
||
<div class="weui-grid__icon" :ckType="103">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_103.png" :ckType="103"/>
|
||
</div>
|
||
<h1 class="weui-grid__label" :ckType="103">秒杀商品</h1>
|
||
</li>
|
||
|
||
<li class="weui-grid" v-on:click="addModule" :ckType="104">
|
||
<div class="weui-grid__icon" :ckType="104">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_104.png" :ckType="104"/>
|
||
</div>
|
||
<h1 class="weui-grid__label" :ckType="104">分类商品</h1>
|
||
</li>
|
||
<!--测试组件start-->
|
||
<li class="weui-grid" v-on:click="addModule" :ckType="105">
|
||
<div class="weui-grid__icon" :ckType="105">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/z_103.png" :ckType="105"/>
|
||
</div>
|
||
<h1 class="weui-grid__label" :ckType="105">测试组件</h1>
|
||
</li>
|
||
<!--测试组件end-->
|
||
</ul>
|
||
</vue-scroll>
|
||
</div>
|
||
<div class="m-phone"
|
||
:style="{background:(PageConfig.BackgroundObj.type==1?PageConfig.BackgroundObj.bgColor:'url('+PageConfig.BackgroundObj.path+') no-repeat '+PageConfig.BackgroundObj.pathColor+' ')}">
|
||
<div class="app_header"
|
||
:style="{backgroundColor:appConfig.window.navigationBarBackgroundColor,color:appConfig.window.navigationBarTextStyle}"
|
||
v-on:click="setTitle">
|
||
<h1>{{StoreName}}</h1>
|
||
<i class="iconfont icon-fenxiang"></i>
|
||
</div>
|
||
|
||
<!-- <div class="weui-tabbar" v-if="appConfig.tabBar.position=='bottom' && isTabBar"
|
||
:style="{color:appConfig.tabBar.color,backgroundColor:appConfig.tabBar.backgroundColor }"
|
||
v-on:click="setTabBar">
|
||
<span class="weui-tabbar__item weui-bar__item_on" v-for="(item,index) in appConfig.tabBar.list">
|
||
<div v-if="index==selectIndex" :style="{color:appConfig.tabBar.selectedColor}">
|
||
<span>
|
||
<img :src="item.selectedIconPath || 'https://mall.gpxscs.cn/api/shop/static/diy/img/icon_tabbar.png' "
|
||
alt="" class="weui-tabbar__icon" :selectIndex="index"
|
||
v-on:click.stop="selectTabBar">
|
||
</span>
|
||
<p class="weui-tabbar__label">{{item.text}}</p>
|
||
</div>
|
||
<div v-if="index!=selectIndex">
|
||
<span>
|
||
<img :src="item.iconPath || 'https://mall.gpxscs.cn/api/shop/static/diy/img/icon_tabbar.png'"
|
||
alt="" class="weui-tabbar__icon" :selectIndex="index"
|
||
v-on:click.stop="selectTabBar">
|
||
</span>
|
||
<p class="weui-tabbar__label">{{item.text}}</p>
|
||
</div>
|
||
</span>
|
||
</div> -->
|
||
|
||
<div class="weui-navbar" v-if="appConfig.tabBar.position=='top' && isTabBar"
|
||
:style="{color:appConfig.tabBar.color,backgroundColor:appConfig.tabBar.backgroundColor}"
|
||
v-on:click="setTabBar">
|
||
<div class="weui-navbar__item" v-for="(item,index) in appConfig.tabBar.list">
|
||
<label v-if="index==selectIndex" :style="{color:appConfig.tabBar.selectedColor}"
|
||
:selectIndex="index" v-on:click.stop="selectTabBar">
|
||
{{item.text}}
|
||
<span :style="{backgroundColor:appConfig.tabBar.selectedColor}"></span>
|
||
</label>
|
||
<label v-if="index!=selectIndex" :selectIndex="index" v-on:click.stop="selectTabBar">
|
||
{{item.text}}
|
||
</label>
|
||
</div>
|
||
</div>
|
||
|
||
<vue-scroll :ops="ops">
|
||
|
||
<div v-if="editPageId==PersonalCenter.Id">
|
||
<div class="m-banner-img">
|
||
<div class="m-animate-warp"
|
||
style="background:url(https://mall.gpxscs.cn/api/shop/static/diy/img/photo.png);background-size: cover;">
|
||
<div class="m-animate-img"
|
||
style="background:url(https://mall.gpxscs.cn/api/shop/static/diy/img/photo.png);background-size: cover;">
|
||
</div>
|
||
</div>
|
||
<div class="m-user-info">
|
||
<image src="https://mall.gpxscs.cn/api/shop/static/diy/img/photo.png"/>
|
||
<label>昵称</label>
|
||
</div>
|
||
</div>
|
||
<div class="g-flex m-od-tab">
|
||
<span class="g-flex-item">
|
||
<div class="iconfont icon-daizhifu i-type"></div>
|
||
待支付
|
||
</span>
|
||
<span class="g-flex-item">
|
||
<div class="iconfont icon-zhifu i-type"></div>
|
||
待收货
|
||
</span>
|
||
<div class="g-flex-item"></div>
|
||
<span class="g-flex-item">
|
||
<div class="iconfont icon-myiwancheng i-type"></div>
|
||
已完成
|
||
</span>
|
||
<span class="g-flex-item">
|
||
<div class="iconfont icon-quanbudingdan i-type"></div>
|
||
全部订单
|
||
</span>
|
||
</div>
|
||
|
||
<div class="iconBoxList" :class="{iconBoxLattice:PersonalCenter.PageCode.type==2}">
|
||
<ul>
|
||
<li style="width: 100%;">自定义装修区域</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="iconBoxList" :class="{iconBoxLattice:PersonalCenter.PageCode.type==2}">
|
||
<ul>
|
||
<li style="width: 100%;">常用功能</li>
|
||
<li v-for="item in PersonalCenter.PageCode.list"
|
||
v-if="item.cat==1 && (true || !item.FeatureKey || FeatureKeyList.indexOf(item.FeatureKey)>=0) && item.isShow">
|
||
<div class="iconText">
|
||
<label class="iconfont" :class="item.icon"
|
||
v-bind:style="{color:item.color}"></label><span>{{item.name}}</span>
|
||
<i class="iconfont icon-right"></i>
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
|
||
<div class="iconBoxList" :class="{iconBoxLattice:PersonalCenter.PageCode.type==2}">
|
||
<ul>
|
||
<li style="width: 100%;">特色功能</li>
|
||
<li v-for="item in PersonalCenter.PageCode.list"
|
||
v-if="item.cat==2 && (true || !item.FeatureKey || FeatureKeyList.indexOf(item.FeatureKey)>=0) && item.isShow">
|
||
<div class="iconText">
|
||
<label class="iconfont" :class="item.icon"
|
||
v-bind:style="{color:item.color}"></label><span>{{item.name}}</span>
|
||
<i class="iconfont icon-right"></i>
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div class="pagexd" id="sortable_container" v-if="editPageId!=PersonalCenter.Id">
|
||
<div v-for="item in info" class="dropItem" v-bind:style="{
|
||
|
||
clear: (item.eltmType==1 || item.eltmType==3) ? 'none' : 'both',
|
||
paddingTop:(item.paddingTop||0)+'px',
|
||
paddingBottom:(item.paddingBottom||0)+'px',
|
||
paddingLeft:(item.paddingLeft||0)+'px',
|
||
paddingRight:(item.paddingRight||0)+'px',
|
||
width:(375-(item.paddingLeft||0)-(item.paddingRight||0))+'px'
|
||
}">
|
||
<div v-if="item.eltmType==1"
|
||
v-bind:class="{ms:item.eltmType==1,s1:item.eltm1.layout==1,s2h:item.eltm1.layout==2,s2v:item.eltm1.layout==3,s4h:item.eltm1.layout==4,s4v:item.eltm1.layout==5,s8h:item.eltm1.layout==6,s8v:item.eltm1.layout==7,s16:item.eltm1.layout==8,s250h:item.eltm1.layout==9,fl:item.eltm1.align==1,fr:item.eltm1.align==2}"
|
||
v-bind:style="{
|
||
width:item.eltm1.width/2+'px',
|
||
height:item.eltm1.height/2+'px',
|
||
|
||
paddingTop:item.eltm1.paddingTop+'px',
|
||
paddingBottom:item.eltm1.paddingBottom+'px',
|
||
paddingLeft:item.eltm1.paddingLeft+'px',
|
||
paddingRight:item.eltm1.paddingRight+'px',
|
||
backgroundColor:item.bgColor
|
||
}">
|
||
<img v-if="item.eltm1.layout==1"
|
||
:src="item.eltm1.data.path || 'https://mall.gpxscs.cn/api/shop/static/diy/img/750x750.png'"/>
|
||
<img v-if="item.eltm1.layout==2"
|
||
:src="item.eltm1.data.path || 'https://mall.gpxscs.cn/api/shop/static/diy/img/750x375.png'"/>
|
||
<img v-if="item.eltm1.layout==3"
|
||
:src="item.eltm1.data.path || 'https://mall.gpxscs.cn/api/shop/static/diy/img/375x750.png'"/>
|
||
<img v-if="item.eltm1.layout==4"
|
||
:src="item.eltm1.data.path || 'https://mall.gpxscs.cn/api/shop/static/diy/img/750x188.png'"/>
|
||
<img v-if="item.eltm1.layout==5"
|
||
:src="item.eltm1.data.path || 'https://mall.gpxscs.cn/api/shop/static/diy/img/375x375.png'"/>
|
||
<img v-if="item.eltm1.layout==6"
|
||
:src="item.eltm1.data.path || 'https://mall.gpxscs.cn/api/shop/static/diy/img/375x188.png'"/>
|
||
<img v-if="item.eltm1.layout==7"
|
||
:src="item.eltm1.data.path || 'https://mall.gpxscs.cn/api/shop/static/diy/img/188x375.png'"/>
|
||
<img v-if="item.eltm1.layout==8"
|
||
:src="item.eltm1.data.path || 'https://mall.gpxscs.cn/api/shop/static/diy/img/188x188.png'"/>
|
||
<img v-if="item.eltm1.layout==9"
|
||
:src="item.eltm1.data.path || 'https://mall.gpxscs.cn/api/shop/static/diy/img/750x500.png'"/>
|
||
<div v-bind:class="{editContent:item.id>0,borderRed:item.id==ckId}"
|
||
v-on:click="editModule" :divid="item.id" :editType="item.eltmType">
|
||
<ul>
|
||
<li v-on:click.stop="editModule" :divid="item.id"
|
||
:editType="item.eltmType">编辑
|
||
</li>
|
||
<li v-bind:id="item.id" :editType="item.eltmType"
|
||
v-on:click.stop="remvoeModule">
|
||
删除
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div v-if="item.eltmType==2" class="m-RichText"
|
||
v-bind:style="{padding:item.eltm2.padding+ 'px',backgroundColor:item.bgColor,
|
||
borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px',
|
||
borderTopRightRadius: (item.borderTopRightRadius||0) + 'px',
|
||
borderBottomLeftRadius: (item.borderBottomLeftRadius||0) + 'px',
|
||
borderBottomRightRadius: (item.borderBottomRightRadius||0) + 'px'}">
|
||
<div v-if="item.eltm2.data.words==null || item.eltm2.data.words==''">
|
||
<p>点此编辑『富文本』内容 ——</p>
|
||
<p>你可以对文字进行<strong>加粗</strong>、<em>斜体</em>、<span
|
||
style="text-decoration: underline;">下划线</span>、<span
|
||
style="text-decoration: line-through;">删除线</span>、文字<span
|
||
style="color: rgb(0, 176, 240);">颜色</span>、<span
|
||
style="background-color: rgb(255, 192, 0); color: rgb(255, 255, 255);">背景色</span>、以及字号<span
|
||
style="font-size: 20px;">大</span><span
|
||
style="font-size: 14px;">小</span>等简单排版操作。
|
||
</p>
|
||
<p style="text-align: left;"><span
|
||
style="text-align: left;">也可在这里插入图片。</span></p>
|
||
</div>
|
||
<div v-html="item.eltm2.data.words">
|
||
|
||
</div>
|
||
<div class="editContent"
|
||
v-bind:class="{editContent:item.id>0,borderRed:item.id==ckId}"
|
||
v-on:click="editModule" :divid="item.id" :editType="item.eltmType">
|
||
<ul>
|
||
<li v-on:click.stop="editModule" :divid="item.id"
|
||
:editType="item.eltmType">编辑
|
||
</li>
|
||
<li v-bind:id="item.id" :editType="item.eltmType"
|
||
v-on:click.stop="remvoeModule">
|
||
删除
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
<div v-if="item.eltmType==3" style="position: relative;"
|
||
v-bind:class="{fl:(typeof(item.eltm3.align)!='undefined' && item.eltm3.align==1),fr:(typeof(item.eltm3.align)!='undefined' && item.eltm3.align==2)}">
|
||
<div v-if="item.eltmType==3 && item.eltm3.showNbg==1" class="bg-ellipse"
|
||
:style="{backgroundColor: appConfig.window.navigationBarBackgroundColor}">
|
||
</div>
|
||
<div v-if="item.eltmType==3" class="m-scrollBox"
|
||
v-bind:style="{height:item.eltm3.height+ 'px',width:item.eltm3.width+ 'px',lineHeight:item.eltm3.height+ 'px',backgroundColor:item.bgColor,
|
||
borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px',
|
||
borderTopRightRadius: (item.borderTopRightRadius||0) + 'px',
|
||
borderBottomLeftRadius: (item.borderBottomLeftRadius||0) + 'px',
|
||
borderBottomRightRadius: (item.borderBottomRightRadius||0) + 'px'}">
|
||
<img v-if="item.eltm3.data.length<=0"
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/375x200.png"/>
|
||
<img v-if="item.eltm3.data.length>0"
|
||
:src="item.eltm3.data[0].path || 'https://mall.gpxscs.cn/api/shop/static/diy/img/375x200.png'"
|
||
v-bind:style="{borderRadius: item.eltm3.borderRadius+ 'px'}"/>
|
||
<div v-if="item.eltm3.data.length>0" class="m-scrollBox-bot">
|
||
<div class="bot-item" v-for="item in item.eltm3.data"></div>
|
||
</div>
|
||
<div class="editContent"
|
||
v-bind:class="{editContent:item.id>0,borderRed:item.id==ckId}"
|
||
v-on:click="editModule" :divid="item.id" :editType="item.eltmType">
|
||
<ul>
|
||
<li v-on:click.stop="editModule" :divid="item.id"
|
||
:editType="item.eltmType">编辑
|
||
</li>
|
||
<li v-bind:id="item.id" :editType="item.eltmType"
|
||
v-on:click.stop="remvoeModule">
|
||
删除
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div v-if="item.eltmType==4"
|
||
v-bind:class="{m_plist:item.eltmType==4,p1:item.eltm4.listTyle==1,p2:item.eltm4.listTyle==2,p3:item.eltm4.listTyle==3,p4:item.eltm4.listTyle==4,p5:item.eltm4.listTyle==5}"
|
||
v-bind:style="{backgroundColor:item.bgColor,
|
||
borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px',
|
||
borderTopRightRadius: (item.borderTopRightRadius||0) + 'px',
|
||
borderBottomLeftRadius: (item.borderBottomLeftRadius||0) + 'px',
|
||
borderBottomRightRadius: (item.borderBottomRightRadius||0) + 'px'}">
|
||
<div class="m_pitem" v-if="item.eltm4.data.length<=0">
|
||
<div class="m_pinfo">
|
||
<div class="pimg">
|
||
<img v-if="item.eltm4.listTyle==1"
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/350x350.png"/>
|
||
<img v-if="item.eltm4.listTyle==2"
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/180x180.png"/>
|
||
<img v-if="item.eltm4.listTyle==3"
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/355x166.png"/>
|
||
<img v-if="item.eltm4.listTyle==4"
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/140x140.png"/>
|
||
<img v-if="item.eltm4.listTyle==5"
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/140x140.png"/>
|
||
</div>
|
||
<div class="pinfo">
|
||
<div class="pname">
|
||
<label>商品名称 </label>
|
||
</div>
|
||
<div class="pSelling" v-if="item.eltm4.isProductTips">
|
||
商品卖点
|
||
</div>
|
||
<div class="pprice" v-if="item.eltm4.isPrice">
|
||
<div class="pc" v-bind:style="{color:item.eltm4.priceColor}">
|
||
<label>¥</label>0.00
|
||
</div>
|
||
<div v-if="item.eltm4.btnType==1 || item.eltm4.btnType==2"
|
||
v-bind:class="{c1:item.eltm4.btnType==1,c2:item.eltm4.btnType==2}">
|
||
|
||
</div>
|
||
<div v-if="item.eltm4.btnType==3" class="c3">
|
||
buy
|
||
</div>
|
||
<div v-if="item.eltm4.btnType==4" class="c4"
|
||
v-bind:style="{backgroundColor:item.eltm4.btnColor,color:item.eltm4.btnFontColor}">
|
||
购买
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
<div class="m_pitem" v-for="items in item.eltm4.data"
|
||
v-if="item.eltm4.data.length>0 && items"
|
||
v-bind:style="{backgroundColor:item.bgColor,
|
||
borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px',
|
||
borderTopRightRadius: (item.borderTopRightRadius||0) + 'px',
|
||
borderBottomLeftRadius: (item.borderBottomLeftRadius||0) + 'px',
|
||
borderBottomRightRadius: (item.borderBottomRightRadius||0) + 'px'}">
|
||
<div class="m_pinfo">
|
||
<div class="pimg" v-if="items.path!=''">
|
||
<img :src="items.path"/>
|
||
</div>
|
||
<div class="pimg" v-if="items.path==''"
|
||
style="background-color: #81d5fa;">
|
||
<img v-if="item.eltm4.listTyle==1"
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/350x350.png"/>
|
||
<img v-if="item.eltm4.listTyle==2"
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/180x180.png"/>
|
||
<img v-if="item.eltm4.listTyle==3"
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/355x166.png"/>
|
||
<img v-if="item.eltm4.listTyle==4"
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/140x140.png"/>
|
||
<img v-if="item.eltm4.listTyle==5"
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/140x140.png"/>
|
||
</div>
|
||
<div class="pinfo">
|
||
<div class="pname" v-if="items.name!=''">
|
||
<label
|
||
:style="{height:item.eltm4.charLine==1?'18px':'36px','-webkit-line-clamp':item.eltm4.charLine}">{{items.name}}</label>
|
||
</div>
|
||
<div class="pname" v-if="items.name==''">
|
||
<label>商品名称</label>
|
||
</div>
|
||
<div class="pSelling"
|
||
v-if="items.ProductTips!='' && item.eltm4.isProductTips && item.eltm4.isPrice">
|
||
{{items.ProductTips}}
|
||
</div>
|
||
<div class="pSelling"
|
||
v-if="items.ProductTips=='' && item.eltm4.isProductTips && item.eltm4.isPrice">
|
||
商品卖点
|
||
</div>
|
||
<div class="pSelling"
|
||
v-if="items.ProductTips!='' && item.eltm4.isProductTips && !item.eltm4.isPrice"
|
||
style="display: inline-block; padding-top: 12px;padding-bottom: 12px ">
|
||
{{items.ProductTips}}
|
||
</div>
|
||
<div class="pSelling"
|
||
v-if="items.ProductTips=='' && item.eltm4.isProductTips && !item.eltm4.isPrice"
|
||
style="display: inline-block; padding-top: 12px;padding-bottom: 12px ">
|
||
商品卖点
|
||
</div>
|
||
<div class="pprice">
|
||
<div class="pc" v-bind:style="{color:item.eltm4.priceColor}">
|
||
<span
|
||
v-if="items.ItemSalePrice!='' && item.eltm4.isPrice"><label>¥</label>{{items.ItemSalePrice}}</span>
|
||
</div>
|
||
<div class="pprice"
|
||
v-if="items.ItemSalePrice=='' && item.eltm4.isPrice"
|
||
v-bind:style="{color:item.eltm4.priceColor}">
|
||
<label>¥</label>19.88
|
||
</div>
|
||
<div v-if="item.eltm4.btnType==1 || item.eltm4.btnType==2"
|
||
v-bind:class="{c1:item.eltm4.btnType==1,c2:item.eltm4.btnType==2}">
|
||
|
||
</div>
|
||
<div v-if="item.eltm4.btnType==3" class="c3">
|
||
buy
|
||
</div>
|
||
<div v-if="item.eltm4.btnType==4" class="c4"
|
||
v-bind:style="{backgroundColor:item.eltm4.btnColor,color:item.eltm4.btnFontColor}">
|
||
{{item.eltm4.btnText}}
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="editContent"
|
||
v-bind:class="{editContent:item.id>0,borderRed:item.id==ckId}"
|
||
v-on:click="editModule" :divid="item.id" :editType="item.eltmType">
|
||
<ul>
|
||
<li v-on:click.stop="editModule" :divid="item.id"
|
||
:editType="item.eltmType">编辑
|
||
</li>
|
||
<li v-bind:id="item.id" :editType="item.eltmType"
|
||
v-on:click.stop="remvoeModule">
|
||
删除
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div v-if="item.eltmType==5" class="m-blank"
|
||
v-bind:style="{height:item.eltm5.height+ 'px',lineHeight:item.eltm5.height+ 'px',backgroundColor:item.bgColor}">
|
||
辅助空白区域
|
||
<div class="editContent"
|
||
v-bind:class="{editContent:item.id>0,borderRed:item.id==ckId}"
|
||
v-on:click="editModule" :divid="item.id" :editType="item.eltmType">
|
||
<ul>
|
||
<li v-on:click.stop="editModule" :divid="item.id"
|
||
:editType="item.eltmType">编辑
|
||
</li>
|
||
<li v-bind:id="item.id" :editType="item.eltmType"
|
||
v-on:click.stop="remvoeModule">
|
||
删除
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div v-if="item.eltmType==6"
|
||
style="position:relative;clear:both;width:100%;overflow:hidden">
|
||
<div v-bind:class="{boxFlex:item.eltmType==6,
|
||
fdRow:item.eltm6.flexDirection==0,
|
||
fdRowReverse:item.eltm6.flexDirection==1,
|
||
fdColumn:item.eltm6.flexDirection==2,
|
||
fdColumnReverse:item.eltm6.flexDirection==3,
|
||
fwNowrap:item.eltm6.flexWrap==0,
|
||
fwWrap:item.eltm6.flexWrap==1,
|
||
fwWrapReverse:item.eltm6.flexWrap==2,
|
||
jcFlexStart:item.eltm6.justifyContent==0,
|
||
jcFlexEnd:item.eltm6.justifyContent==1,
|
||
jcCenter:item.eltm6.justifyContent==2,
|
||
jcSpaceBetween:item.eltm6.justifyContent==3,
|
||
jcSpaceAround:item.eltm6.justifyContent==4,
|
||
aiFlexStart:item.eltm6.alignItems==0,
|
||
aiFlexEnd:item.eltm6.alignItems==1,
|
||
aiCenter:item.eltm6.alignItems==2,
|
||
aiBaseline:item.eltm6.alignItems==3,
|
||
aiStretch:item.eltm6.alignItems==4
|
||
}"
|
||
v-bind:style="{backgroundColor:item.bgColor,
|
||
borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px',
|
||
borderTopRightRadius: (item.borderTopRightRadius||0) + 'px',
|
||
borderBottomLeftRadius: (item.borderBottomLeftRadius||0) + 'px',
|
||
borderBottomRightRadius: (item.borderBottomRightRadius||0) + 'px',width:(item.eltm6.width>1 && item.eltm6.flexWrap==0)?'1000000%':''}">
|
||
<div v-if="item.eltm6.data.length>0" v-for="items in item.eltm6.data"
|
||
:class="{boxFlexItem1:item.eltm6.width<1}" v-bind:style="{
|
||
paddingTop:item.eltm6.paddingTop+'px',
|
||
paddingBottom:item.eltm6.paddingBottom+'px',
|
||
paddingLeft:item.eltm6.paddingLeft+'px',
|
||
paddingRight:item.eltm6.paddingRight+'px',
|
||
fontSize:item.eltm6.fontSize+'px',
|
||
color:item.eltm6.fontColor
|
||
}">
|
||
<span v-if="item.eltm6.type==1"
|
||
:style="{width:(items.flexNum>1?(items.flexNum+'px'):'100%')}">{{items.name || '请输入文字'}}</span>
|
||
<img v-if="item.eltm6.type==0"
|
||
:src="items.path || 'https://mall.gpxscs.cn/api/shop/static/diy/img/187x100.png'"
|
||
:style="{width:(item.eltm6.width>1?(item.eltm6.width+'px'):'100%'),height:(item.eltm6.height>1?(item.eltm6.height+'px'):'auto')}"/>
|
||
</div>
|
||
<div :class="{boxFlexItem1:item.eltm6.width<1}"
|
||
v-if="item.eltm6.data.length<=0" v-bind:style="{
|
||
paddingTop:item.eltm6.paddingTop+'px',
|
||
paddingBottom:item.eltm6.paddingBottom+'px',
|
||
paddingLeft:item.eltm6.paddingLeft+'px',
|
||
paddingRight:item.eltm6.paddingRight+'px',
|
||
fontSize:item.eltm6.fontSize+'px',
|
||
color:item.eltm6.fontColor
|
||
}">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/187x100.png"/>
|
||
</div>
|
||
<div :class="{boxFlexItem1:item.eltm6.width<1}"
|
||
v-if="item.eltm6.data.length<=0" v-bind:style="{
|
||
paddingTop:item.eltm6.paddingTop+'px',
|
||
paddingBottom:item.eltm6.paddingBottom+'px',
|
||
paddingLeft:item.eltm6.paddingLeft+'px',
|
||
paddingRight:item.eltm6.paddingRight+'px',
|
||
fontSize:item.eltm6.fontSize+'px',
|
||
color:item.eltm6.fontColor
|
||
}">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/187x100.png"/>
|
||
</div>
|
||
</div>
|
||
<div class="editContent"
|
||
v-bind:class="{editContent:item.id>0,borderRed:item.id==ckId}"
|
||
v-on:click="editModule" :divid="item.id" :editType="item.eltmType">
|
||
<ul>
|
||
<li v-on:click.stop="editModule" :divid="item.id"
|
||
:editType="item.eltmType">编辑
|
||
</li>
|
||
<li v-bind:id="item.id" :editType="item.eltmType"
|
||
v-on:click.stop="remvoeModule">
|
||
删除
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div v-if="item.eltmType==7"
|
||
v-bind:class="{boxGrids:item.eltmType==7,boxGridsBorder:item.eltm7.border}"
|
||
v-bind:style="{backgroundColor:item.bgColor,
|
||
borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px',
|
||
borderTopRightRadius: (item.borderTopRightRadius||0) + 'px',
|
||
borderBottomLeftRadius: (item.borderBottomLeftRadius||0) + 'px',
|
||
borderBottomRightRadius: (item.borderBottomRightRadius||0) + 'px'}">
|
||
<span v-bind:class="{boxGrid:item.eltmType==7,boxGridBorder:item.eltm7.border}"
|
||
v-for="items in item.eltm7.data" v-if="item.eltm7.data.length>0 && items"
|
||
v-bind:style="{width:(100/item.eltm7.column)+'%',paddingTop:item.eltm7.paddingTop+'px',paddingBottom:item.eltm7.paddingBottom+'px',paddingLeft:item.eltm7.paddingLeft+'px',paddingRight:item.eltm7.paddingRight+'px',backgroundColor:item.bgColor}">
|
||
<div class="boxGridIcon">
|
||
<img :src="items.path || 'https://mall.gpxscs.cn/api/shop/static/diy/img/90x90.png'"
|
||
alt="">
|
||
</div>
|
||
<p class="boxGridLabel">{{items.name || '功能入口'}}</p>
|
||
</span>
|
||
<span class="boxGrid" v-if="item.eltm7.data.length==0"
|
||
v-for="items in [1,2,3,4,5,6,7,8,9]"
|
||
v-bind:class="{boxGrid:item.eltmType==7,boxGridBorder:item.eltm7.border}"
|
||
v-if="item.eltm7.data.length>0" v-for="items in item.eltm7.data"
|
||
v-bind:style="{width:(100/item.eltm7.column)+'%',paddingTop:item.eltm7.paddingTop+'px',paddingBottom:item.eltm7.paddingBottom+'px',paddingLeft:item.eltm7.paddingLeft+'px',paddingRight:item.eltm7.paddingRight+'px',backgroundColor:item.bgColor}">
|
||
<div class="boxGridIcon">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/90x90.png"/>
|
||
</div>
|
||
<p class="boxGridLabel">功能入口</p>
|
||
</span>
|
||
<div class="editContent"
|
||
v-bind:class="{editContent:item.id>0,borderRed:item.id==ckId}"
|
||
v-on:click="editModule" :divid="item.id" :editType="item.eltmType">
|
||
<ul>
|
||
<li v-on:click.stop="editModule" :divid="item.id"
|
||
:editType="item.eltmType">编辑
|
||
</li>
|
||
<li v-bind:id="item.id" :editType="item.eltmType"
|
||
v-on:click.stop="remvoeModule">
|
||
删除
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div v-if="item.eltmType==9" class="searchBox" v-bind:style="{backgroundColor:item.bgColor,
|
||
borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px',
|
||
borderTopRightRadius: (item.borderTopRightRadius||0) + 'px',
|
||
borderBottomLeftRadius: (item.borderBottomLeftRadius||0) + 'px',
|
||
borderBottomRightRadius: (item.borderBottomRightRadius||0) + 'px',paddingTop:item.eltm9.paddingTop+'px',
|
||
paddingBottom:item.eltm9.paddingBottom+'px',
|
||
paddingLeft:item.eltm9.paddingLeft+'px',
|
||
paddingRight:item.eltm9.paddingRight+'px'}">
|
||
<div class="contentBox">
|
||
<i class="iconfont icon-sousuo"></i><label>{{item.eltm9.tipText}}</label>
|
||
</div>
|
||
<div class="editContent"
|
||
v-bind:class="{editContent:item.id>0,borderRed:item.id==ckId}"
|
||
v-on:click="editModule" :divid="item.id" :editType="item.eltmType">
|
||
<ul>
|
||
<li v-on:click.stop="editModule" :divid="item.id"
|
||
:editType="item.eltmType">编辑
|
||
</li>
|
||
<li v-bind:id="item.id" :editType="item.eltmType"
|
||
v-on:click.stop="remvoeModule">
|
||
删除
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div class="videoBox" v-if="item.eltmType==12">
|
||
<div>
|
||
<video :src="item.eltm12.src" :poster="item.eltm12.poster"
|
||
:controls="item.eltm12.controls" :autoplay="item.eltm12.autoplay"
|
||
:loop="item.eltm12.loop"
|
||
v-bind:style="{backgroundColor:item.bgColor,
|
||
borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px',
|
||
borderTopRightRadius: (item.borderTopRightRadius||0) + 'px',
|
||
borderBottomLeftRadius: (item.borderBottomLeftRadius||0) + 'px',
|
||
borderBottomRightRadius: (item.borderBottomRightRadius||0) + 'px',paddingTop:item.eltm12.paddingTop+'px',
|
||
paddingBottom:item.eltm12.paddingBottom+'px',
|
||
paddingLeft:item.eltm12.paddingLeft+'px',
|
||
paddingRight:item.eltm12.paddingRight+'px',width:item.eltm12.width+'px',height:item.eltm12.height+'px'}">
|
||
您的浏览器不支持 video 标签。
|
||
</video>
|
||
<div class="editContent"
|
||
v-bind:class="{editContent:item.id>0,borderRed:item.id==ckId}"
|
||
v-on:click="editModule" :divid="item.id" :editType="item.eltmType">
|
||
<ul>
|
||
<li v-on:click.stop="editModule" :divid="item.id"
|
||
:editType="item.eltmType">编辑
|
||
</li>
|
||
<li v-bind:id="item.id" :editType="item.eltmType"
|
||
v-on:click.stop="remvoeModule">
|
||
删除
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="notice" v-if="item.eltmType==14"
|
||
v-bind:style="{backgroundColor:item.bgColor,
|
||
borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px',
|
||
borderTopRightRadius: (item.borderTopRightRadius||0) + 'px',
|
||
borderBottomLeftRadius: (item.borderBottomLeftRadius||0) + 'px',
|
||
borderBottomRightRadius: (item.borderBottomRightRadius||0) + 'px',paddingTop:item.eltm14.paddingTop+ 'px',paddingBottom:item.eltm14.paddingBottom+ 'px'}">
|
||
<div class="notice-icon ">
|
||
<img :src="item.eltm14.image?item.eltm14.image:'https://static.lancerdt.com/xcxfile/appicon/notice/Notice1.png'"
|
||
alt="Alternate Text"/>
|
||
</div>
|
||
<div class="notice-content">
|
||
<ul v-if="item.eltm14.data.length>0">
|
||
<li v-for="items in item.eltm14.data"
|
||
v-bind:style="{color:item.eltm14.fontColor}">{{items.name}}
|
||
</li>
|
||
</ul>
|
||
<ul v-else>
|
||
<li>请添加通告消息</li>
|
||
</ul>
|
||
</div>
|
||
<div class="notice-arrow" v-bind:style="{color:item.eltm14.arrowColor}">
|
||
<i class="iconfont icon-right"></i>
|
||
</div>
|
||
<div class="editContent"
|
||
v-bind:class="{editContent:item.id>0,borderRed:item.id==ckId}"
|
||
v-on:click="editModule" :divid="item.id" :editType="item.eltmType">
|
||
<ul>
|
||
<li v-on:click.stop="editModule" :divid="item.id"
|
||
:editType="item.eltmType">
|
||
编辑
|
||
</li>
|
||
<li v-bind:id="item.id" :editType="item.eltmType"
|
||
v-on:click.stop="remvoeModule">删除
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="head-title" v-if="item.eltmType==15"
|
||
v-bind:style="{backgroundColor:item.bgColor,
|
||
borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px',
|
||
borderTopRightRadius: (item.borderTopRightRadius||0) + 'px',
|
||
borderBottomLeftRadius: (item.borderBottomLeftRadius||0) + 'px',
|
||
borderBottomRightRadius: (item.borderBottomRightRadius||0) + 'px',marginTop:item.eltm15.margin_top+ 'px',marginBottom:item.eltm15.margin_bottom+ 'px'}">
|
||
<img :src="item.eltm15.icon" alt="Alternate Text" v-if="item.eltm15.isIcon"/>
|
||
<div class="title-label" v-bind:style="{color:item.eltm15.titleColor}">
|
||
{{item.eltm15.title}}
|
||
</div>
|
||
<div class="countdown-box"
|
||
:class="{time1:item.eltm15.cssType==1,time2:item.eltm15.cssType==2}"
|
||
v-if="item.eltm15.isCountdown">
|
||
<label class="cttitle">{{item.eltm15.timeTitle}}</label>
|
||
<div class="time-box">
|
||
<span>{{item.eltm15.day}}</span><label>天</label><span>{{item.eltm15.h}}</span><label>:</label><span>{{item.eltm15.m}}</span><label>:</label><span>{{item.eltm15.s}}</span>
|
||
</div>
|
||
</div>
|
||
<div class="title-linke" v-if="item.eltm15.isLink"
|
||
v-bind:style="{color:item.eltm15.fontColor}">{{item.eltm15.linkText}}<i
|
||
class="iconfont icon-right"
|
||
v-bind:style="{color:item.eltm15.arrowColor}"></i></div>
|
||
<div class="editContent"
|
||
v-bind:class="{editContent:item.id>0,borderRed:item.id==ckId}"
|
||
v-on:click="editModule" :divid="item.id" :editType="item.eltmType">
|
||
<ul>
|
||
<li v-on:click.stop="editModule" :divid="item.id"
|
||
:editType="item.eltmType">
|
||
编辑
|
||
</li>
|
||
<li v-bind:id="item.id" :editType="item.eltmType"
|
||
v-on:click.stop="remvoeModule">删除
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="activity-warp" v-if="item.eltmType==16"
|
||
v-bind:style="{backgroundColor:item.bgColor,
|
||
borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px',
|
||
borderTopRightRadius: (item.borderTopRightRadius||0) + 'px',
|
||
borderBottomLeftRadius: (item.borderBottomLeftRadius||0) + 'px',
|
||
borderBottomRightRadius: (item.borderBottomRightRadius||0) + 'px',marginTop:item.eltm16.margin_top+ 'px',marginBottom:item.eltm16.margin_bottom+ 'px'}">
|
||
<div>
|
||
<div v-if="item.eltm16.layout!=3"
|
||
v-bind:class="{'activity-box1':item.eltm16.layout==1,'activity-box2':item.eltm16.layout==2}">
|
||
<div class="activity-item" v-for="items in item.eltm16.data">
|
||
<div class="activity-img">
|
||
<img :src="items.path"/>
|
||
<div class="activity-countdown" v-if="item.eltm16.isCountdown"
|
||
:style="{backgroundColor:item.eltm16.countdownBgColor,color:item.eltm16.countdownFontColor}">
|
||
{{items.timeTitle}} <label
|
||
v-if="items.timeTitle!='已结束'">{{items.h}}:{{items.m}}:{{items.s}}</label>
|
||
</div>
|
||
<div class="mark" v-if="item.eltm16.isLabel">
|
||
<img :src="items.selectType==12?'https://mall.gpxscs.cn/api/shop/static/diy/img/prize3.png':items.selectType==13?'https://mall.gpxscs.cn/api/shop/static/diy/img/prize1.png':items.selectType==14?'https://mall.gpxscs.cn/api/shop/static/diy/img/prize2.png':'https://mall.gpxscs.cn/api/shop/static/diy/img/prize5.png'"
|
||
alt="Alternate Text"/>
|
||
</div>
|
||
</div>
|
||
<div class="activity-info">
|
||
|
||
<div class="activity-name"
|
||
v-if="item.eltm16.isShowPname==null || item.eltm16.isShowPname"
|
||
:style="{height:item.eltm16.charLine==1?'15px':'34px','-webkit-line-clamp':item.eltm16.charLine}">
|
||
{{items.name}}
|
||
</div>
|
||
<div class="activity-price"
|
||
v-if="item.eltm16.isShowPrice==null || item.eltm16.isShowPrice">
|
||
<span class="price"
|
||
:style="{color:item.eltm16.priceColor}">¥{{items.ItemSalePrice}}</span><span
|
||
class="del-price">¥{{items.MarketPice}}</span><span
|
||
class="tip"
|
||
v-if="items.selectType==12||items.selectType==13">{{items.UserLimit}}人团</span>
|
||
</div>
|
||
<div class="activity-desc" v-if="item.eltm16.isShowNum">
|
||
已有{{items.OrderCount}}人参加
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="activity-item" v-if="item.eltm16.data.length<=0">
|
||
<div class="activity-img">
|
||
<img
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/180x180.png"/>
|
||
<div class="activity-countdown" v-if="item.eltm16.isCountdown"
|
||
:style="{backgroundColor:item.eltm16.countdownBgColor,color:item.eltm16.countdownFontColor}">
|
||
距结束 00:00:00
|
||
</div>
|
||
<div class="mark" v-if="item.eltm16.isLabel">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/prize1.png"
|
||
alt="Alternate Text"/>
|
||
</div>
|
||
</div>
|
||
<div class="activity-info">
|
||
<div class="activity-name"
|
||
v-if="item.eltm16.isShowPname=='undefined' || item.eltm16.isShowPname"
|
||
:style="{height:item.eltm16.charLine==1?'15px':'34px','-webkit-line-clamp':item.eltm16.charLine}">
|
||
请选择活动商品
|
||
</div>
|
||
<div class="activity-price"
|
||
v-if="item.eltm16.isShowPrice=='undefined' || item.eltm16.isShowPrice">
|
||
<span class="price"
|
||
:style="{color:item.eltm16.priceColor}">¥00</span><span
|
||
class="del-price">¥00</span><span class="tip">0人团</span>
|
||
</div>
|
||
<div class="activity-desc" v-if="item.eltm16.isShowNum">
|
||
已有0000人参加
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div v-else class="activity-box3">
|
||
<div class="activity-item" v-for="items in item.eltm16.data">
|
||
<div class="activity-img">
|
||
<img :src="items.path"/>
|
||
<div class="activity-countdown" v-if="item.eltm16.isCountdown"
|
||
:style="{backgroundColor:item.eltm16.countdownBgColor,color:item.eltm16.countdownFontColor}">
|
||
{{items.timeTitle}} <label
|
||
v-if="items.timeTitle!='已结束'">{{items.h}}:{{items.m}}:{{items.s}}</label>
|
||
</div>
|
||
<div class="mark" v-if="item.eltm16.isLabel">
|
||
<img :src="items.selectType==12?'https://mall.gpxscs.cn/api/shop/static/diy/img/prize3.png':items.selectType==13?'https://mall.gpxscs.cn/api/shop/static/diy/img/prize1.png':items.selectType==14?'https://mall.gpxscs.cn/api/shop/static/diy/img/prize2.png':'https://mall.gpxscs.cn/api/shop/static/diy/img/prize5.png'"
|
||
alt="Alternate Text"/>
|
||
</div>
|
||
</div>
|
||
<div class="activity-info">
|
||
<div class="activity-name"
|
||
v-if="item.eltm16.isShowPname=='undefined' || item.eltm16.isShowPname"
|
||
:style="{height:item.eltm16.charLine==1?'15px':'34px','-webkit-line-clamp':item.eltm16.charLine}">
|
||
{{items.name}}
|
||
</div>
|
||
<div class="activity-desc">
|
||
<span class="tip"
|
||
v-if="items.selectType!=14">2人团</span><span
|
||
v-if="item.eltm16.isShowNum">已有{{items.OrderCount}}人参加</span>
|
||
</div>
|
||
<div class="activity-price"
|
||
v-if="item.eltm16.isShowPrice=='undefined' || item.eltm16.isShowPrice">
|
||
<span class="price"
|
||
:style="{color:item.eltm16.priceColor}">¥{{items.ItemSalePrice}}</span><span
|
||
class="del-price">¥{{items.MarketPice}}</span> <a
|
||
:style="{backgroundColor:item.eltm16.btnBgColor,color:item.eltm16.btnFontColor}">{{items.words||(items.selectType==14?'去秒杀':'立即开团')}}</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="activity-item" v-if="item.eltm16.data.length<=0">
|
||
<div class="activity-img">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/180x180.png"
|
||
alt="Alternate Text"/>
|
||
<div class="activity-countdown" v-if="item.eltm16.isCountdown"
|
||
:style="{backgroundColor:item.eltm16.countdownBgColor,color:item.eltm16.countdownFontColor}">
|
||
距结束 00:00:00
|
||
</div>
|
||
<div class="mark" v-if="item.eltm16.isLabel">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/prize1.png"
|
||
alt="Alternate Text"/>
|
||
</div>
|
||
</div>
|
||
<div class="activity-info">
|
||
<div class="activity-name"
|
||
v-if="item.eltm16.isShowPname=='undefined' || item.eltm16.isShowPname"
|
||
:style="{height:item.eltm16.charLine==1?'15px':'34px','-webkit-line-clamp':item.eltm16.charLine}">
|
||
请选择活动商品
|
||
</div>
|
||
<div class="activity-desc">
|
||
<span class="tip">2人团</span><span
|
||
v-if="item.eltm16.isShowNum">已有3677人参加</span>
|
||
</div>
|
||
<div class="activity-price"
|
||
v-if="item.eltm16.isShowPrice=='undefined' || item.eltm16.isShowPrice">
|
||
<span class="price"
|
||
:style="{color:item.eltm16.priceColor}">¥200</span><span
|
||
class="del-price">¥100</span> <a
|
||
:style="{backgroundColor:item.eltm16.btnBgColor,color:item.eltm16.btnFontColor}">立即开团</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="editContent"
|
||
v-bind:class="{editContent:item.id>0,borderRed:item.id==ckId}"
|
||
v-on:click="editModule" :divid="item.id" :editType="item.eltmType">
|
||
<ul>
|
||
<li v-on:click.stop="editModule" :divid="item.id"
|
||
:editType="item.eltmType">编辑
|
||
</li>
|
||
<li v-bind:id="item.id" :editType="item.eltmType"
|
||
v-on:click.stop="remvoeModule">删除
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="activity-warp" v-if="item.eltmType==17"
|
||
v-bind:style="{backgroundColor:item.bgColor,
|
||
borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px',
|
||
borderTopRightRadius: (item.borderTopRightRadius||0) + 'px',
|
||
borderBottomLeftRadius: (item.borderBottomLeftRadius||0) + 'px',
|
||
borderBottomRightRadius: (item.borderBottomRightRadius||0) + 'px',marginTop:item.eltm17.margin_top+ 'px',marginBottom:item.eltm17.margin_bottom+ 'px'}">
|
||
<div>
|
||
<div class="coupon_box" v-if="item.eltm17.data.length>0">
|
||
<div class="coupon_item" v-if="item.eltm17.layout==1"
|
||
v-for="items in item.eltm17.data">
|
||
<div class="coupon_price">¥{{items.ItemSalePrice}}</div>
|
||
<div class="coupon_desc">{{items.ProductTips}}</div>
|
||
</div>
|
||
<div class="coupon_img" v-else>
|
||
<img :src="items.path?items.path:'https://mall.gpxscs.cn/api/shop/static/diy/img/187x100.png'"
|
||
alt="Alternate Text"/>
|
||
</div>
|
||
</div>
|
||
<div class="coupon_box" v-else>
|
||
<div class="coupon_item" v-if="item.eltm17.layout==1">
|
||
<div class="coupon_price">¥20</div>
|
||
<div class="coupon_desc">满减金额</div>
|
||
</div>
|
||
<div class="coupon_img" v-else>
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/187x100.png"
|
||
alt="Alternate Text"/>
|
||
</div>
|
||
</div>
|
||
<div class="editContent"
|
||
v-bind:class="{editContent:item.id>0,borderRed:item.id==ckId}"
|
||
v-on:click="editModule" :divid="item.id" :editType="item.eltmType">
|
||
<ul>
|
||
<li v-on:click.stop="editModule" :divid="item.id"
|
||
:editType="item.eltmType">编辑
|
||
</li>
|
||
<li v-bind:id="item.id" :editType="item.eltmType"
|
||
v-on:click.stop="remvoeModule">删除
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="formBox" v-if="item.eltmType==13"
|
||
v-bind:style="{backgroundColor:item.bgColor,
|
||
borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px',
|
||
borderTopRightRadius: (item.borderTopRightRadius||0) + 'px',
|
||
borderBottomLeftRadius: (item.borderBottomLeftRadius||0) + 'px',
|
||
borderBottomRightRadius: (item.borderBottomRightRadius||0) + 'px'}">
|
||
<div v-if="item.eltm13.data.length>0">
|
||
<div v-for="items in item.eltm13.data">
|
||
<div class="fromInput" v-if="items.type==1">
|
||
<label
|
||
v-bind:style="{color:item.eltm13.labelColor}">{{items.labelText}}</label>
|
||
<input type="text" name="name" value=""
|
||
:placeholder="items.placeholderText"
|
||
:style="{borderColor:items.borderColor,color:item.eltm13.textColor}"/>
|
||
</div>
|
||
<div class="fromInput" v-if="items.type==2">
|
||
<label
|
||
v-bind:style="{color:item.eltm13.labelColor}">{{items.labelText}}</label>
|
||
<input type="date" name="name" value=""
|
||
:placeholder="items.placeholderText"
|
||
:style="{borderColor:items.borderColor,color:item.eltm13.textColor}"/>
|
||
</div>
|
||
<div class="fromInput" v-if="items.type==3">
|
||
<label
|
||
v-bind:style="{color:item.eltm13.labelColor}">{{items.labelText}}</label>
|
||
<textarea :placeholder="items.placeholderText"
|
||
:style="{borderColor: items.borderColor,color:item.eltm13.textColor}">
|
||
|
||
</textarea>
|
||
</div>
|
||
<div class="fromInput" v-if="items.type==4">
|
||
<label
|
||
v-bind:style="{color:item.eltm13.labelColor}">{{items.labelText}}</label>
|
||
<div class="fromCK_item" v-for="info in items.data">
|
||
<input type="radio" id="Radio56" name="name" checked="checked"
|
||
value=""/><i class="iconfont icon-danxuan1"></i><i
|
||
class="iconfont icon-icon-text-fi-radio"
|
||
:style="{color:items.selColor}"></i><span
|
||
v-bind:style="{color:item.eltm13.textColor}">{{info.text}}</span>
|
||
<label for="d"></label>
|
||
</div>
|
||
</div>
|
||
<div class="fromCK" v-if="items.type==5">
|
||
<label
|
||
v-bind:style="{color:item.eltm13.labelColor}">{{items.labelText}}</label>
|
||
<div class="fromCK_item" v-for="info in items.data">
|
||
<input type="checkbox" id="Checkbox1" checked="checked"
|
||
name="name" value=""/><i
|
||
class="iconfont icon-xuanze"></i><i
|
||
class="iconfont icon-xuanze1"
|
||
:style="{color:items.selColor}"></i><span
|
||
v-bind:style="{color:item.eltm13.textColor}">{{info.text}}</span>
|
||
<label for="Radio53"></label>
|
||
</div>
|
||
</div>
|
||
<div class="fromCK" v-if="items.type==6">
|
||
<label
|
||
v-bind:style="{color:item.eltm13.labelColor}">{{items.labelText}}</label>
|
||
<div class="up_img_item">
|
||
<div v-for="n in parseInt(items.moreNum)" class="up_img">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="formSubmit">
|
||
<a class="formButtom"
|
||
v-bind:style="{backgroundColor:item.eltm13.btnColor,color:item.eltm13.fontColor}">{{item.eltm13.btnText}}</a>
|
||
</div>
|
||
</div>
|
||
<div v-if="item.eltm13.data.length==0">
|
||
<div class="fromInput">
|
||
<label v-bind:style="{color:item.eltm13.labelColor}">联系电话</label>
|
||
<input type="text" name="name" value="" placeholder="请输入联系电话"
|
||
:style="{color:item.eltm13.textColor}"/>
|
||
</div>
|
||
<div class="fromInput">
|
||
<label v-bind:style="{color:item.eltm13.labelColor}">选择时间</label>
|
||
<input type="date" name="name" value="" placeholder="请选择时间"
|
||
:style="{color:item.eltm13.textColor}"/>
|
||
</div>
|
||
<div class="fromInput">
|
||
<label v-bind:style="{color:item.eltm13.labelColor}">输入描述</label>
|
||
<textarea placeholder="请输入描述" :style="{color:item.eltm13.textColor}">
|
||
|
||
</textarea>
|
||
</div>
|
||
<div class="fromCK">
|
||
<label v-bind:style="{color:item.eltm13.labelColor}">单项选择</label>
|
||
<div class="fromCK_item">
|
||
<input type="radio" id="d" name="name" checked="checked"
|
||
value=""/><i class="iconfont icon-danxuan1"></i><i
|
||
class="iconfont icon-icon-text-fi-radio"></i><span
|
||
v-bind:style="{color:item.eltm13.textColor}">选项一</span>
|
||
<label for="d"></label>
|
||
</div>
|
||
<div class="fromCK_item">
|
||
<input type="radio" id="a" name="name" value=""/><i
|
||
class="iconfont icon-danxuan1"></i><i
|
||
class="iconfont icon-icon-text-fi-radio"></i><span
|
||
v-bind:style="{color:item.eltm13.textColor}">选项二</span>
|
||
<label for="a"></label>
|
||
</div>
|
||
</div>
|
||
<div class="fromCK">
|
||
<label v-bind:style="{color:item.eltm13.labelColor}">多项选择</label>
|
||
<div class="fromCK_item">
|
||
<input type="checkbox" id="Radio53" checked="checked" name="name"
|
||
value=""/><i class="iconfont icon-xuanze"></i><i
|
||
class="iconfont icon-xuanze1"></i><span
|
||
v-bind:style="{color:item.eltm13.textColor}">选项一</span>
|
||
<label for="Radio53"></label>
|
||
</div>
|
||
<div class="fromCK_item">
|
||
<input type="checkbox" id="Radio54" name="name" value=""/><i
|
||
class="iconfont icon-xuanze"></i><i
|
||
class="iconfont icon-xuanze1"></i><span
|
||
v-bind:style="{color:item.eltm13.textColor}">选项二</span>
|
||
<label for="Radio54"></label>
|
||
</div>
|
||
</div>
|
||
<div class="formSubmit">
|
||
<a class="formButtom"
|
||
v-bind:style="{backgroundColor:item.eltm13.btnColor,color:item.eltm13.fontColor}">{{item.eltm13.btnText}}</a>
|
||
</div>
|
||
</div>
|
||
<div class="editContent"
|
||
v-bind:class="{editContent:item.id>0,borderRed:item.id==ckId}"
|
||
v-on:click="editModule" :divid="item.id" :editType="item.eltmType">
|
||
<ul>
|
||
<li v-on:click.stop="editModule" :divid="item.id"
|
||
:editType="item.eltmType">
|
||
编辑
|
||
</li>
|
||
<li v-bind:id="item.id" :editType="item.eltmType"
|
||
v-on:click.stop="remvoeModule">删除
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div v-if="item.eltmType==18">
|
||
<div class="official-account"
|
||
v-bind:style="{backgroundColor:item.bgColor,
|
||
borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px',
|
||
borderTopRightRadius: (item.borderTopRightRadius||0) + 'px',
|
||
borderBottomLeftRadius: (item.borderBottomLeftRadius||0) + 'px',
|
||
borderBottomRightRadius: (item.borderBottomRightRadius||0) + 'px',paddingTop:item.eltm18.paddingTop+ 'px',paddingBottom:item.eltm18.paddingBottom+ 'px'}">
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/card.jpg"/>
|
||
<div class="editContent"
|
||
v-bind:class="{editContent:item.id>0,borderRed:item.id==ckId}"
|
||
v-on:click="editModule" :divid="item.id" :editType="item.eltmType">
|
||
<ul>
|
||
<li v-on:click.stop="editModule" :divid="item.id"
|
||
:editType="item.eltmType">编辑
|
||
</li>
|
||
<li v-bind:id="item.id" :editType="item.eltmType"
|
||
v-on:click.stop="remvoeModule">删除
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 猜你喜欢 -->
|
||
<div v-if="item.eltmType==101" class="m-scrollBox"
|
||
v-bind:style="{height:item.eltm101.height+ 'px',lineHeight:item.eltm101.height+ 'px',backgroundColor:item.bgColor,
|
||
borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px',
|
||
borderTopRightRadius: (item.borderTopRightRadius||0) + 'px',
|
||
borderBottomLeftRadius: (item.borderBottomLeftRadius||0) + 'px',
|
||
borderBottomRightRadius: (item.borderBottomRightRadius||0) + 'px'}">
|
||
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/guessyoulike.png"/>
|
||
<div class="editContent"
|
||
v-bind:class="{editContent:item.id>0,borderRed:item.id==ckId}"
|
||
v-on:click="editModule" :divid="item.id" :editType="item.eltmType">
|
||
<ul>
|
||
<li v-on:click.stop="editModule" :divid="item.id"
|
||
:editType="item.eltmType">编辑
|
||
</li>
|
||
<li v-bind:id="item.id" :editType="item.eltmType"
|
||
v-on:click.stop="remvoeModule">
|
||
删除
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 附近店铺 -->
|
||
<div v-if="item.eltmType==102" class="m-scrollBox"
|
||
v-bind:style="{height:item.eltm102.height+ 'px',lineHeight:item.eltm102.height+ 'px',backgroundColor:item.bgColor,
|
||
borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px',
|
||
borderTopRightRadius: (item.borderTopRightRadius||0) + 'px',
|
||
borderBottomLeftRadius: (item.borderBottomLeftRadius||0) + 'px',
|
||
borderBottomRightRadius: (item.borderBottomRightRadius||0) + 'px'}">
|
||
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/near-store.png"/>
|
||
<div class="editContent"
|
||
v-bind:class="{editContent:item.id>0,borderRed:item.id==ckId}"
|
||
v-on:click="editModule" :divid="item.id" :editType="item.eltmType">
|
||
<ul>
|
||
<li v-on:click.stop="editModule" :divid="item.id"
|
||
:editType="item.eltmType">编辑
|
||
</li>
|
||
<li v-bind:id="item.id" :editType="item.eltmType"
|
||
v-on:click.stop="remvoeModule">
|
||
删除
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<!-- 秒杀商品 -->
|
||
<div v-if="item.eltmType==103" class="m-scrollBox"
|
||
v-bind:style="{height:item.eltm103.height+ 'px',lineHeight:item.eltm103.height+ 'px',backgroundColor:item.bgColor,
|
||
borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px',
|
||
borderTopRightRadius: (item.borderTopRightRadius||0) + 'px',
|
||
borderBottomLeftRadius: (item.borderBottomLeftRadius||0) + 'px',
|
||
borderBottomRightRadius: (item.borderBottomRightRadius||0) + 'px'}">
|
||
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/guessyoulike.png"/>
|
||
<!-- <div>{{item.eltm103.height}}</div>-->
|
||
<!-- <div>{{item.eltm103}}</div>-->
|
||
<!-- <div>{{item.eltmType}}</div>-->
|
||
<div class="editContent"
|
||
v-bind:class="{editContent:item.id>0,borderRed:item.id==ckId}"
|
||
v-on:click="editModule" :divid="item.id" :editType="item.eltmType">
|
||
<ul>
|
||
<li v-on:click.stop="editModule" :divid="item.id"
|
||
:editType="item.eltmType">编辑
|
||
</li>
|
||
<li v-bind:id="item.id" :editType="item.eltmType"
|
||
v-on:click.stop="remvoeModule">
|
||
删除
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 分类商品 -->
|
||
<div v-if="item.eltmType==104" class="m-scrollBox"
|
||
v-bind:style="{height:item.eltm104.height+ 'px',lineHeight:item.eltm104.height+ 'px',backgroundColor:item.bgColor,
|
||
borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px',
|
||
borderTopRightRadius: (item.borderTopRightRadius||0) + 'px',
|
||
borderBottomLeftRadius: (item.borderBottomLeftRadius||0) + 'px',
|
||
borderBottomRightRadius: (item.borderBottomRightRadius||0) + 'px'}">
|
||
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/guessyoulike.png"/>
|
||
<div class="editContent"
|
||
v-bind:class="{editContent:item.id>0,borderRed:item.id==ckId}"
|
||
v-on:click="editModule" :divid="item.id" :editType="item.eltmType">
|
||
<ul>
|
||
<li v-on:click.stop="editModule" :divid="item.id"
|
||
:editType="item.eltmType">编辑
|
||
</li>
|
||
<li v-bind:id="item.id" :editType="item.eltmType"
|
||
v-on:click.stop="remvoeModule">
|
||
删除
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 测试组件 -->
|
||
<div v-if="item.eltmType==105" class="m-scrollBox"
|
||
v-bind:style="{height:item.eltm105.height+ 'px',lineHeight:item.eltm105.height+ 'px',backgroundColor:item.bgColor,
|
||
borderTopLeftRadius: (item.borderTopLeftRadius||0) + 'px',
|
||
borderTopRightRadius: (item.borderTopRightRadius||0) + 'px',
|
||
borderBottomLeftRadius: (item.borderBottomLeftRadius||0) + 'px',
|
||
borderBottomRightRadius: (item.borderBottomRightRadius||0) + 'px'}">
|
||
|
||
<img src="https://mall.gpxscs.cn/api/shop/static/diy/img/guessyoulike.png"/>
|
||
<div class="editContent"
|
||
v-bind:class="{editContent:item.id>0,borderRed:item.id==ckId}"
|
||
v-on:click="editModule" :divid="item.id" :editType="item.eltmType">
|
||
<ul>
|
||
<li v-on:click.stop="editModule" :divid="item.id"
|
||
:editType="item.eltmType">编辑
|
||
</li>
|
||
<li v-bind:id="item.id" :editType="item.eltmType"
|
||
v-on:click.stop="remvoeModule">
|
||
删除
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
<div v-for="item in info" v-if="item.eltmType==8">
|
||
<div class="mTel" v-bind:style="{backgroundColor:item.bgColor}">
|
||
<i class="iconfont icon-dianhua--copy"
|
||
v-bind:style="{color:item.eltm8.fontColor}"></i>
|
||
<div class="editContent"
|
||
v-bind:class="{editContent:item.id>0,borderRed:item.id==ckId}"
|
||
v-on:click="editModule" :divid="item.id" :editType="item.eltmType">
|
||
<ul>
|
||
<li v-on:click.stop="editModule" :divid="item.id"
|
||
:editType="item.eltmType">编辑
|
||
</li>
|
||
<li v-bind:id="item.id" :editType="item.eltmType"
|
||
v-on:click.stop="remvoeModule">
|
||
删除
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div v-for="item in info" v-if="item.eltmType==11">
|
||
<div class="mCS" v-bind:style="{backgroundColor:item.bgColor}">
|
||
<i class="iconfont icon-kefu1" v-bind:style="{color:item.eltm11.fontColor}"></i>
|
||
<div class="editContent"
|
||
v-bind:class="{editContent:item.id>0,borderRed:item.id==ckId}"
|
||
v-on:click="editModule" :divid="item.id" :editType="item.eltmType">
|
||
<ul>
|
||
<li v-on:click.stop="editModule" :divid="item.id"
|
||
:editType="item.eltmType">编辑
|
||
</li>
|
||
<li v-bind:id="item.id" :editType="item.eltmType"
|
||
v-on:click.stop="remvoeModule">
|
||
删除
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</vue-scroll>
|
||
<div class="msk_qrCode" style="height: 46px;bottom:100px;">
|
||
<a class="msk_qrcode_btn" v-on:click="Release" style="margin-top: 4px;">
|
||
保存预览 </a>
|
||
<div id="msk_qrcode_img" style="display: none">
|
||
</div>
|
||
<label
|
||
style="color: red; font-size: 12px;display: inline-block; line-height: 20px; padding:0 20px; margin-top: 10px;display: none;">注:发布预览后可使用手机扫码预览效果</label>
|
||
</div>
|
||
<!--商品选择弹出框 start-->
|
||
<div class="full_msk" v-if="isShowDataInfoList">
|
||
<div class="full_msk_cn">
|
||
<div class="full_msk_title" v-if="listType==1 || listType==104">
|
||
选择商品 <i class="iconfont icon-chuyidong" v-on:click="closeList"></i>
|
||
</div>
|
||
<div class="full_msk_title" v-if="listType==2">
|
||
选择分类 <i class="iconfont icon-chuyidong" v-on:click="closeList"></i>
|
||
</div>
|
||
<div class="full_msk_title" v-if="listType==3">
|
||
选择素材 <i class="iconfont icon-chuyidong" v-on:click="closeList"></i>
|
||
</div>
|
||
<div class="full_msk_title" v-if="listType==4">
|
||
选择快捷入口 <i class="iconfont icon-chuyidong" v-on:click="closeList"></i>
|
||
</div>
|
||
<div class="full_msk_title" v-if="listType==5">
|
||
选择资讯分类 <i class="iconfont icon-chuyidong" v-on:click="closeList"></i>
|
||
</div>
|
||
<div class="full_msk_title" v-if="listType==6">
|
||
选择资讯 <i class="iconfont icon-chuyidong" v-on:click="closeList"></i>
|
||
</div>
|
||
<div class="full_msk_title" v-if="listType==7">
|
||
选择导航地址 <i class="iconfont icon-chuyidong" v-on:click="closeList"></i>
|
||
</div>
|
||
<div class="full_msk_title" v-if="listType==8">
|
||
选择页面地址 <i class="iconfont icon-chuyidong" v-on:click="closeList"></i>
|
||
</div>
|
||
<div class="full_msk_title" v-if="listType==10">
|
||
选择社区板块地址 <i class="iconfont icon-chuyidong" v-on:click="closeList"></i>
|
||
</div>
|
||
<div class="full_msk_title" v-if="listType==11">
|
||
选择社区帖子地址 <i class="iconfont icon-chuyidong" v-on:click="closeList"></i>
|
||
</div>
|
||
<div class="full_msk_title" v-if="listType==12">
|
||
选择拼团商品 <i class="iconfont icon-chuyidong" v-on:click="closeList"></i>
|
||
</div>
|
||
<div class="full_msk_title" v-if="listType==13">
|
||
选择抽奖团商品 <i class="iconfont icon-chuyidong" v-on:click="closeList"></i>
|
||
</div>
|
||
<div class="full_msk_title" v-if="listType==14">
|
||
选择秒杀商品 <i class="iconfont icon-chuyidong" v-on:click="closeList"></i>
|
||
</div>
|
||
<div class="full_msk_title" v-if="listType==15">
|
||
选择砍价商品 <i class="iconfont icon-chuyidong" v-on:click="closeList"></i>
|
||
</div>
|
||
<div class="full_msk_title" v-if="listType==17">
|
||
选择优惠券 <i class="iconfont icon-chuyidong" v-on:click="closeList"></i>
|
||
</div>
|
||
<div class="full_msk_title" v-if="listType==18">
|
||
选择AppID <i class="iconfont icon-chuyidong" v-on:click="closeList"></i>
|
||
</div>
|
||
<div class="u-tableFrom" v-if="listType!=18">
|
||
<input type="text" name="searchProduct" v-model="searchText" placeholder="搜索关键字"
|
||
maxlength="20"/>
|
||
<input type="button" value="搜索" :selectid="editId" :urlType="listType"
|
||
v-on:click="searchInfo"/>
|
||
</div>
|
||
<div class="full_msk_table" style="height:80%">
|
||
|
||
<vue-scroll :ops="ops">
|
||
<ul
|
||
v-if="listType==1 || listType==2 || listType==5 || listType==6 || listType==8 || listType==10 || listType==11 || listType==104">
|
||
<li v-for="item in tplDataInfoList">
|
||
<div class="full_info">
|
||
<div><img
|
||
:src="item.path || 'https://mall.gpxscs.cn/api/shop/static/diy/img/up_img.png' "
|
||
style="width: 80px; height: 80px;"/></div>
|
||
<span>{{item.name}}</span>
|
||
<div><input type="button" :itemid="item.id" value="选取"
|
||
v-on:click="useThatTplData"/>
|
||
</div>
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
|
||
<div v-if="listType==4">
|
||
<div class="full_icon" v-for="item in tplDataInfoList">
|
||
<div class="full_icon_item">
|
||
<div><img
|
||
:src="item.path || 'https://mall.gpxscs.cn/api/shop/static/diy/img/up_img.png' "/>
|
||
</div>
|
||
<span>{{item.name}}</span>
|
||
<div><input type="button" :itemid="item.id" value="选取"
|
||
v-on:click="useThatTplData"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div v-if="listType==7">
|
||
<div class="tabBar_icon" v-for="item in tplDataInfoList">
|
||
<div class="tabBar_icon_item">
|
||
<div><img
|
||
:src="item.path || 'https://mall.gpxscs.cn/api/shop/static/diy/img/up_img.png' "/><img
|
||
:src="item.ProductTips || 'https://mall.gpxscs.cn/api/shop/static/diy/img/up_img.png' "/>
|
||
</div>
|
||
<span>{{item.name}}</span>
|
||
<div><input type="button" :itemid="item.id" value="选取"
|
||
v-on:click="useThatTplData"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div v-if="listType==12">
|
||
<div class="active-product">
|
||
<div class="active-product-item" v-for="item in tplDataInfoList">
|
||
<div class="active-content">
|
||
<div class="active-product-img">
|
||
<img
|
||
:src="item.path || 'https://mall.gpxscs.cn/api/shop/static/diy/img/up_img.png' "/>
|
||
</div>
|
||
<div class="active-product-name">
|
||
{{item.name}}
|
||
</div>
|
||
<div class="active-product-pic">
|
||
拼团价:<em>¥{{item.ItemSalePrice}}</em>
|
||
</div>
|
||
<div class="active-select"><input type="button"
|
||
:itemid="item.id" value="选取"
|
||
v-on:click="useThatTplData"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div v-if="listType==13">
|
||
<div class="active-product">
|
||
<div class="active-product-item" v-for="item in tplDataInfoList">
|
||
<div class="active-content">
|
||
<div class="active-product-img">
|
||
<img
|
||
:src="item.path || 'https://mall.gpxscs.cn/api/shop/static/diy/img/up_img.png' "/>
|
||
</div>
|
||
<div class="active-product-name">
|
||
{{item.name}}
|
||
</div>
|
||
<div class="active-product-pic">
|
||
拼团价:<em>¥{{item.ItemSalePrice}}</em>
|
||
</div>
|
||
<div class="active-select"><input type="button"
|
||
:itemid="item.id" value="选取"
|
||
v-on:click="useThatTplData"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div v-if="listType==14">
|
||
<div class="active-product">
|
||
<div class="active-product-item" v-for="item in tplDataInfoList">
|
||
<div class="active-content">
|
||
<div class="active-product-img">
|
||
<img
|
||
:src="item.path || 'https://mall.gpxscs.cn/api/shop/static/diy/img/up_img.png' "/>
|
||
</div>
|
||
<div class="active-product-name">
|
||
{{item.product_name}}
|
||
</div>
|
||
<div class="active-product-pic">
|
||
秒杀价:<em>¥{{item.ItemSalePrice}}</em>
|
||
</div>
|
||
<div class="active-select"><input type="button"
|
||
:itemid="item.id" value="选取"
|
||
v-on:click="useThatTplData"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div v-if="listType==15">
|
||
<div class="active-product">
|
||
<div class="active-product-item" v-for="item in tplDataInfoList">
|
||
<div class="active-content">
|
||
<div class="active-product-img">
|
||
<img
|
||
:src="item.path || 'https://mall.gpxscs.cn/api/shop/static/diy/img/up_img.png' "/>
|
||
</div>
|
||
<div class="active-product-name">
|
||
{{item.name}}
|
||
</div>
|
||
<div class="active-product-pic">
|
||
底价:<em>¥{{item.ItemSalePrice}}</em>
|
||
</div>
|
||
<div class="active-select"><input type="button"
|
||
:itemid="item.id" value="选取"
|
||
v-on:click="useThatTplData"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div v-if="listType==17">
|
||
<div class="active-product">
|
||
<div class="coupon-item" v-for="item in tplDataInfoList">
|
||
<div class="coupon-content">
|
||
<div class="coupon-info">
|
||
<p><em>¥{{item.ItemSalePrice}}</em></p>
|
||
<p>{{item.ProductTips}}</p>
|
||
<p>{{item.AppUrl}}</p>
|
||
</div>
|
||
<div class="coupon-name">
|
||
{{item.name}}
|
||
</div>
|
||
<div class="active-select"><input type="button"
|
||
:itemid="item.id" value="选取"
|
||
v-on:click="useThatTplData"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div v-if="listType==18">
|
||
<div class="active-product">
|
||
<div class="coupon-item" v-for="item in tplDataInfoList">
|
||
<div class="coupon-content">
|
||
<div class="coupon-info">
|
||
<p><em>小程序:{{item.name}}</em></p>
|
||
<p>AppID:{{item.AppId}}</p>
|
||
</div>
|
||
<div class="active-select"><input type="button"
|
||
:itemid="item.id" value="选取"
|
||
v-on:click="useThatTplData"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<table border="0" cellpadding="0" cellspacing="0" v-if="listType==3">
|
||
<tr>
|
||
<td>标题</td>
|
||
<td>操作</td>
|
||
</tr>
|
||
<tr v-if="listType==3">
|
||
<td colspan="3">
|
||
<select v-model="wordsType">
|
||
<option value="1">素材</option>
|
||
<option value="2">行业</option>
|
||
<option value="3">节日</option>
|
||
</select>
|
||
|
||
</td>
|
||
</tr>
|
||
<tr v-if="wordsType==1 && listType==3" class="m_wordsType">
|
||
<td colspan="2">
|
||
<label v-on:click="filterType" :dataVal="4">标题</label>
|
||
<label v-on:click="filterType" :dataVal="5">正文</label>
|
||
<label v-on:click="filterType" :dataVal="6">图文</label>
|
||
<label v-on:click="filterType" :dataVal="7">关注</label>
|
||
<label v-on:click="filterType" :dataVal="8">分割线</label>
|
||
<label v-on:click="filterType" :dataVal="9">其他</label>
|
||
</td>
|
||
</tr>
|
||
<tr v-if="wordsType==2 && listType==3" class="m_wordsType">
|
||
<td colspan="2">
|
||
<label v-on:click="filterType" :dataVal="10">电商</label>
|
||
<label v-on:click="filterType" :dataVal="11">旅游</label>
|
||
<label v-on:click="filterType" :dataVal="12">图文</label>
|
||
<label v-on:click="filterType" :dataVal="13">医疗</label>
|
||
<label v-on:click="filterType" :dataVal="14">教学</label>
|
||
</td>
|
||
</tr>
|
||
<tr v-if="wordsType==3 && listType==3" class="m_wordsType">
|
||
<td colspan="2">
|
||
<label v-on:click="filterType" :dataVal="15">劳动节</label>
|
||
<label v-on:click="filterType" :dataVal="16">清明节</label>
|
||
<label v-on:click="filterType" :dataVal="17">元宵节</label>
|
||
<label v-on:click="filterType" :dataVal="18">愚人节</label>
|
||
<label v-on:click="filterType" :dataVal="19">母亲节</label>
|
||
<label v-on:click="filterType" :dataVal="20">端午节</label>
|
||
<label v-on:click="filterType" :dataVal="21">妇女节</label>
|
||
<label v-on:click="filterType" :dataVal="22">情人节</label>
|
||
<label v-on:click="filterType" :dataVal="23">315</label>
|
||
<label v-on:click="filterType" :dataVal="24">元旦节</label>
|
||
<label v-on:click="filterType" :dataVal="25">春节</label>
|
||
<label v-on:click="filterType" :dataVal="26">圣诞节</label>
|
||
<label>感恩节</label>
|
||
</td>
|
||
</tr>
|
||
<tbody>
|
||
<tr v-for="item in tplDataInfoList">
|
||
<td>
|
||
<div class="html_box" v-html="item.name"></div>
|
||
</td>
|
||
<td><input type="button" :itemid="item.id" value="选取"
|
||
v-on:click="useThatTplData"/>
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<div style="display:block; clear:both;">
|
||
<div class="pageInfo">
|
||
<input type="button" value="上一页" v-if="pageData.isPrevPage"
|
||
v-on:click="PrevPage"/>
|
||
<label>当前第</label><em>{{pageData.nowPageIndx}}</em><label>页</label>/<label>共</label><em>{{pageData.pageTotal}}</em><label>页</label>
|
||
<input type="button" value="下一页" v-if="pageData.isNextPage"
|
||
v-on:click="NextPage"/>
|
||
</div>
|
||
</div>
|
||
</vue-scroll>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--商品选择弹出框 end-->
|
||
<div v-if="isMsk" class="msk_box">
|
||
<vue-scroll :ops="ops">
|
||
<div class="nav-tabs">
|
||
<div class="nav-tabs-item" v-bind:class="{active:tabNum==1}" data-tabNum="1"
|
||
v-on:click="selectTab">
|
||
<label data-tabNum="1">组件样式</label>
|
||
</div>
|
||
<div class="nav-tabs-item" v-bind:class="{active:tabNum==2}" data-tabNum="2"
|
||
v-on:click="selectTab">
|
||
<label data-tabNum="2">组件数据</label>
|
||
</div>
|
||
</div>
|
||
<!--组件样式 start-->
|
||
<div v-if="tabNum==1">
|
||
<div class="sub-content" v-if="showTitleConfig">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
文字颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="f1"
|
||
v-model="appConfig.window.navigationBarTextStyle"
|
||
value="white"/>
|
||
<label for="f1" style="background-color:White;"></label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="f2"
|
||
v-model="appConfig.window.navigationBarTextStyle"
|
||
value="black"/>
|
||
<label for="f2" style="background-color:black;"></label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
背景颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color"
|
||
v-model="appConfig.window.navigationBarBackgroundColor"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sub-content" v-if="showTabBarConfig">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
导航类型
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio1" v-model="appConfig.tabBar.position"
|
||
value="bottom"/>
|
||
<label for="Radio1"><i class="iconfont icon-tupian"></i></label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio2" v-model="appConfig.tabBar.position"
|
||
value="top"/>
|
||
<label for="Radio2"><i class="iconfont icon-wenzi"></i></label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
背景颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="appConfig.tabBar.backgroundColor"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label ">
|
||
文字颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="appConfig.tabBar.color"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label ">
|
||
选中文字颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="appConfig.tabBar.selectedColor"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sub-content"
|
||
v-if="!showTitleConfig && !showTabBarConfig && !showPageConfig">
|
||
<div v-for="item in info" v-if="item.id==ckId">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
背景颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.bgColor"/>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio48'+item.id"
|
||
v-model="item.bgColor" value="rgba(0,0,0,0)"/>
|
||
<label :for="'Radio48'+item.id"><i
|
||
class="iconfont icon-xiegang"></i></label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div
|
||
v-if="item.eltmType!=1 && item.eltmType!=5 && item.eltmType!=8 && item.eltmType!=11 && item.eltmType!=18">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
上边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.paddingTop"/>{{item.paddingTop||0}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
下边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.paddingBottom"/>{{item.paddingBottom||0}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
左边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.paddingLeft"/>{{item.paddingLeft||0}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
右边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.paddingRight"/>{{item.paddingRight||0}}px
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
圆角
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="text" v-model="item.borderTopLeftRadius" min="0"
|
||
style="width: 40px;height: 20px;line-height: 20px;"
|
||
placeholder="上左"/>
|
||
<input type="text" v-model="item.borderTopRightRadius" min="0"
|
||
style="width: 40px;height: 20px;line-height: 20px;"
|
||
placeholder="上右"/>
|
||
<input type="text" v-model="item.borderBottomRightRadius"
|
||
min="0" style="width: 40px;height: 20px;line-height: 20px;"
|
||
placeholder="下右"/>
|
||
<input type="text" v-model="item.borderBottomLeftRadius" min="0"
|
||
style="width: 40px;height: 20px;line-height: 20px;"
|
||
placeholder="下左"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 全局容器样式结束 -->
|
||
|
||
<div v-if="item.eltmType==13">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
按钮文字
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.eltm13.btnText"
|
||
maxlength="20"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
按钮背景颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm13.btnColor"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
按钮文字颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm13.fontColor"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
标题颜色
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="color" v-model="item.eltm13.labelColor"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
文字颜色
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="color" v-model="item.eltm13.textColor"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
每人提交次数
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.eltm13.submitNum"
|
||
maxlength="4"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
提交反馈
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.eltm13.btnFeedback"
|
||
maxlength="50"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--图片类型 start-->
|
||
<div v-if="item.eltmType==1">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
对齐
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio3" v-model="item.eltm1.align"
|
||
value="1"/>
|
||
<label for="Radio3"><i
|
||
class="iconfont icon-zuoduiqi"></i></label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio4" v-model="item.eltm1.align"
|
||
value="2"/>
|
||
<label for="Radio4"><i
|
||
class="iconfont icon-youduiqi"></i></label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--尺寸 start-->
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
尺寸(宽x高)
|
||
</div>
|
||
<div class="minIcon">
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio5"
|
||
v-model="item.eltm1.layout" value="1"
|
||
v-on:click="setEltmLayout(item, 1)"/>
|
||
<label for="Radio5">
|
||
<i>750x750</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio6"
|
||
v-model="item.eltm1.layout" value="2"
|
||
v-on:click="setEltmLayout(item, 2)"/>
|
||
<label for="Radio6">
|
||
<i>750x375</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio7"
|
||
v-model="item.eltm1.layout" value="3"
|
||
v-on:click="setEltmLayout(item, 3)"/>
|
||
<label for="Radio7">
|
||
<i>375x750</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio8"
|
||
v-model="item.eltm1.layout" value="4"
|
||
v-on:click="setEltmLayout(item, 4)"/>
|
||
<label for="Radio8">
|
||
<i>750x188</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon icon_img">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio9"
|
||
v-model="item.eltm1.layout" value="5"
|
||
v-on:click="setEltmLayout(item, 5)"/>
|
||
<label for="Radio9">
|
||
<i>375x375</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio10"
|
||
v-model="item.eltm1.layout" value="6"
|
||
v-on:click="setEltmLayout(item, 6)"/>
|
||
<label for="Radio10">
|
||
<i>375x188</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon icon_img">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio11"
|
||
v-model="item.eltm1.layout" value="7"
|
||
v-on:click="setEltmLayout(item, 7)"/>
|
||
<label for="Radio11">
|
||
<i>188x375</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio12"
|
||
v-model="item.eltm1.layout" value="8"
|
||
v-on:click="setEltmLayout(item, 8)"/>
|
||
<label for="Radio12">
|
||
<i>188x188</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio58"
|
||
v-model="item.eltm1.layout" value="9"
|
||
v-on:click="setEltmLayout(item, 9)"/>
|
||
<label for="Radio58">
|
||
<i>750x500</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--尺寸 end-->
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
宽度
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range" v-model="item.eltm1.width" max="750"/>{{item.eltm1.width}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
高度
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range" v-model="item.eltm1.height"
|
||
max="750"/>{{item.eltm1.height}}px
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否需要分割线
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm1.border"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
上边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm1.paddingTop"/>{{item.eltm1.paddingTop}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
下边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm1.paddingBottom"/>{{item.eltm1.paddingBottom}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
左边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm1.paddingLeft"/>{{item.eltm1.paddingLeft}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
右边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm1.paddingRight"/>{{item.eltm1.paddingRight}}px
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--图片类型 end-->
|
||
<!--富文本 start-->
|
||
<div v-if="item.eltmType==2">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
内间距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range" v-model="item.eltm2.padding"
|
||
max="50"/>{{item.eltm2.padding}}px
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--富文本 end-->
|
||
<!--轮播 start-->
|
||
<div v-if="item.eltmType==3">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否需要导航背景
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm3.showNbg"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
对齐
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio3_3" v-model="item.eltm3.align"
|
||
value="1"/>
|
||
<label for="Radio3_3"><i
|
||
class="iconfont icon-zuoduiqi"></i></label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio3_4" v-model="item.eltm3.align"
|
||
value="2"/>
|
||
<label for="Radio3_4"><i
|
||
class="iconfont icon-youduiqi"></i></label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
宽度
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range" v-model="item.eltm3.width" max="375"/>{{item.eltm3.width}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
高度
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range" v-model="item.eltm3.height"
|
||
max="375"/>{{item.eltm3.height}}px
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
圆角
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range" v-model="item.eltm3.borderRadius"
|
||
max="100"/>{{item.eltm3.borderRadius}}px
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否自动切换
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm3.autoplay"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否显示指示点
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm3.progress"/>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
指示点颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm3.color"/>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
选中指示点颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm3.activeColor"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!--轮播 end-->
|
||
<!--商品列表 start-->
|
||
<div v-if="item.eltmType==4">
|
||
<div class="sub-level1 box_border imgIcon">
|
||
<div class="sub-label">
|
||
列表样式
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio13"
|
||
v-model="item.eltm4.listTyle" value="1"/>
|
||
<label for="Radio13">
|
||
<img
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/t_03.png"/>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio14"
|
||
v-model="item.eltm4.listTyle" value="2"/>
|
||
<label for="Radio14">
|
||
<img
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/t_06.png"/>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio15"
|
||
v-model="item.eltm4.listTyle" value="3"/>
|
||
<label for="Radio15">
|
||
<img
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/t_08.png"/>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio16"
|
||
v-model="item.eltm4.listTyle" value="4"/>
|
||
<label for="Radio16">
|
||
<img
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/t_10.png"/>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio74"
|
||
v-model="item.eltm4.listTyle" value="5"/>
|
||
<label for="Radio74">
|
||
<img
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/t_11.png"/>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
按钮样式
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio21"
|
||
v-model="item.eltm4.btnType" value="0"/>
|
||
<label for="Radio21">
|
||
无 </label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio17"
|
||
v-model="item.eltm4.btnType" value="1"/>
|
||
<label for="Radio17">
|
||
<img
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/pc1.png"/>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio18"
|
||
v-model="item.eltm4.btnType" value="2"/>
|
||
<label for="Radio18">
|
||
<img
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/pc2.png"/>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio19"
|
||
v-model="item.eltm4.btnType" value="3"/>
|
||
<label for="Radio19">
|
||
<img
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/pc3.png"/>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio20"
|
||
v-model="item.eltm4.btnType" value="4"/>
|
||
<label for="Radio20">
|
||
<img
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/pc4.png"/>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
商品名
|
||
</div>
|
||
<div class="minIcon">
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio75"
|
||
v-model="item.eltm4.charLine" value="1"/>
|
||
<label for="Radio75">
|
||
<i>一行</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio76"
|
||
v-model="item.eltm4.charLine" value="2"/>
|
||
<label for="Radio76">
|
||
<i>两行</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div v-if="item.eltm4.btnType==4" class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
按钮背景
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm4.btnColor"/>
|
||
</div>
|
||
</div>
|
||
<div v-if="item.eltm4.btnType==4" class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
按钮文字
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.eltm4.btnText"
|
||
maxlength="20"/>
|
||
</div>
|
||
</div>
|
||
<div v-if="item.eltm4.btnType==4" class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
按钮文字颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm4.btnFontColor"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否展示价格
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm4.isPrice"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否展示卖点
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm4.isProductTips"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
价格颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm4.priceColor"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--商品列表 end-->
|
||
<!--辅助空白 start-->
|
||
<div v-if="item.eltmType==5">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
高度
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm5.height"/>{{item.eltm5.height}}px
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--辅助空白 end-->
|
||
<!--表格 start-->
|
||
<div v-if="item.eltmType==6">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
展示类型
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio22" v-model="item.eltm6.type"
|
||
value="0"/>
|
||
<label for="Radio22" title="展示为图片的样式"><i
|
||
class="iconfont icon-tupian"></i></label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio23" v-model="item.eltm6.type"
|
||
value="1"/>
|
||
<label for="Radio23" title="展示为文字的样式"><i
|
||
class="iconfont icon-wenzi"></i></label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div v-if="item.eltm6.type==0">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否滑动
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm6.isSwiper"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
背景图片
|
||
</div>
|
||
<div class="inputBox">
|
||
<div class="inputicon m_data_img">
|
||
<span v-if="isUploadImage">
|
||
<input type="file" name="upfile" :id="'File'+item.id"
|
||
v-on:change="uploadImage"
|
||
:fileId="item.id" :uptype="3" :msType="12" :imgwidth="750"
|
||
:imgheight="200" :imgSize="400"/></span>
|
||
|
||
<img :src="item.bgImg||'https://mall.gpxscs.cn/api/shop/static/diy/img/up_img.png' "
|
||
:uptype="3"
|
||
:imgId="item.id" :msType="12" :imgwidth="750"
|
||
:imgheight="200" :imgSize="400"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div v-if="item.eltm6.type==1" class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
文字大小
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range" v-model="item.eltm6.fontSize" max="20"
|
||
min="10"/>{{item.eltm6.fontSize}}px
|
||
</div>
|
||
</div>
|
||
<div v-if="item.eltm6.type==1" class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
文字颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm6.fontColor"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
上边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm6.paddingTop"/>{{item.eltm6.paddingTop}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
下边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm6.paddingBottom"/>{{item.eltm6.paddingBottom}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
左边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm6.paddingLeft"/>{{item.eltm6.paddingLeft}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
右边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm6.paddingRight"/>{{item.eltm6.paddingRight}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
宽度
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range" v-model="item.eltm6.width"
|
||
max="375"/>{{item.eltm6.width>1?item.eltm6.width+'px':'自适应'}}
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
高度
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range" v-model="item.eltm6.height"
|
||
max="375"/>{{item.eltm6.height>1?item.eltm6.height+'px':'自适应'}}
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
水平对齐
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio24"
|
||
v-model="item.eltm6.justifyContent" value="0"/>
|
||
<label for="Radio24"><i
|
||
class="iconfont icon-zuoduiqi"></i></label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio26"
|
||
v-model="item.eltm6.justifyContent" value="2"/>
|
||
<label for="Radio26"><i
|
||
class="iconfont icon-juzhongduiqi"></i></label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio25"
|
||
v-model="item.eltm6.justifyContent" value="1"/>
|
||
<label for="Radio25"><i
|
||
class="iconfont icon-youduiqi"></i></label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--尺寸 start-->
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
垂直对齐
|
||
</div>
|
||
<div class="minIcon">
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio34"
|
||
v-model="item.eltm6.alignItems" value="0"/>
|
||
<label for="Radio34">
|
||
<i>上对齐</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio35"
|
||
v-model="item.eltm6.alignItems" value="1"/>
|
||
<label for="Radio35">
|
||
<i>下对齐</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio36"
|
||
v-model="item.eltm6.alignItems" value="2"/>
|
||
<label for="Radio36">
|
||
<i>垂直居中</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio37"
|
||
v-model="item.eltm6.alignItems" value="3"/>
|
||
<label for="Radio37">
|
||
<i>填充</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon icon_img">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio38"
|
||
v-model="item.eltm6.alignItems" value="4"/>
|
||
<label for="Radio38">
|
||
<i>内容对齐</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--尺寸 end-->
|
||
<!--尺寸 start-->
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
排列方向
|
||
</div>
|
||
<div class="minIcon">
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio39"
|
||
v-model="item.eltm6.flexDirection" value="0"/>
|
||
<label for="Radio39">
|
||
<i>水平从左至右</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio40"
|
||
v-model="item.eltm6.flexDirection" value="1"/>
|
||
<label for="Radio40">
|
||
<i>水平从右至左</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio41"
|
||
v-model="item.eltm6.flexDirection" value="2"/>
|
||
<label for="Radio41">
|
||
<i>垂直从上至下</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio42"
|
||
v-model="item.eltm6.flexDirection" value="3"/>
|
||
<label for="Radio42">
|
||
<i>垂直从下至上</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--尺寸 end-->
|
||
<!--尺寸 start-->
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
换行参数
|
||
</div>
|
||
<div class="minIcon">
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio43"
|
||
v-model="item.eltm6.flexWrap" value="0"/>
|
||
<label for="Radio43">
|
||
<i>不换行</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio44"
|
||
v-model="item.eltm6.flexWrap" value="1"/>
|
||
<label for="Radio44">
|
||
<i>换行顺序</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio45"
|
||
v-model="item.eltm6.flexWrap" value="2"/>
|
||
<label for="Radio45">
|
||
<i>换行倒序</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--尺寸 end-->
|
||
</div>
|
||
<!--表格 end-->
|
||
<!--九宫格 start-->
|
||
<div v-if="item.eltmType==7">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
列数
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range" v-model="item.eltm7.column" max="5"
|
||
min="1"/>{{item.eltm7.column}}列
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否需要分割线
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm7.border"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
上边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm7.paddingTop"/>{{item.eltm7.paddingTop}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
下边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm7.paddingBottom"/>{{item.eltm7.paddingBottom}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
左边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm7.paddingLeft"/>{{item.eltm7.paddingLeft}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
右边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm7.paddingRight"/>{{item.eltm7.paddingRight}}px
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--九宫格 end-->
|
||
<!--电话号码 start-->
|
||
<div v-if="item.eltmType==8">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
图标颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm8.fontColor"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
电话号码
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.eltm8.tel" maxlength="20"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--电话号码 end-->
|
||
<!--客服 start-->
|
||
<div v-if="item.eltmType==11">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
图标颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm11.fontColor"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--客服 end-->
|
||
<!--搜索 start-->
|
||
<div v-if="item.eltmType==9">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
上边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm9.paddingTop"/>{{item.eltm9.paddingTop}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
下边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm9.paddingBottom"/>{{item.eltm9.paddingBottom}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
左边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm9.paddingLeft"/>{{item.eltm9.paddingLeft}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
右边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm9.paddingRight"/>{{item.eltm9.paddingRight}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
提示内容
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.eltm9.tipText"
|
||
maxlength="15"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--搜索 end-->
|
||
<!--公众号关注 start-->
|
||
<div v-if="item.eltmType==18">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
上边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm18.paddingTop"/>{{item.eltm18.paddingTop}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
下边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm18.paddingBottom"/>{{item.eltm18.paddingBottom}}px
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--公众关注 end-->
|
||
<!--视频 start-->
|
||
<div v-if="item.eltmType==12" data-FeatureKey="VideoCnt">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
视频地址
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.eltm12.src" maxlength="500"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
视频封面
|
||
</div>
|
||
<div class="inputBox">
|
||
<div class="inputicon m_data_img">
|
||
<span v-if="isUploadImage">
|
||
<input type="file" name="upfile" :id="'File'+item.id"
|
||
v-on:change="uploadImage" :fileId="item.id"
|
||
:uptype="2" :msType="12"/></span>
|
||
|
||
<img :src="item.eltm12.poster||'https://mall.gpxscs.cn/api/shop/static/diy/img/up_img.png' "
|
||
:uptype="2" :imgId="item.id" :msType="12"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
进度条
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm12.controls"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
自动播放
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm12.autoplay"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
循环播放
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm12.loop"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
宽度
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range" v-model="item.eltm12.width"
|
||
max="375"/>{{item.eltm12.width}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
高度
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range" v-model="item.eltm12.height"
|
||
max="667"/>{{item.eltm12.height}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
上边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm12.paddingTop"/>{{item.eltm12.paddingTop}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
下边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm12.paddingBottom"/>{{item.eltm12.paddingBottom}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
左边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm12.paddingLeft"/>{{item.eltm12.paddingLeft}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
右边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm12.paddingRight"/>{{item.eltm12.paddingRight}}px
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--视频 end-->
|
||
<!--通告栏 end-->
|
||
<div v-if="item.eltmType==14">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
滚动方向
|
||
</div>
|
||
<div class="minIcon">
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio68"
|
||
v-model="item.eltm14.scrollDir" value="0"/>
|
||
<label for="Radio68">
|
||
<i>上下滚动</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio69"
|
||
v-model="item.eltm14.scrollDir" value="1"/>
|
||
<label for="Radio69">
|
||
<i>左右滚动</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
公告图标
|
||
</div>
|
||
<div class="inputicon m_data_img"><span v-if="isUploadImage">
|
||
<input type="file" name="upfile" :id="'File'+item.id"
|
||
v-on:change="uploadImage" :fileId="item.id"
|
||
:uptype="4"
|
||
:msType="14" :imgwidth="100" :imgheight="100"
|
||
:imgSize="40"/></span>
|
||
|
||
<img :src="item.eltm14.image || 'https://mall.gpxscs.cn/api/shop/static/diy/img/up_img.png' "
|
||
:uptype="4" :imgId="item.id" :msType="14" :imgwidth="100"
|
||
:imgheight="100" :imgSize="40"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
文字颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm14.fontColor"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
箭头颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm14.arrowColor"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
上边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm14.paddingTop"/>{{item.eltm14.paddingTop}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
下边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm14.paddingBottom"/>{{item.eltm14.paddingBottom}}px
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--通告栏 end-->
|
||
<!--标题 start-->
|
||
<div v-if="item.eltmType==15">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
标题名称
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.eltm15.title" maxlength="20"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
标题颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm15.titleColor"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否启用图标
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm15.isIcon"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
标题图标
|
||
</div>
|
||
<div class="inputicon m_data_img"><span v-if="isUploadImage">
|
||
<input type="file" name="upfile" :id="'File'+item.id"
|
||
v-on:change="uploadImage" :fileId="item.id"
|
||
:uptype="5"
|
||
:msType="15" :imgwidth="10240" :imgheight="10240"
|
||
:imgSize="10240"/></span>
|
||
<img :src="item.eltm15.icon || 'https://mall.gpxscs.cn/api/shop/static/diy/img/up_img.png' "
|
||
:uptype="5" :imgId="item.id" :msType="15" :imgwidth="10240"
|
||
:imgheight="10240" :imgSize="10240"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否启用链接
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm15.isLink"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
链接文字
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.eltm15.linkText"
|
||
maxlength="20"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
文字颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm15.fontColor"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
箭头颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm15.arrowColor"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否启用倒计时
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm15.isCountdown"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border" v-if="item.eltm15.isCountdown">
|
||
<div class="sub-label">
|
||
时间组件样式
|
||
</div>
|
||
<div class="minIcon">
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio62"
|
||
v-model="item.eltm15.cssType" value="1"/>
|
||
<label for="Radio62">
|
||
<i>样式1</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio63"
|
||
v-model="item.eltm15.cssType" value="2"/>
|
||
<label for="Radio63">
|
||
<i>样式2</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border" v-if="item.eltm15.isCountdown">
|
||
<div class="sub-label">
|
||
开始时间
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.eltm15.startTime"
|
||
id="txtStartTime" placeholder="2017-08-22 00:00:01"/>
|
||
<!--
|
||
v-on:focus="selectStartTime"
|
||
v-on:blur="setValue(item.id,1,$event)" -->
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border" v-if="item.eltm15.isCountdown">
|
||
<div class="sub-label">
|
||
结束时间
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.eltm15.endTime" id="txtEndTime"
|
||
placeholder="2017-08-22 00:00:01"/>
|
||
<!-- v-on:focus="selectEndTime"
|
||
v-on:blur="setValue(item.id,2,$event)" -->
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
上边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm15.margin_top"/>{{item.eltm15.margin_top}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
下边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm15.margin_bottom"/>{{item.eltm15.margin_bottom}}px
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--标题 end-->
|
||
<!--营销活动 start-->
|
||
<div v-if="item.eltmType==16">
|
||
<div class="sub-level1 box_border imgIcon">
|
||
<div class="sub-label">
|
||
列表样式
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio64"
|
||
v-model="item.eltm16.layout" value="1"/>
|
||
<label for="Radio64">
|
||
<img
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/label3.png"/>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio65"
|
||
v-model="item.eltm16.layout" value="2"/>
|
||
<label for="Radio65">
|
||
<img
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/label2.png"/>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio66"
|
||
v-model="item.eltm16.layout" value="3"/>
|
||
<label for="Radio66">
|
||
<img
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/label1.png"/>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否展示标签
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm16.isLabel"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否展示商品名
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm16.isShowPname"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否展示商品价格
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm16.isShowPrice"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否展示参与人数
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm16.isShowNum"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
价格颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm16.priceColor"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div v-if="item.eltm16.layout==3">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
按钮背景颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm16.btnBgColor"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
按钮文字颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm16.btnFontColor"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否启用倒计时
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm16.isCountdown"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border" v-if="item.eltm16.isCountdown">
|
||
<div class="sub-label">
|
||
倒计时背景颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm16.countdownBgColor"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border" v-if="item.eltm16.isCountdown">
|
||
<div class="sub-label">
|
||
倒计时文字颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm16.countdownFontColor"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
商品名
|
||
</div>
|
||
<div class="minIcon">
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio67"
|
||
v-model="item.eltm16.charLine" value="1"/>
|
||
<label for="Radio67">
|
||
<i>一行</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio70"
|
||
v-model="item.eltm16.charLine" value="2"/>
|
||
<label for="Radio70">
|
||
<i>两行</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
上边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm16.margin_top"/>{{item.eltm16.margin_top}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
下边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm16.margin_bottom"/>{{item.eltm16.margin_bottom}}px
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--营销活动 end-->
|
||
<!--优惠券 start-->
|
||
<div v-if="item.eltmType==17">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
展示类型
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio71"
|
||
v-model="item.eltm17.layout" value="1"/>
|
||
<label for="Radio71"><i
|
||
class="iconfont icon-wenzi "></i></label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio72"
|
||
v-model="item.eltm17.layout" value="2"/>
|
||
<label for="Radio72"><i
|
||
class="iconfont icon-tupian"></i></label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
上边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm17.margin_top"/>{{item.eltm17.margin_top}}px
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
下边距
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range"
|
||
v-model="item.eltm17.margin_bottom"/>{{item.eltm17.margin_bottom}}px
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--优惠券 end-->
|
||
|
||
<!--猜你喜欢 start-->
|
||
<div v-if="item.eltmType==101">
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否展示过滤框
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm101.isShowFilter"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否展示加载状态
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm101.isShowLoading"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
商品展示
|
||
</div>
|
||
<div class="minIcon">
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio101"
|
||
v-model="item.eltm101.viewtype" value="1"/>
|
||
<label for="Radio101">
|
||
<i>块状</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio102"
|
||
v-model="item.eltm101.viewtype" value="0"/>
|
||
<label for="Radio102">
|
||
<i>列表</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
标题名称
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.eltm101.title"
|
||
maxlength="20"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
标题颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm101.titleColor"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
过滤选项
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.eltm101.options"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--猜你喜欢 end-->
|
||
|
||
<!--附近店铺 start-->
|
||
|
||
<div v-if="item.eltmType==102">
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否展示过滤框
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm102.isShowFilter"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否展示加载状态
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm102.isShowLoading"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
商品展示
|
||
</div>
|
||
<div class="minIcon">
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio103"
|
||
v-model="item.eltm102.viewtype" value="1"/>
|
||
<label for="Radio103">
|
||
<i>块状</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio104"
|
||
v-model="item.eltm102.viewtype" value="0"/>
|
||
<label for="Radio104">
|
||
<i>列表</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
标题名称
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.eltm102.title"
|
||
maxlength="20"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
标题颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm102.titleColor"/>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
过滤选项
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.eltm102.options"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--附近店铺 end-->
|
||
|
||
|
||
<!--秒杀商品 start-->
|
||
<div v-if="item.eltmType==103">
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否展示过滤框
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm103.isShowFilter"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否展示加载状态
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm103.isShowLoading"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
商品展示
|
||
</div>
|
||
<div class="minIcon">
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio105"
|
||
v-model="item.eltm103.viewtype" value="1"/>
|
||
<label for="Radio105">
|
||
<i>块状</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio106"
|
||
v-model="item.eltm103.viewtype" value="0"/>
|
||
<label for="Radio106">
|
||
<i>列表</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
标题名称
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.eltm103.title"
|
||
maxlength="20"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
标题颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm103.titleColor"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
过滤选项
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.eltm103.options"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--秒杀商品 end-->
|
||
|
||
|
||
<!--分类商品 start-->
|
||
<div v-if="item.eltmType==104 && false">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否展示过滤价格
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm104.isShowFilter"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
价格区域选项
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.eltm104.title"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
排序选项
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.eltm104.options"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--分类商品 end-->
|
||
|
||
<!--测试组件 start-->
|
||
<div v-if="item.eltmType==105">
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否展示过滤框
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm105.isShowFilter"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否展示加载状态
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.eltm105.isShowLoading"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
商品展示
|
||
</div>
|
||
<div class="minIcon">
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio105"
|
||
v-model="item.eltm105.viewtype" value="1"/>
|
||
<label for="Radio105">
|
||
<i>块状</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio106"
|
||
v-model="item.eltm105.viewtype" value="0"/>
|
||
<label for="Radio106">
|
||
<i>列表</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
标题名称
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.eltm105.title"
|
||
maxlength="20"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
标题颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="item.eltm105.titleColor"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
过滤选项
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.eltm105.options"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--测试组件 end-->
|
||
|
||
<!--附近热卖 start-->
|
||
<!--附近热卖 end-->
|
||
<!--附近店铺 start-->
|
||
<!--附近店铺 end-->
|
||
</div>
|
||
</div>
|
||
<div class="sub-content" v-if="modelType==10 && showPageConfig">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
背景类型
|
||
</div>
|
||
<div class="minIcon">
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio47"
|
||
v-model="PageConfig.BackgroundObj.type" value="1"/>
|
||
<label for="Radio47"><i>背景颜色</i></label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio46"
|
||
v-model="PageConfig.BackgroundObj.type" value="0"/>
|
||
<label for="Radio46"><i>背景图片</i></label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border" v-if="PageConfig.BackgroundObj.type==1">
|
||
<div class="sub-label">
|
||
背景颜色
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="PageConfig.BackgroundObj.bgColor"/>
|
||
</div>
|
||
</div>
|
||
<div v-if="PageConfig.BackgroundObj.type==0">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
图片补全背景
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="color" v-model="PageConfig.BackgroundObj.pathColor"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
背景图片
|
||
</div>
|
||
<div class="inputicon m_data_img"
|
||
style="width:200px !important;height:355px !important;">
|
||
<span v-if="isUploadImage">
|
||
<input type="file" :name="'upfile'" :id="'indexBgImg'"
|
||
v-on:change="uploadImage" :fileId="'indexBgImg'"
|
||
:uptype="3"
|
||
:imgwidth="750" :imgheight="1334" :size="400"/>
|
||
</span>
|
||
<img :src="PageConfig.BackgroundObj.path || 'https://mall.gpxscs.cn/api/shop/static/diy/img/up_img.png' "
|
||
:imgId="'indexBgImg'" :uptype="3" :imgwidth="750"
|
||
:imgheight="1334" :size="400"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--组件样式 end-->
|
||
|
||
<!--组件设置 start-->
|
||
<div class="sub-content">
|
||
<div v-if="tabNum==2 && showTabBarConfig">
|
||
<div class="expand_menu_box" v-for="(item,index) in appConfig.tabBar.list">
|
||
<div class="sub-level-title" v-on:click.stop="expandMenu">
|
||
第{{index+1}}项 <i class="iconfont icon-moreunfold"></i>
|
||
<i class="iconfont icon-icon-del-copy" :tabBarIndex="index"
|
||
v-if="index!=0" v-on:click="removeTabBar"></i>
|
||
</div>
|
||
<div class="expand_menu_content" v-bind:class="{hidebox:index>0}">
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
未选中图标
|
||
</div>
|
||
<div class="inputicon m_data_img">
|
||
<span v-if="isUploadImage">
|
||
<input type="file" name="upfile" :id="'File'+index"
|
||
v-on:change="uploadImage" :fileId="index"/>
|
||
</span>
|
||
<img :src="item.iconPath || 'https://mall.gpxscs.cn/api/shop/static/diy/img/up_img.png' "
|
||
:imgId="index" :imgwidth="100" :imgheight="100"
|
||
:imgSize="40"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
选中的图标
|
||
</div>
|
||
<div class="inputicon m_data_img">
|
||
<span v-if="isUploadImage">
|
||
<input type="file" name="upfile" :id="'File'+(index+12)"
|
||
v-on:change="uploadImage" :fileId="index+12"
|
||
:imgwidth="100" :imgheight="100" :imgSize="40"/>
|
||
</span>
|
||
<img :src="item.selectedIconPath || 'https://mall.gpxscs.cn/api/shop/static/diy/img/up_img.png' "
|
||
:imgId="index+12" :imgwidth="100" :imgheight="100"
|
||
:imgSize="40"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
选择地址
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.text" placeholder="连接地址"
|
||
maxlength="100" style="width:200px "/>
|
||
<a href="javascript:void(0)" v-on:click="getModuleTplData"
|
||
:selectid="index" :urlType="7" v-if="index!=0">选择</a>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border"
|
||
v-if="item.pagePath.indexOf('navigationpage')>-1">
|
||
<div class="sub-label">
|
||
选择页面
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="DiyHomeName" placeholder="选择页面地址"
|
||
maxlength="100" style="width:200px "/>
|
||
<a href="javascript:void(0)" v-on:click="getModuleTplData"
|
||
:selectid="0" :urlType="8">选择</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="msk_add_ad" v-on:click="addTabBar">
|
||
<label></label>添加
|
||
</div>
|
||
</div>
|
||
<div v-if="tabNum==2 && !showTitleConfig && !showTabBarConfig">
|
||
<div v-if="msType==1 || msType==15">
|
||
<!--尺寸 start-->
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
链接地址
|
||
</div>
|
||
<div class="minIcon">
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio48"
|
||
v-model="mskData.selectType" value="0"/>
|
||
<label for="Radio48">
|
||
<i>无链接</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio27"
|
||
v-model="mskData.selectType" value="1"/>
|
||
<label for="Radio27">
|
||
<i>商品</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio28"
|
||
v-model="mskData.selectType" value="2"/>
|
||
<label for="Radio28">
|
||
<i>分类</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio29"
|
||
v-model="mskData.selectType" value="3"/>
|
||
<label for="Radio29">
|
||
<i>搜索</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio30"
|
||
v-model="mskData.selectType" value="4"/>
|
||
<label for="Radio30">
|
||
<i>快捷入口</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon icon_img">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio31"
|
||
v-model="mskData.selectType" value="5"/>
|
||
<label for="Radio31">
|
||
<i>资讯分类</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio32"
|
||
v-model="mskData.selectType" value="6"/>
|
||
<label for="Radio32">
|
||
<i>资讯</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon icon_img">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio33"
|
||
v-model="mskData.selectType" value="7"/>
|
||
<label for="Radio33">
|
||
<i>小程序</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon icon_img"
|
||
v-if="FeatureKeyList.indexOf('DiyLnkPage')>=0">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio49"
|
||
v-model="mskData.selectType" value="8"/>
|
||
<label for="Radio49">
|
||
<i>自定义页面</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon icon_img">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio50"
|
||
v-model="mskData.selectType" value="9"/>
|
||
<label for="Radio50">
|
||
<i>网页地址</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="inputicon icon_img"
|
||
v-if="FeatureKeyList.indexOf('Comnity')>=0">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio59"
|
||
v-model="mskData.selectType" value="10"/>
|
||
<label for="Radio59">
|
||
<i>社区板块</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon icon_img"
|
||
v-if="FeatureKeyList.indexOf('Comnity')>=0">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio60"
|
||
v-model="mskData.selectType" value="11"/>
|
||
<label for="Radio60">
|
||
<i>社区帖子</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon icon_img">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio61"
|
||
v-model="mskData.selectType" value="12"/>
|
||
<label for="Radio61">
|
||
<i>拨打电话</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon icon_img">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio73"
|
||
v-model="mskData.selectType" value="17"/>
|
||
<label for="Radio73">
|
||
<i>优惠券</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--尺寸 end-->
|
||
<!--设置 start-->
|
||
<div class="sub-level1 box_border" v-if="mskData.selectType==3">
|
||
<div class="sub-label">
|
||
搜索关键字
|
||
</div>
|
||
<div class="inputBox">
|
||
<input maxlength="20" type="text" placeholder="请输入搜索关键字"
|
||
v-model="mskData.keyWord"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border" v-if="mskData.selectType==7">
|
||
<div class="sub-label">
|
||
APPID
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="mskData.AppId" placeholder="请输入小程序APPID"
|
||
maxlength="18"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border" v-if="mskData.selectType==7 ">
|
||
<div class="sub-label">
|
||
小程序跳转地址
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="mskData.AppUrl" placeholder="小程序跳转地址"
|
||
maxlength="200"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border"
|
||
v-if="mskData.selectType==7 || mskData.selectType==3">
|
||
<div class="sub-label">
|
||
名称
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="mskData.name" placeholder="请输入名称"
|
||
maxlength="20"/>
|
||
</div>
|
||
</div>
|
||
<div v-if="mskData.selectType==1">
|
||
<div class="sub-level1 box_border">
|
||
<div class="inputBox inputBtn" style="display:grid;">
|
||
<input type="button" v-on:click="getModuleTplData"
|
||
:selectid="mskData.id" :urlType="mskData.selectType"
|
||
value="选择商品">
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
名称
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="mskData.name" placeholder="请输入名称"
|
||
maxlength="99"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
卖点
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="mskData.ProductTips"
|
||
placeholder="请输入卖点" maxlength="99"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
价格(元)
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="mskData.ItemSalePrice"
|
||
placeholder="请输入价格" maxlength="20"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border"
|
||
v-if="mskData.selectType!=1 && mskData.selectType!=3 && mskData.selectType!=7 && mskData.selectType!=0">
|
||
<div class="sub-label" v-if="mskData.selectType==2">
|
||
选择分类地址
|
||
</div>
|
||
<div class="sub-label" v-if="mskData.selectType==4">
|
||
选择快捷入口地址
|
||
</div>
|
||
<div class="sub-label"
|
||
v-if="mskData.selectType==5 && FeatureKeyList.indexOf('Newsletter')>=0">
|
||
选择资讯分类地址
|
||
</div>
|
||
<div class="sub-label"
|
||
v-if="mskData.selectType==6 && FeatureKeyList.indexOf('Newsletter')>=0">
|
||
选择资讯地址
|
||
</div>
|
||
<div class="sub-label"
|
||
v-if="mskData.selectType==8 && FeatureKeyList.indexOf('DiyLnkPage')>=0">
|
||
选择二级页面
|
||
</div>
|
||
|
||
<div class="sub-label"
|
||
v-if="mskData.selectType==10 && FeatureKeyList.indexOf('Comnity')>=0">
|
||
选择社区板块地址
|
||
</div>
|
||
<div class="sub-label"
|
||
v-if="mskData.selectType==11 && FeatureKeyList.indexOf('Comnity')>=0">
|
||
选择社区帖子地址
|
||
</div>
|
||
<div class="sub-label" v-if="mskData.selectType==12">
|
||
请输入电话/手机号码
|
||
</div>
|
||
<div class="sub-label" v-if="mskData.selectType==17">
|
||
选择优惠券
|
||
</div>
|
||
<div class="inputBox"
|
||
v-if="mskData.selectType!=9 && mskData.selectType!=12">
|
||
<input type="text" v-model="mskData.AppUrl"
|
||
placeholder="请输入地址,网址中/h5后面部分内容"
|
||
v-if="mskData.selectType==4"
|
||
style="width: 90%;margin-bottom: 10px;"/>
|
||
<input type="text" v-model="mskData.name" placeholder="请选择地址"/><a
|
||
href="javascript:void(0)" v-on:click="getModuleTplData"
|
||
:selectid="mskData.id" :urlType="mskData.selectType">选择</a>
|
||
</div>
|
||
<div class="inputBox" v-if="mskData.selectType==12">
|
||
<input type="text" v-model="mskData.name" placeholder="请输入电话号码"/>
|
||
</div>
|
||
<span v-if="mskData.selectType==9">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
输入网页地址 </div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="mskData.AppUrl"
|
||
placeholder="请输入网页地址"/>
|
||
<p style="color: red;line-height: 20px;">
|
||
注:需登录小程序管理后台配置域名白名单。</p>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
标题 </div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="mskData.name"
|
||
placeholder="请输入标题"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
标题栏颜色 </div>
|
||
<div class="inputBox">
|
||
<input type="color" v-model="mskData.keyWord"
|
||
placeholder="请选择标题栏颜色"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
标题文字颜色 </div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio51" v-model="mskData.AppId"
|
||
value="white"/>
|
||
<label for="Radio51"
|
||
style="background-color:White;"></label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" id="Radio52" v-model="mskData.AppId"
|
||
value="black"/>
|
||
<label for="Radio52"
|
||
style="background-color:black;"></label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</span>
|
||
</div>
|
||
<!--设置 end-->
|
||
|
||
<!--图片 start-->
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
上传图片
|
||
</div>
|
||
<div class="info_box">
|
||
<div class="inputicon m_data_img">
|
||
<span v-if="isUploadImage">
|
||
<input type="file" name="upfile" :id="'File'+mskData.id"
|
||
v-on:change="uploadImage" :fileId="mskData.id"
|
||
:uptype="2" :msType="msType"/>
|
||
</span>
|
||
<img :src="mskData.path || 'https://mall.gpxscs.cn/api/shop/static/diy/img/up_img.png' "
|
||
:imgId="mskData.id"/>
|
||
</div>
|
||
<div class="product-info" v-if="mskData.selectType==17">
|
||
<p><em>¥{{mskData.ItemSalePrice}}</em></p>
|
||
<p>{{mskData.ProductTips}}</p>
|
||
<p>{{mskData.AppUrl}}</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--图片 start-->
|
||
</div>
|
||
<div id="data-box"
|
||
v-if="msType==4 || msType==3 || msType==6 || msType==7 || msType==14|| msType==17">
|
||
<div class="expand_menu_box" v-for="(item,index) in mskDataArray"
|
||
v-if="item">
|
||
<div class="sub-level-title" v-on:click="expandMenu">
|
||
|
||
<i style="float: left;margin-right: 10px; cursor: pointer;"
|
||
class="iconfont icon-sort" title="拖动排序"></i>
|
||
第{{index+1}}项 <span class="isHome"></span>
|
||
<i class="iconfont icon-moreunfold"></i>
|
||
<i class="iconfont icon-icon-del-copy" :deleteId="item.id"
|
||
v-on:click.stop="deleteItem"></i>
|
||
</div>
|
||
<div class="expand_menu_content" v-bind:class="{hidebox:index>0}">
|
||
<!--尺寸 start-->
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
链接地址
|
||
</div>
|
||
<div class="minIcon">
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio49'+item.id"
|
||
v-model="item.selectType" value="0"/>
|
||
<label :for="'Radio49'+item.id">
|
||
<i>无链接</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio34'+item.id"
|
||
v-model="item.selectType" value="1"/>
|
||
<label :for="'Radio34'+item.id">
|
||
<i>商品</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio35'+item.id"
|
||
v-model="item.selectType" value="2"/>
|
||
<label :for="'Radio35'+item.id">
|
||
<i>分类</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio36'+item.id"
|
||
v-model="item.selectType" value="3"/>
|
||
<label :for="'Radio36'+item.id">
|
||
<i>搜索</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio37'+item.id"
|
||
v-model="item.selectType" value="4"/>
|
||
<label :for="'Radio37'+item.id">
|
||
<i>快捷入口</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon icon_img"
|
||
v-if="FeatureKeyList.indexOf('Newsletter')>=0">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio38'+item.id"
|
||
v-model="item.selectType" value="5"/>
|
||
<label :for="'Radio38'+item.id">
|
||
<i>资讯分类</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon"
|
||
v-if="FeatureKeyList.indexOf('Newsletter')>=0">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio39'+item.id"
|
||
v-model="item.selectType" value="6"/>
|
||
<label :for="'Radio39'+item.id">
|
||
<i>资讯</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon icon_img">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio40'+item.id"
|
||
v-model="item.selectType" value="7"/>
|
||
<label :for="'Radio40'+item.id">
|
||
<i>小程序</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon icon_img"
|
||
v-if="FeatureKeyList.indexOf('DiyLnkPage')>=0">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio50'+item.id"
|
||
v-model="item.selectType" value="8"/>
|
||
<label :for="'Radio50'+item.id">
|
||
<i>自定义页面</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon icon_img">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio51'+item.id"
|
||
v-model="item.selectType" value="9"/>
|
||
<label :for="'Radio51'+item.id">
|
||
<i>网页地址</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="inputicon icon_img"
|
||
v-if="FeatureKeyList.indexOf('Comnity')>=0">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio62'+item.id"
|
||
v-model="item.selectType" value="10"/>
|
||
<label :for="'Radio62'+item.id">
|
||
<i>社区板块</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon icon_img"
|
||
v-if="FeatureKeyList.indexOf('Comnity')>=0">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio61'+item.id"
|
||
v-model="item.selectType" value="11"/>
|
||
<label :for="'Radio61'+item.id">
|
||
<i>社区帖子</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon icon_img">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio68'+item.id"
|
||
v-model="item.selectType" value="12"/>
|
||
<label :for="'Radio68'+item.id">
|
||
<i>拨打电话</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon icon_img">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio74'+item.id"
|
||
v-model="item.selectType" value="17"/>
|
||
<label :for="'Radio74'+item.id">
|
||
<i>优惠券</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!--尺寸 end-->
|
||
<!--设置 start-->
|
||
<div class="sub-level1 box_border" v-if="item.selectType==3">
|
||
<div class="sub-label">
|
||
搜索关键字
|
||
</div>
|
||
<div class="inputBox">
|
||
<input maxlength="20" type="text" placeholder="请输入搜索关键字"
|
||
v-model="item.keyWord"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border" v-if="item.selectType==7">
|
||
<div class="sub-label">
|
||
APPID
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.AppId"
|
||
placeholder="请输入小程序APPID" maxlength="18"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border" v-if="item.selectType==7">
|
||
<div class="sub-label">
|
||
小程序跳转地址
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.AppUrl"
|
||
placeholder="请输入小程序跳转地址" maxlength="200"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border"
|
||
v-if="item.selectType==7 || item.selectType==3 || item.selectType==0">
|
||
<div class="sub-label">
|
||
名称
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.name" placeholder="请输入名称"
|
||
maxlength="99"/>
|
||
</div>
|
||
</div>
|
||
<div v-if="item.selectType==1">
|
||
<div class="sub-level1 box_border">
|
||
<div class="inputBox inputBtn" style="display:grid;">
|
||
<input type="button" v-on:click="getModuleTplData"
|
||
:selectid="item.id" :urlType="item.selectType"
|
||
value="选择商品">
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
名称
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.name"
|
||
placeholder="请输入名称" maxlength="99"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
卖点
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.ProductTips"
|
||
placeholder="请输入卖点" maxlength="99"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
价格
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.ItemSalePrice"
|
||
placeholder="请输入价格" maxlength="99"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border"
|
||
v-if="item.selectType!=1 && item.selectType!=3 && item.selectType!=7 && item.selectType!=0">
|
||
<div class="sub-label" v-if="item.selectType==2">
|
||
选择分类地址
|
||
</div>
|
||
<div class="sub-label" v-if="item.selectType==4">
|
||
选择快捷入口地址
|
||
</div>
|
||
<div class="sub-label" v-if="item.selectType==5">
|
||
选择资讯分类地址
|
||
</div>
|
||
<div class="sub-label" v-if="item.selectType==6">
|
||
选择资讯地址
|
||
</div>
|
||
<div class="sub-label"
|
||
v-if="item.selectType==8 && FeatureKeyList.indexOf('DiyLnkPage')>=0">
|
||
选择二级页面
|
||
</div>
|
||
<div class="sub-label"
|
||
v-if="item.selectType==10 && FeatureKeyList.indexOf('Comnity')>=0">
|
||
选择社区板块页面
|
||
</div>
|
||
<div class="sub-label"
|
||
v-if="item.selectType==11 && FeatureKeyList.indexOf('Comnity')>=0">
|
||
选择社区帖子页面
|
||
</div>
|
||
<div class="sub-label" v-if="item.selectType==12">
|
||
请输入电话/手机号码
|
||
</div>
|
||
<div class="sub-label" v-if="item.selectType==17">
|
||
选择优惠券
|
||
</div>
|
||
<div class="inputBox"
|
||
v-if="item.selectType!=9 && item.selectType!=12">
|
||
|
||
<input type="text" v-model="item.AppUrl"
|
||
placeholder="请输入地址,网址中/h5后面部分内容"
|
||
v-if="item.selectType==4"
|
||
style="width: 90%;margin-bottom: 10px;"/>
|
||
<input type="text" v-model="item.name"
|
||
placeholder="请选择地址"/>
|
||
|
||
<a href="javascript:void(0)" v-on:click="getModuleTplData"
|
||
:selectid="item.id" :urlType="item.selectType">选择</a>
|
||
</div>
|
||
|
||
<div class="inputBox" v-if="item.selectType==15">
|
||
<input type="text" v-model="item.name"
|
||
placeholder="请选择地址"/>
|
||
</div>
|
||
<div class="inputBox" v-if="item.selectType==12">
|
||
<input type="text" v-model="item.name"
|
||
placeholder="请输入名称"/>
|
||
</div>
|
||
<div class="inputBox" v-if="item.selectType==12">
|
||
<input type="text" v-model="item.mobile"
|
||
placeholder="请输入手机号码"/>
|
||
</div>
|
||
<span v-if="item.selectType==9">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
输入网页地址 </div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.AppUrl"
|
||
placeholder="请输入网页地址"/>
|
||
<p style="color: red;line-height: 20px;">
|
||
注:需登录小程序管理后台配置域名白名单。</p>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
标题 </div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.name"
|
||
placeholder="请输入标题"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
标题栏颜色 </div>
|
||
<div class="inputBox">
|
||
<input type="color" v-model="item.keyWord"
|
||
placeholder="请选择标题栏颜色"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
标题文字颜色 </div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio53'+item.id"
|
||
v-model="item.AppId" value="white"/>
|
||
<label :for="'Radio53'+item.id"
|
||
style="background-color:White;"></label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio54'+item.id"
|
||
v-model="item.AppId" value="black"/>
|
||
<label :for="'Radio54'+item.id"
|
||
style="background-color:black;"></label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</span>
|
||
</div>
|
||
<!--设置 end-->
|
||
|
||
<!--图片 start-->
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
上传图片
|
||
</div>
|
||
<div class="info_box">
|
||
<div class="inputicon m_data_img">
|
||
<span v-if="isUploadImage">
|
||
<input type="file" name="upfile"
|
||
:id="'File'+item.id"
|
||
v-on:change="uploadImage"
|
||
:fileId="item.id"/>
|
||
</span>
|
||
<img :src="item.path || 'https://mall.gpxscs.cn/api/shop/static/diy/img/up_img.png' "
|
||
:imgId="item.id"/>
|
||
</div>
|
||
|
||
<div class="product-info" v-if="item.selectType==17">
|
||
<p><em>¥{{item.ItemSalePrice}}</em></p>
|
||
<p>{{item.ProductTips}}</p>
|
||
<p>{{item.AppUrl}}</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border" v-if="msType==6">
|
||
<div class="sub-label">
|
||
宽度
|
||
</div>
|
||
<div class="inputicon">
|
||
<input type="range" v-model="item.flexNum" max="375"
|
||
min="0"/>{{item.flexNum>1?(item.flexNum+'px'):'自适应'}}
|
||
</div>
|
||
</div>
|
||
<!--图片 start-->
|
||
</div>
|
||
</div>
|
||
<div class="msk_add_ad" v-on:click="addModuleContent">
|
||
<label></label>添加
|
||
</div>
|
||
</div>
|
||
<div v-if="msType==2">
|
||
<div class="sub-label">
|
||
富文本内容
|
||
</div>
|
||
<div class="inputBox">
|
||
<a href="javascript:void(0)" v-on:click="getModuleTplData"
|
||
:selectid="mskData.id" :urlType="3"
|
||
style="padding-bottom:10px;display: block;">选择素材</a>
|
||
<ueditor v-bind:value="mskData.words" v-on:input="input"
|
||
v-on:ready="ready"></ueditor>
|
||
</div>
|
||
</div>
|
||
<div v-if="msType==13">
|
||
<div class="expand_menu_box" v-for="(item,index) in mskDataArray">
|
||
<div class="sub-level-title" v-on:click="expandMenu">
|
||
第{{index+1}}项 <span class="isHome"></span>
|
||
<i class="iconfont icon-moreunfold"></i>
|
||
<i class="iconfont icon-icon-del-copy" :deleteId="item.id"
|
||
v-on:click.stop="deleteItem"></i>
|
||
</div>
|
||
<div class="expand_menu_content" v-bind:class="{hidebox:index>0}">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label" style="width: 100%">
|
||
控件类型
|
||
</div>
|
||
<div class="inputicon sub-type">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio55'+item.id"
|
||
v-model="item.type" value="1"/>
|
||
<label :for="'Radio55'+item.id">
|
||
<img
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/subForm1.png"/>
|
||
<i>text</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon sub-type">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio56'+item.id"
|
||
v-model="item.type" value="2"/>
|
||
<label :for="'Radio56'+item.id">
|
||
<img
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/subForm7_maka.png"/>
|
||
<i>data</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon sub-type">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio57'+item.id"
|
||
v-model="item.type" value="3"/>
|
||
<label :for="'Radio57'+item.id">
|
||
<img
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/subForm2.png"/>
|
||
<i>textarea</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon sub-type">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio58'+item.id"
|
||
v-model="item.type" value="4"/>
|
||
<label :for="'Radio58'+item.id">
|
||
<img
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/subForm34.png"/>
|
||
<i>radio</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon sub-type">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio59'+item.id"
|
||
v-model="item.type" value="5"/>
|
||
<label :for="'Radio59'+item.id">
|
||
<img
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/subForm31.png"/>
|
||
<i>checkbox</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon sub-type">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio81'+item.id"
|
||
v-model="item.type" value="6"/>
|
||
<label :for="'Radio81'+item.id">
|
||
<img
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/img/subForm35.png"/>
|
||
<i>image</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
标题
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.labelText"
|
||
placeholder="请输入标题"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border" v-if="item.type<4">
|
||
<div class="sub-label">
|
||
占位符
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.placeholderText"
|
||
placeholder="请输入占位符"/>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
边框颜色
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="color" v-model="item.borderColor"
|
||
placeholder="请选择标题栏颜色"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
验证类型
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio60'+item.id"
|
||
v-model="item.isVerification" value="0"/>
|
||
<label :for="'Radio60'+item.id"><i
|
||
class="iconfont icon-ZHicon-"></i></label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio61'+item.id"
|
||
v-model="item.isVerification" value="1"/>
|
||
<label :for="'Radio61'+item.id"><i
|
||
class="iconfont icon-shouji"></i></label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio62'+item.id"
|
||
v-model="item.isVerification" value="2"/>
|
||
<label :for="'Radio62'+item.id"><i
|
||
class="iconfont icon-youxiang"></i></label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否必填
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.isFillIn"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div v-if="item.type==4 || item.type==5">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
选项名称
|
||
</div>
|
||
<div class="inputBox" v-for="info in item.data"
|
||
style="margin: 5px;">
|
||
<input type="text" v-model="info.text"
|
||
placeholder="请输入标题"/><a :dataid="info.id"
|
||
:datapid="item.id"
|
||
v-on:click="delCKInput"
|
||
style="cursor: pointer;">删除</a>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border addSel">
|
||
<a :dataid="item.id" v-on:click="addCKInput">+添加选项</a>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
边框颜色
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="color" v-model="item.selColor"
|
||
placeholder="请选择标题栏颜色"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div v-if="item.type==6">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否必传
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.isUploadImage"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
最多上传{{item.moreNum}}张
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="range" v-model="item.moreNum" max="9"
|
||
min="1"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div v-if="item.type==5" style="display:none">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
最少选择
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.minSel"
|
||
placeholder="请输入最少选择"/>个
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
最多选择
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.maxSel"
|
||
placeholder="请输入最多选择"/>个
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="msk_add_ad" v-on:click="addInput">
|
||
<label></label>添加
|
||
</div>
|
||
</div>
|
||
<div id="data-box" v-if="msType==16">
|
||
<div class="expand_menu_box" v-for="(item,index) in mskDataArray">
|
||
<div class="sub-level-title" v-on:click="expandMenu">
|
||
<i style="float: left;margin-right: 10px; cursor: pointer;"
|
||
class="iconfont icon-sort" title="拖动排序"></i>
|
||
第{{index+1}}项 <span class="isHome"></span>
|
||
<i class="iconfont icon-moreunfold"></i>
|
||
<i class="iconfont icon-icon-del-copy" :deleteId="item.id"
|
||
v-on:click.stop="deleteItem"></i>
|
||
</div>
|
||
<div class="expand_menu_content" v-bind:class="{hidebox:index>0}">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
商品类型
|
||
</div>
|
||
<div class="minIcon">
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio71'+item.id"
|
||
v-model="item.selectType" value="12"/>
|
||
<label :for="'Radio71'+item.id">
|
||
<i>拼团商品</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon" style="display: none;">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio72'+item.id"
|
||
v-model="item.selectType" value="13"/>
|
||
<label :for="'Radio72'+item.id">
|
||
<i>抽奖团商品</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio73'+item.id"
|
||
v-model="item.selectType" value="14"/>
|
||
<label :for="'Radio73'+item.id">
|
||
<i>秒杀商品</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="inputicon" style="display: none;">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio80'+item.id"
|
||
v-model="item.selectType" value="15"/>
|
||
<label :for="'Radio80'+item.id">
|
||
<i>砍价商品</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
按钮文字
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.words"
|
||
placeholder="请输入按钮文字"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="inputBox inputBtn" style="display:grid;">
|
||
<input type="button" v-on:click="getModuleTplData"
|
||
:selectid="item.id" :urlType="item.selectType"
|
||
value="选择商品">
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
已选择
|
||
</div>
|
||
<div class="produc-info">
|
||
<div class="inputicon m_data_img"><span
|
||
v-if="isUploadImage">
|
||
<input type="file" name="upfile"
|
||
:id="'File'+item.id"
|
||
v-on:change="uploadImage"
|
||
:fileId="item.id" :uptype="2"
|
||
:msType="msType"/></span>
|
||
|
||
<img :src="item.path || 'https://mall.gpxscs.cn/api/shop/static/diy/img/up_img.png' "
|
||
:imgId="item.id" :uptype="2" :msType="msType"/>
|
||
</div>
|
||
<div class="text-info">
|
||
<span>{{item.name}}</span>
|
||
<span>开始时间:{{item.StartTimeStr}}</span>
|
||
<span>结束时间:{{item.EndTimeStr}}</span>
|
||
<span>活动价:<em>¥{{item.ItemSalePrice}}</em></span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="msk_add_ad" v-on:click="addModuleContent" :msType="msType">
|
||
<label :msType="msType"></label>添加
|
||
</div>
|
||
</div>
|
||
<div id="data-box" v-if="msType==104 || msType==105">
|
||
<div class="expand_menu_box" v-for="(item,index) in mskDataArray">
|
||
<div class="sub-level-title" v-on:click="expandMenu">
|
||
<i style="float: left;margin-right: 10px; cursor: pointer;"
|
||
class="iconfont icon-sort" title="拖动排序"></i>
|
||
第{{index+1}}项 <span class="isHome"></span>
|
||
<i class="iconfont icon-moreunfold"></i>
|
||
<i class="iconfont icon-icon-del-copy" :deleteId="item.id"
|
||
v-on:click.stop="deleteItem"></i>
|
||
</div>
|
||
<div class="expand_menu_content" v-bind:class="{hidebox:index>0}">
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
商品类型
|
||
</div>
|
||
<div class="minIcon">
|
||
<div class="inputicon" style="display: none;">
|
||
<div class="radioBox">
|
||
<input type="radio" :id="'Radio80'+item.id"
|
||
v-model="item.selectType" value="104"/>
|
||
<label :for="'Radio80'+item.id">
|
||
<i>砍价商品</i>
|
||
</label>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
分类名称
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.name"
|
||
placeholder="请输入分类名称"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="inputBox inputBtn" style="display:grid;">
|
||
<input type="button" v-on:click="getModuleTplData"
|
||
:selectid="item.id" :selectdataids="item.ids || item.did"
|
||
:urlType="item.selectType"
|
||
value="选择商品">
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 已选择 -->
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
已选择
|
||
</div>
|
||
<div class="inputBox">
|
||
<textarea type="text" v-model="item.ids"
|
||
placeholder="请输入选中商品编号"
|
||
style="width: 280px;height: 100px;"></textarea>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<!--分类商品 start-->
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
是否展示过滤价格
|
||
</div>
|
||
<div class="inputicon">
|
||
<input class="weui-switch" type="checkbox"
|
||
v-model="item.isShowFilter"/>
|
||
</div>
|
||
</div>
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
价格区域选项
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.title"/>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="sub-level1 box_border">
|
||
<div class="sub-label">
|
||
排序选项
|
||
</div>
|
||
<div class="inputBox">
|
||
<input type="text" v-model="item.options"/>
|
||
</div>
|
||
</div>
|
||
<!--分类商品 end-->
|
||
</div>
|
||
</div>
|
||
<div class="msk_add_ad" v-on:click="addModuleContent" :msType="msType">
|
||
<label :msType="msType"></label>添加
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</vue-scroll>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<form method="post" action="https://test.lancerdt.com/admin.php/Page_Base/saveTpl" id="dir_form">
|
||
<input type="hidden" name="tpl_id" id="tpl_id" value="1012"/>
|
||
<input type="hidden" name="ctid" id="ctid" value="1711"/>
|
||
<input type="hidden" name="tpl_label" id="tpl_label" value="美妆"/>
|
||
<input type="submit" name="Button1" value="Button" id="Button1" style="display: none"/>
|
||
<input type="submit" name="Button3" value="Button" id="Button3" style="display: none"/>
|
||
<input type="hidden" name="app_id" id="app_id" value="1022"/>
|
||
<input type="hidden" name="page_id" id="page_id" value="1716437417160"/>
|
||
<input type="hidden" name="store_id" id="store_id" value="0"/>
|
||
<input type="hidden" name="store_name" id="store_name" value=""/>
|
||
<input type="hidden" name="app_page_list" id="app_page_list"
|
||
value='[{"IsHome":0,"ShareImg":"","SecondKill":0,"PageConfig":"{\"BackgroundObj\":{\"type\":\"0\",\"bgColor\":\"#f8f8f8\",\"pathColor\":\"#f8f8f8\",\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240904/a46e07ff6b5447a19e5ffa856f7d4f36.jpg\"}}","ShareTitle":"小发同城 30分钟送货到家","PageNav":"{\"window\":{\"navigationBarBackgroundColor\":\"#f9372b\",\"navigationBarTextStyle\":\"white\",\"navigationBarTitleText\":\"\",\"backgroundColor\":\"#f8f8f8\",\"backgroundTextStyle\":\"dark\"},\"tabBar\":{\"color\":\"#999999\",\"selectedColor\":\"#DB384C\",\"backgroundColor\":\"#ffffff\",\"borderStyle\":\"white\",\"position\":\"bottom\",\"list\":[{\"pagePath\":\"pages/index/index\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/aa07e66f-d4fb-4a2b-bc4c-67ed9aace69b.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/2840118f-dd01-471a-a749-d910905cefc3.png\",\"text\":\"首页\"},{\"pagePath\":\"pages/category/category\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/16ff7864-3513-4ff8-bf12-a9a9808d39e5.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/cdb5e3df-9d40-42ef-a46a-686dac547fd8.png\",\"text\":\"分类\"},{\"pagePath\":\"pages/cart/cart\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/63d2f0b9-7059-4b06-b170-d3b93a749f99.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/ea018028-20c0-4f1d-a914-3bfc55c8f13f.png\",\"text\":\"购物车\"},{\"pagePath\":\"pages/UserCenter/UserCenter\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/50737e26-52e6-4c10-858a-ae2c025c2ebc.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/462eb69a-b3ec-446c-9997-c9f1e3212bcb.png\",\"text\":\"我的\"}]}}","IsGb":0,"PageTitle":"综合风格模板","IsActivity":0,"IsUpgrade":0,"IsArticle":0,"PageCode":"[{\"id\":1727143525549,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm3\":{\"showNbg\":true,\"align\":1,\"padding\":0,\"width\":375,\"height\":\"120\",\"borderRadius\":\"8\",\"progress\":true,\"color\":\"#ffffff\",\"activeColor\":\"#fb1313\",\"autoplay\":true,\"data\":[{\"id\":1727143558682,\"did\":1718952676637,\"ids\":\"\",\"name\":\"数码办公模板\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240924/35a83f96db514e5189d107fd34627d1e.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"8\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1727143662115,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240924/176399338dee401683813fb0091e8776.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1727143947862,\"did\":1,\"ids\":\"\",\"name\":\"数码家电\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240924/8a1021f4acf54beba43ed2c83c67c2fc.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1727145227704,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm3\":{\"showNbg\":false,\"align\":1,\"padding\":0,\"width\":\"375\",\"height\":\"91\",\"borderRadius\":0,\"progress\":false,\"color\":\"#ffffff\",\"activeColor\":\"#000000\",\"autoplay\":false,\"data\":[{\"id\":1727145254736,\"did\":1,\"ids\":\"\",\"name\":\"数码家电\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240924/b6761b0d63254c68a23a55911e0c8fe2.gif\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1727145312942,\"eltmType\":\"6\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm6\":{\"paddingTop\":10,\"paddingRight\":\"2\",\"paddingBottom\":\"4\",\"paddingLeft\":\"2\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":0,\"alignItems\":0,\"type\":0,\"isSwiper\":0,\"width\":0,\"height\":0,\"data\":[{\"id\":1727145367912,\"did\":36,\"ids\":\"\",\"name\":\"限时折扣\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240924/d1ca1cb3ca754d4cbddbcc54c27b7637.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/pages/product/list?activity_type_id=1103&cname=限时折扣\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1727145429932,\"did\":4,\"ids\":\"\",\"name\":\"服装鞋帽\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240924/edd43ff0ef744cbfaba65109d86903ef.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1727145505968,\"eltmType\":\"6\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm6\":{\"paddingTop\":\"0\",\"paddingRight\":\"2\",\"paddingBottom\":\"4\",\"paddingLeft\":\"2\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":0,\"alignItems\":0,\"type\":0,\"isSwiper\":0,\"width\":0,\"height\":0,\"data\":[{\"id\":1727145551660,\"did\":255,\"ids\":\"\",\"name\":\"无线耳机xiaomi \",\"ItemSalePrice\":29,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240924/121dfb39326045129b29e8fd7631ab86.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"超长待机 音质卓越 超高性价比\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1727145605013,\"did\":24,\"ids\":\"\",\"name\":\"数码配件\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240924/78dc78b33acd45e0bf11ca3f8bff16fd.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1727147477185,\"eltmType\":\"1\",\"bgColor\":\"rgba(0,0,0,0)\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":false,\"layout\":\"4\",\"width\":750,\"height\":\"65\",\"paddingTop\":\"0\",\"paddingRight\":\"17\",\"paddingBottom\":0,\"paddingLeft\":\"0\",\"data\":{\"id\":\"1727147477185\",\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240924/08b1fad2ea3a4acc91c7afb48d6734e4.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}}},{\"id\":1760578986908,\"eltmType\":\"104\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm104\":{\"height\":316,\"title\":\"200,300,500\",\"titleColor\":\"#bfbfbf\",\"options\":\"{}\",\"isShowFilter\":0,\"isShowLoading\":0,\"viewtype\":1,\"data\":[{\"id\":1760578993039,\"did\":260243,\"ids\":\"260243\",\"name\":\"新品推荐\",\"ItemSalePrice\":6.98,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002812/20251014/6dd7b14957d64d0191ccc80744b97ab4.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":104,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1760579059926,\"did\":260237,\"ids\":\"260241,260237\",\"name\":\"热卖\",\"ItemSalePrice\":19.8,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002812/20251014/c0d22bb4e0f540ae88e2da74a89ff0d4.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":104,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}}]","PageQRCode":"","StoreId":0,"IsSns":0,"IsRelease":true,"IsPoint":0,"IsLikeYou":0,"Id":1716437417160,"TemplateWarehouseId":1022,"StoreIndex":0},{"IsHome":0,"ShareImg":"","SecondKill":0,"PageConfig":"{\"BackgroundObj\":{\"type\":1,\"bgColor\":\"#f8f8f8\",\"pathColor\":\"#f8f8f8\",\"path\":\"\"}}","ShareTitle":"小发同城 同城零售","PageNav":"{\"window\":{\"navigationBarBackgroundColor\":\"#f41323\",\"navigationBarTextStyle\":\"white\",\"navigationBarTitleText\":\"\",\"backgroundColor\":\"#f8f8f8\",\"backgroundTextStyle\":\"dark\"},\"tabBar\":{\"color\":\"#999999\",\"selectedColor\":\"#DB384C\",\"backgroundColor\":\"#ffffff\",\"borderStyle\":\"white\",\"position\":\"bottom\",\"list\":[{\"pagePath\":\"pages/index/index\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/aa07e66f-d4fb-4a2b-bc4c-67ed9aace69b.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/2840118f-dd01-471a-a749-d910905cefc3.png\",\"text\":\"首页\"},{\"pagePath\":\"pages/category/category\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/16ff7864-3513-4ff8-bf12-a9a9808d39e5.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/cdb5e3df-9d40-42ef-a46a-686dac547fd8.png\",\"text\":\"分类\"},{\"pagePath\":\"pages/cart/cart\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/63d2f0b9-7059-4b06-b170-d3b93a749f99.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/ea018028-20c0-4f1d-a914-3bfc55c8f13f.png\",\"text\":\"购物车\"},{\"pagePath\":\"pages/UserCenter/UserCenter\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/50737e26-52e6-4c10-858a-ae2c025c2ebc.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/462eb69a-b3ec-446c-9997-c9f1e3212bcb.png\",\"text\":\"我的\"}]}}","IsGb":0,"PageTitle":"汽车服务模板","IsActivity":0,"IsUpgrade":0,"IsArticle":0,"PageCode":"[{\"id\":1718607324861,\"eltmType\":\"3\",\"bgColor\":\"rgba(0,0,0,0)\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm3\":{\"showNbg\":true,\"align\":1,\"padding\":0,\"width\":\"375\",\"height\":\"142\",\"borderRadius\":\"8\",\"progress\":true,\"color\":\"#ffffff\",\"activeColor\":\"#f70808\",\"autoplay\":true,\"data\":[{\"id\":1718607331097,\"did\":158,\"ids\":\"\",\"name\":\"\",\"ItemSalePrice\":589,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240617afae72d366964d4ebe8a57e60736df05.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718607428884,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240617de06cfa02f684637afd3e801c01b2f6a.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718607766946,\"eltmType\":\"7\",\"bgColor\":\"#ffffff\",\"paddingTop\":\"10\",\"paddingRight\":\"8\",\"paddingBottom\":\"7\",\"paddingLeft\":\"8\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm7\":{\"column\":\"5\",\"bgColor\":\"#fff\",\"paddingTop\":\"10\",\"paddingRight\":10,\"paddingBottom\":\"8\",\"paddingLeft\":10,\"border\":false,\"data\":[{\"id\":1718607872213,\"did\":23,\"ids\":\"\",\"name\":\"换轮胎\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240617d4a59900b8c74597ab46ea780272fcdd.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"1\",\"AppUrl\":\"/chain/chain/scan\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718608293180,\"did\":0,\"ids\":\"\",\"name\":\"做保养\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406178abfd5a31c414920a0aea322b26e998b.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718608319162,\"did\":0,\"ids\":\"\",\"name\":\"特惠洗车\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024061787e055a0ff4749abaccdb20c691d8a5f.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718608343711,\"did\":0,\"ids\":\"\",\"name\":\"爱车升级\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406170958d47de048409494755afe938b80e5.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718608365451,\"did\":115,\"ids\":\"\",\"name\":\"故障维修\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406172a35596afb0e4a7e972789eb1e6ffce4.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"1\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718609000387,\"did\":0,\"ids\":\"\",\"name\":\"蓄电池\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240617264c2c9b325d4d25a69a213b80e72bbb.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"电池\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718609220180,\"did\":0,\"ids\":\"\",\"name\":\"刹车\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240617b18d96384efc478083f97fab002b955b.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"刹车\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718609254363,\"did\":0,\"ids\":\"\",\"name\":\"润滑油\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024061709d3d73b20a34ee3b951955198c0df21.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"润滑油\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718609307045,\"did\":0,\"ids\":\"\",\"name\":\"安全检测\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406179201193a5e3d40cfb5ad18e36aa00e00.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"检测\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718609343700,\"did\":0,\"ids\":\"\",\"name\":\"道路救援\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406178f8263e2f2b0419fbc9fdf97b3e8a2c4.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"救援\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718609662581,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":\"0\",\"paddingRight\":0,\"paddingBottom\":\"0\",\"paddingLeft\":0,\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm3\":{\"showNbg\":false,\"align\":1,\"padding\":0,\"width\":\"375\",\"height\":\"89\",\"borderRadius\":\"8\",\"progress\":true,\"color\":\"#ffffff\",\"activeColor\":\"#f70808\",\"autoplay\":true,\"data\":[{\"id\":1718609669684,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024061760182fa672e442fda0a639eda74aa698.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718609687081,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240617adb5052f80b14749a9a40a5593c04e5a.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718609708149,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240617f48c58b56c9043cf96f272080412a537.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718610258214,\"eltmType\":\"5\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm5\":{\"height\":\"1\"}},{\"id\":1718609611913,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":\"5\",\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm3\":{\"showNbg\":false,\"align\":1,\"padding\":0,\"width\":375,\"height\":\"159\",\"borderRadius\":0,\"progress\":false,\"color\":\"#ffffff\",\"activeColor\":\"#000000\",\"autoplay\":false,\"data\":[{\"id\":1718609620705,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240617e0111054796447258d31f1ae2c8e38b1.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718610323475,\"eltmType\":\"6\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":\"0\",\"borderTopRightRadius\":\"0\",\"borderBottomLeftRadius\":\"0\",\"borderBottomRightRadius\":\"0\",\"eltm6\":{\"paddingTop\":10,\"paddingRight\":\"2\",\"paddingBottom\":\"4\",\"paddingLeft\":\"2\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":\"2\",\"alignItems\":\"2\",\"type\":0,\"isSwiper\":false,\"width\":0,\"height\":0,\"data\":[{\"id\":1718610336045,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240617ac63a873df6b4298ad3fb7a9e7ea9b6e.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718610348054,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406174c21c2a6253d40bd827a597d5f91b003.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718610948297,\"eltmType\":\"6\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm6\":{\"paddingTop\":\"0\",\"paddingRight\":\"2\",\"paddingBottom\":\"1\",\"paddingLeft\":\"2\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":0,\"alignItems\":0,\"type\":0,\"isSwiper\":0,\"width\":0,\"height\":0,\"data\":[{\"id\":1718610974363,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240617eb8c01719c2348b1b90b4d6fc4c9832f.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718610982722,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406179aab7e6d28814895abc88ed27c022cbe.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718611425710,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":\"0\",\"paddingRight\":\"0\",\"paddingBottom\":0,\"paddingLeft\":\"0\",\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm3\":{\"showNbg\":false,\"align\":\"1\",\"padding\":0,\"width\":\"328\",\"height\":\"32\",\"borderRadius\":\"8\",\"progress\":false,\"color\":\"#ffffff\",\"activeColor\":\"#000000\",\"autoplay\":false,\"data\":[{\"id\":1718611436433,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240617869e61e1c4654ec4939f1982b99ecbef.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"0\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718611630922,\"eltmType\":\"4\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm4\":{\"shadow\":true,\"btnType\":0,\"listTyle\":\"2\",\"isPrice\":true,\"isProductTips\":true,\"btnColor\":\"#DB384C\",\"btnText\":\"购买\",\"priceColor\":\"#f41f38\",\"btnFontColor\":\"#fff\",\"data\":[{\"id\":1718611670519,\"did\":176,\"ids\":\"\",\"name\":\"辉兰奇瑞风云T9专用中控排挡保护内饰贴膜 进口\",\"ItemSalePrice\":88,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10005/202406140bad0059030e4beeaf34dce56eaa3209.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"屏幕钢化膜汽车改装用品\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718611686059,\"did\":171,\"ids\":\"\",\"name\":\"智国者车载吸尘器大吸力功率手持家用无线桌面便携 进口\",\"ItemSalePrice\":69,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10005/20240614e97cf9cc27e44c2c8c126bbf2af92e2d.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"升级强劲金属电机,飓风吸力 【车家两用】\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718611707557,\"did\":165,\"ids\":\"\",\"name\":\"玛丽 重型气撑气弹簧床用液压杆汽车液压 进口\",\"ItemSalePrice\":40,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10005/2024061471e5039e53a544e7b099465479c88d28.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"中心距500默认50kg\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718611754457,\"did\":158,\"ids\":\"\",\"name\":\"德国马牌(Continental)轮胎/汽车轮胎 225/65R17 进口\",\"ItemSalePrice\":589,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10005/202406143072556ef1f64414b75556b274b165b8.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"102V FR UC6 SUV适配CR-V/RAV4/CX-5\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718611762339,\"did\":156,\"ids\":\"\",\"name\":\"美孚(Mobil)美孚1号银美孚 先进全合成汽机油5W-40 进口\",\"ItemSalePrice\":219,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10005/20240614a5d9a651700a499b8a5b650e47fdc187.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"保养爱车,选美孚,“孚”利享不停,可搭配机油滤清器使用,全面养护!\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718611780487,\"did\":155,\"ids\":\"\",\"name\":\"澜驰养车汽车精致洗车服务 五座轿车 \",\"ItemSalePrice\":999,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10005/2024061425c2abdc98504ff695f6f2e44e0f9f5a.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"到店服务 纯服务\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718611915300,\"did\":151,\"ids\":\"\",\"name\":\"得力(deli)无线车载吸尘器手持 进口\",\"ItemSalePrice\":599,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10005/20240614156d91c5ff0d418a8f17bbb24e4935d1.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"车家两用大功率大吸力汽车随手吸\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718611928056,\"did\":149,\"ids\":\"\",\"name\":\"汽车喷枪HVLP3000汽车面漆喷枪 进口\",\"ItemSalePrice\":149,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10005/2024061443ef702aa8bf47219ae186134f0e5fc2.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"气动高雾化钣金喷漆水油专用喷漆枪\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718611953613,\"did\":146,\"ids\":\"\",\"name\":\"龟牌(Turtle Wax)大力橙多功能泡沫清洁剂 进口\",\"ItemSalePrice\":68,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10005/20240614be94ad7459cb41e6be22a872213ab58d.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"汽车内饰皮革护理清洗剂650ml\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718611970233,\"did\":144,\"ids\":\"\",\"name\":\"史维克斯SWISSVAX汽车内饰皮革养护套装 进口\",\"ItemSalePrice\":1878,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10005/20240614a96bb7d49beb4feaa28b7888f6da59f7.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"皮革加量套装(加象脂膏大瓶)\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}],\"charLine\":\"1\"}}]","PageQRCode":"","StoreId":0,"IsSns":0,"IsRelease":true,"IsPoint":0,"IsLikeYou":0,"Id":1718607055225,"TemplateWarehouseId":1022,"StoreIndex":0},{"IsHome":0,"ShareImg":"","SecondKill":0,"PageConfig":"{\"BackgroundObj\":{\"type\":1,\"bgColor\":\"#f8f8f8\",\"pathColor\":\"#f8f8f8\",\"path\":\"\"}}","ShareTitle":"线上超市 30分钟生鲜送到家","PageNav":"{\"window\":{\"navigationBarBackgroundColor\":\"#00c33d\",\"navigationBarTextStyle\":\"white\",\"navigationBarTitleText\":\"\",\"backgroundColor\":\"#f8f8f8\",\"backgroundTextStyle\":\"dark\"},\"tabBar\":{\"color\":\"#999999\",\"selectedColor\":\"#DB384C\",\"backgroundColor\":\"#ffffff\",\"borderStyle\":\"white\",\"position\":\"bottom\",\"list\":[{\"pagePath\":\"pages/index/index\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/aa07e66f-d4fb-4a2b-bc4c-67ed9aace69b.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/2840118f-dd01-471a-a749-d910905cefc3.png\",\"text\":\"首页\"},{\"pagePath\":\"pages/category/category\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/16ff7864-3513-4ff8-bf12-a9a9808d39e5.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/cdb5e3df-9d40-42ef-a46a-686dac547fd8.png\",\"text\":\"分类\"},{\"pagePath\":\"pages/cart/cart\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/63d2f0b9-7059-4b06-b170-d3b93a749f99.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/ea018028-20c0-4f1d-a914-3bfc55c8f13f.png\",\"text\":\"购物车\"},{\"pagePath\":\"pages/UserCenter/UserCenter\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/50737e26-52e6-4c10-858a-ae2c025c2ebc.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/462eb69a-b3ec-446c-9997-c9f1e3212bcb.png\",\"text\":\"我的\"}]}}","IsGb":0,"PageTitle":"生鲜农产品模板","IsActivity":0,"IsUpgrade":0,"IsArticle":0,"PageCode":"[{\"id\":1718613055780,\"eltmType\":\"3\",\"bgColor\":\"rgba(0,0,0,0)\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":\"0\",\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm3\":{\"showNbg\":1,\"align\":1,\"padding\":0,\"width\":375,\"height\":\"172\",\"borderRadius\":\"8\",\"progress\":true,\"color\":\"#ffffff\",\"activeColor\":\"#00ce70\",\"autoplay\":true,\"data\":[{\"id\":1718613075749,\"did\":0,\"ids\":\"\",\"name\":\"肉\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240617f2583153e49340ae80b353a5d82f328f.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718613102217,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240617a64e12de7e2a4511945bfab2fdc17af1.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"水果\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718613132385,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406171f5db7a5c9b042388711efecda4c9f3e.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"海鲜\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718616696129,\"eltmType\":\"6\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm6\":{\"paddingTop\":\"8\",\"paddingRight\":\"1\",\"paddingBottom\":\"0\",\"paddingLeft\":\"1\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":\"2\",\"alignItems\":\"2\",\"type\":0,\"isSwiper\":true,\"width\":0,\"height\":0,\"data\":[{\"id\":1718616811993,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024061787f1bf47b3a943d995eb63b1f2f89684.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718616843271,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240617d5c1cc5e502448efa96490e97589b32c.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718617361226,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":\"0\",\"paddingBottom\":\"0\",\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm3\":{\"showNbg\":false,\"align\":1,\"padding\":0,\"width\":\"338\",\"height\":\"42\",\"borderRadius\":0,\"progress\":false,\"color\":\"#ffffff\",\"activeColor\":\"#000000\",\"autoplay\":false,\"data\":[{\"id\":1718617374415,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406172aec9e8496f34784a2b43b9d239f09d7.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"0\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718617563533,\"eltmType\":\"4\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm4\":{\"shadow\":true,\"btnType\":\"1\",\"listTyle\":\"2\",\"isPrice\":true,\"isProductTips\":true,\"btnColor\":\"#DB384C\",\"btnText\":\"购买\",\"priceColor\":\"#f2213a\",\"btnFontColor\":\"#fff\",\"data\":[{\"id\":1718617634732,\"did\":241452,\"ids\":\"\",\"name\":\"无籽红提 无籽红提750g\",\"ItemSalePrice\":14.97,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250927/473b753de0cc48f0984727dd727e3e96.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718617644413,\"did\":241636,\"ids\":\"\",\"name\":\"脆梨 脆梨500g\",\"ItemSalePrice\":4.98,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250927/e03f8fba96a140a1abb8f6d971666cb4.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718617655083,\"did\":241524,\"ids\":\"\",\"name\":\"金色年华 3500g 金色年华500g\",\"ItemSalePrice\":24.8,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250927/de78095e1ec44207b412abfe7822c99d.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718617661891,\"did\":241518,\"ids\":\"\",\"name\":\"红心蜜柚 红心蜜柚1500g\",\"ItemSalePrice\":7.74,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250926/42b02d791b1d41ceb678b024896d8293.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718617669936,\"did\":252701,\"ids\":\"\",\"name\":\"凯特芒 凯特芒1000g\",\"ItemSalePrice\":7.96,\"path\":\"https://static.gpxscs.cn/media/images/goods_library/20250726/859dff185a25422fa4441604b52b92f0.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718617676182,\"did\":241765,\"ids\":\"\",\"name\":\"西贡蕉 西贡蕉500g\",\"ItemSalePrice\":2.98,\"path\":\"https://static.gpxscs.cn/media/images/goods_library/3323/445039e4cb80be974388c6ab683c0ac5.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718617705821,\"did\":252664,\"ids\":\"\",\"name\":\"手指黑提 1000g 手指黑提1000g\",\"ItemSalePrice\":10,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250928/9a16dae883e74548962b9b9c03444da2.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718617717332,\"did\":256902,\"ids\":\"\",\"name\":\"黄桃 黄桃500g\",\"ItemSalePrice\":5.98,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250927/152ec09e5a7645fdaa9de01a79aee53f.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718617727243,\"did\":254632,\"ids\":\"\",\"name\":\"阳光提 1000g 阳光提500g\",\"ItemSalePrice\":11.58,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250927/b71219631cfc46b89038dadf683fa66a.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718617744054,\"did\":238433,\"ids\":\"\",\"name\":\"红心火龙果 1000g \",\"ItemSalePrice\":5.16,\"path\":\"https://static.gpxscs.cn/media/images/goods_library/3646/062bc82383d681ec90ea4c405713d707.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718617758606,\"did\":241748,\"ids\":\"\",\"name\":\"排骨 排骨500g\",\"ItemSalePrice\":17.8,\"path\":\"https://static.gpxscs.cn/media/images/goods_library/20250726/99717804c342432185f68b17ac677a4c.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718617830394,\"did\":241756,\"ids\":\"\",\"name\":\"猪脚(后) 猪脚(后)1000g\",\"ItemSalePrice\":19.8,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250926/a2f5f4293da248888d151d8afc3d80a8.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}}]","PageQRCode":"","StoreId":0,"IsSns":0,"IsRelease":true,"IsPoint":0,"IsLikeYou":0,"Id":1718612701772,"TemplateWarehouseId":1022,"StoreIndex":0},{"IsHome":0,"ShareImg":"","SecondKill":0,"PageConfig":"{\"BackgroundObj\":{\"type\":1,\"bgColor\":\"#f8f8f8\",\"pathColor\":\"#f8f8f8\",\"path\":\"\"}}","ShareTitle":"挑好物,逛新鲜超市","PageNav":"{\"window\":{\"navigationBarBackgroundColor\":\"#3a79f8\",\"navigationBarTextStyle\":\"white\",\"navigationBarTitleText\":\"\",\"backgroundColor\":\"#f8f8f8\",\"backgroundTextStyle\":\"dark\"},\"tabBar\":{\"color\":\"#999999\",\"selectedColor\":\"#DB384C\",\"backgroundColor\":\"#ffffff\",\"borderStyle\":\"white\",\"position\":\"bottom\",\"list\":[{\"pagePath\":\"pages/index/index\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/aa07e66f-d4fb-4a2b-bc4c-67ed9aace69b.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/2840118f-dd01-471a-a749-d910905cefc3.png\",\"text\":\"首页\"},{\"pagePath\":\"pages/category/category\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/16ff7864-3513-4ff8-bf12-a9a9808d39e5.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/cdb5e3df-9d40-42ef-a46a-686dac547fd8.png\",\"text\":\"分类\"},{\"pagePath\":\"pages/cart/cart\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/63d2f0b9-7059-4b06-b170-d3b93a749f99.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/ea018028-20c0-4f1d-a914-3bfc55c8f13f.png\",\"text\":\"购物车\"},{\"pagePath\":\"pages/UserCenter/UserCenter\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/50737e26-52e6-4c10-858a-ae2c025c2ebc.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/462eb69a-b3ec-446c-9997-c9f1e3212bcb.png\",\"text\":\"我的\"}]}}","IsGb":0,"PageTitle":"生活超市","IsActivity":0,"IsUpgrade":0,"IsArticle":0,"PageCode":"[{\"id\":1718697530792,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm3\":{\"showNbg\":1,\"align\":1,\"padding\":0,\"width\":375,\"height\":\"142\",\"borderRadius\":\"8\",\"progress\":true,\"color\":\"#ffffff\",\"activeColor\":\"#fa3f38\",\"autoplay\":true,\"data\":[{\"id\":1718697617239,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406184cf55b0d648c446e8ba964bd9c1c3884.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"酒\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718697799475,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240618bbb0417d3d60401dbef9d18a5787c4d9.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"食\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718697835918,\"did\":82,\"ids\":\"\",\"name\":\"女士护肤\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406186becd5458fda4cf4a292f3db8700d607.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"3\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0,\"keyWord\":\"肉\"}]}},{\"id\":1718697884110,\"eltmType\":\"7\",\"bgColor\":\"#ffffff\",\"paddingTop\":\"10\",\"paddingRight\":\"8\",\"paddingBottom\":\"7\",\"paddingLeft\":\"8\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm7\":{\"column\":\"5\",\"bgColor\":\"#fff\",\"paddingTop\":\"10\",\"paddingRight\":\"0\",\"paddingBottom\":\"7\",\"paddingLeft\":\"0\",\"border\":false,\"data\":[{\"id\":1718697972009,\"did\":1754292818093,\"ids\":\"\",\"name\":\"生鲜卖场\",\"ItemSalePrice\":0,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20251012/524363849073422aad06a9b932458afd.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"9\",\"AppUrl\":\"/pagesub/index/store?store_id=69\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718698139623,\"did\":725,\"ids\":\"\",\"name\":\"闪送到家\",\"ItemSalePrice\":0,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20251012/18db191177634c27b45bf9c6cae92383.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"3\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0,\"keyWord\":\"肉\"},{\"id\":1718698532005,\"did\":139,\"ids\":\"\",\"name\":\"牛奶饮品\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406189494eecd69fa455bb552a7cd0ecd4a00.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"3\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0,\"keyWord\":\"牛奶\"},{\"id\":1718699023476,\"did\":0,\"ids\":\"\",\"name\":\"母婴玩具\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406189189889c4fdc405cb72886637758b830.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"奶粉\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718699068106,\"did\":0,\"ids\":\"\",\"name\":\"口腔健康\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240618d1b6ee5dc59f4271880ce529facac851.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"牙\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718699583025,\"did\":142,\"ids\":\"\",\"name\":\"果蔬生鲜\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024061839a933c216e34eb784fd50a5c590f1b2.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"3\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0,\"keyWord\":\"果\"},{\"id\":1718699689072,\"did\":153,\"ids\":\"\",\"name\":\"食品乳饮\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240618ede58438750d4cfc88bd7ac4033074bb.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"3\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0,\"keyWord\":\"食\"},{\"id\":1718699754812,\"did\":183,\"ids\":\"\",\"name\":\"日用洗护\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240618bb723273753c4f28a96f8cdcd2bdd9ab.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"3\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0,\"keyWord\":\"日\"},{\"id\":1718699805682,\"did\":170,\"ids\":\"\",\"name\":\"宜品\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240618cfc6b0a02f234704bc10dc6004a062bb.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"3\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0,\"keyWord\":\"家\"},{\"id\":1718699895980,\"did\":146,\"ids\":\"\",\"name\":\"特色馆\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406187538b1078c9c43878923bcab1f1f1979.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"3\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0,\"keyWord\":\"酒\"}]}},{\"id\":1718699949732,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm3\":{\"showNbg\":false,\"align\":1,\"padding\":0,\"width\":375,\"height\":\"99\",\"borderRadius\":0,\"progress\":false,\"color\":\"#ffffff\",\"activeColor\":\"#000000\",\"autoplay\":false,\"data\":[{\"id\":1718700004566,\"did\":2,\"ids\":\"\",\"name\":\"优惠红包\",\"ItemSalePrice\":10,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406187b6dce11342443109f51959395e260c8.gif\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"17\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718700122389,\"eltmType\":\"6\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm6\":{\"paddingTop\":\"8\",\"paddingRight\":\"2\",\"paddingBottom\":\"0\",\"paddingLeft\":\"2\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":0,\"alignItems\":0,\"type\":0,\"isSwiper\":0,\"width\":0,\"height\":0,\"data\":[{\"id\":1718700192303,\"did\":95,\"ids\":\"\",\"name\":\"家庭清洁\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406188272053b589a4f058203a6d12fef342e.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"3\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0,\"keyWord\":\"纸\"},{\"id\":1718700274422,\"did\":180,\"ids\":\"\",\"name\":\"增强免疫\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240618edc92603773e4a2f95b06381ea19c2da.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/pagesub/index/store?store_id=69\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718700334701,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm3\":{\"showNbg\":false,\"align\":1,\"padding\":0,\"width\":\"311\",\"height\":\"36\",\"borderRadius\":0,\"progress\":false,\"color\":\"#ffffff\",\"activeColor\":\"#000000\",\"autoplay\":false,\"data\":[{\"id\":1718700355253,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024061825a35115315d476cb0f03d88703c5a0a.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"0\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718700398439,\"eltmType\":\"6\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm6\":{\"paddingTop\":\"8\",\"paddingRight\":\"2\",\"paddingBottom\":\"0\",\"paddingLeft\":\"2\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":0,\"alignItems\":0,\"type\":0,\"isSwiper\":0,\"width\":0,\"height\":0,\"data\":[{\"id\":1718700444673,\"did\":95,\"ids\":\"\",\"name\":\"家庭清洁\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406188ebaa0edd1e349b6a506205c5f73627b.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"3\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0,\"keyWord\":\"立白\"},{\"id\":1718700488029,\"did\":145,\"ids\":\"\",\"name\":\"进口食品\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240618abb1c685dd7544dc8efa1386ebfd2df4.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"3\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0,\"keyWord\":\"面\"}]}},{\"id\":1718700525291,\"eltmType\":\"6\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm6\":{\"paddingTop\":\"5\",\"paddingRight\":\"2\",\"paddingBottom\":\"0\",\"paddingLeft\":\"2\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":0,\"alignItems\":0,\"type\":0,\"isSwiper\":0,\"width\":0,\"height\":0,\"data\":[{\"id\":1718700678388,\"did\":46,\"ids\":\"\",\"name\":\"家居日用\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024061865891b0480944fbcb93a43bfc614f37d.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"3\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0,\"keyWord\":\"油\"},{\"id\":1718700709193,\"did\":153,\"ids\":\"\",\"name\":\"牛奶酸奶\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406186f1ee9db66e0430c9eab473c8133e02a.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"3\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0,\"keyWord\":\"菜\"}]}},{\"id\":1718700740788,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":\"6\",\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm3\":{\"showNbg\":false,\"align\":1,\"padding\":0,\"width\":\"338\",\"height\":\"32\",\"borderRadius\":0,\"progress\":false,\"color\":\"#ffffff\",\"activeColor\":\"#000000\",\"autoplay\":false,\"data\":[{\"id\":1718700757397,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406184a3c0d4203a24b2da5b1b0087e30be71.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"0\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1760263581258,\"eltmType\":\"4\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm4\":{\"shadow\":true,\"btnType\":\"1\",\"listTyle\":\"2\",\"isPrice\":true,\"isProductTips\":true,\"btnColor\":\"#DB384C\",\"btnText\":\"购买\",\"priceColor\":\"#DB384C\",\"btnFontColor\":\"#fff\",\"data\":[{\"id\":1760263603384,\"did\":241515,\"ids\":\"\",\"name\":\"软籽石榴 软籽石榴500g\",\"ItemSalePrice\":3.58,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250926/657cf07ba1b146cbb6e48c32e8d4288a.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1760263659087,\"did\":256902,\"ids\":\"\",\"name\":\"黄桃 黄桃500g\",\"ItemSalePrice\":6.58,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250927/152ec09e5a7645fdaa9de01a79aee53f.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1760263672895,\"did\":256807,\"ids\":\"\",\"name\":\"红富士 红富士500g\",\"ItemSalePrice\":6.58,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250927/50e42b9c16514d959f42a2e31ebec913.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1760263704279,\"did\":256906,\"ids\":\"\",\"name\":\"脆柿 脆柿500g\",\"ItemSalePrice\":3.58,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250927/d1abdb20370a4d81908965f61af560e4.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1760263738198,\"did\":254632,\"ids\":\"\",\"name\":\"阳光提 1000g 阳光提500g\",\"ItemSalePrice\":9.98,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250927/b71219631cfc46b89038dadf683fa66a.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1760263768471,\"did\":252701,\"ids\":\"\",\"name\":\"凯特芒 凯特芒1000g\",\"ItemSalePrice\":8.76,\"path\":\"https://static.gpxscs.cn/media/images/goods_library/20250726/859dff185a25422fa4441604b52b92f0.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1760263786526,\"did\":242065,\"ids\":\"\",\"name\":\"香梨 香梨500g\",\"ItemSalePrice\":3.98,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250927/ff0431d1f6fb4b5da9effeca4f447558.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1760263808671,\"did\":241773,\"ids\":\"\",\"name\":\"蜜梨 蜜梨500g\",\"ItemSalePrice\":2.58,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250926/24e8aeb28d2a40d88f6f61c665ac42af.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1760263840847,\"did\":241761,\"ids\":\"\",\"name\":\"香蕉 香蕉500g\",\"ItemSalePrice\":1.98,\"path\":\"https://static.gpxscs.cn/media/images/goods_library/20250726/4771ac8714204537958c73a484cefb8a.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1760263871127,\"did\":241765,\"ids\":\"\",\"name\":\"西贡蕉 西贡蕉500g\",\"ItemSalePrice\":2.98,\"path\":\"https://static.gpxscs.cn/media/images/goods_library/3323/445039e4cb80be974388c6ab683c0ac5.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1760263885919,\"did\":241452,\"ids\":\"\",\"name\":\"无籽红提 无籽红提750g\",\"ItemSalePrice\":14.97,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250927/473b753de0cc48f0984727dd727e3e96.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1760263939078,\"did\":241509,\"ids\":\"\",\"name\":\"人参果 人参果500g\",\"ItemSalePrice\":5.98,\"path\":\"https://static.gpxscs.cn/media/images/goods_library/2451/21ba4359a65a0f8c3cb29412868a5db6.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1760264000399,\"did\":241501,\"ids\":\"\",\"name\":\"麒麟瓜 麒麟瓜6000g\",\"ItemSalePrice\":40.56,\"path\":\"https://static.gpxscs.cn/media/images/goods_library/20250726/9ec548f08696482f8e97adb91db64ded.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1760264019830,\"did\":241524,\"ids\":\"\",\"name\":\"金色年华 3500g 金色年华500g\",\"ItemSalePrice\":24.8,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250927/de78095e1ec44207b412abfe7822c99d.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1760264058894,\"did\":241518,\"ids\":\"\",\"name\":\"红心蜜柚 红心蜜柚1500g\",\"ItemSalePrice\":7.74,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250926/42b02d791b1d41ceb678b024896d8293.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1760264081183,\"did\":241424,\"ids\":\"\",\"name\":\"金枕榴莲A果 金枕榴莲A果400g\",\"ItemSalePrice\":15.84,\"path\":\"https://static.gpxscs.cn/media/images/goods_library/20250720/f7573480420d405497e60293792ae575.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1760264130925,\"did\":241421,\"ids\":\"\",\"name\":\"圣女果 圣女果500g\",\"ItemSalePrice\":4.98,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250927/7b33b4aa97f44de4942f0e8a3f221ea8.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1760264160734,\"did\":241427,\"ids\":\"\",\"name\":\"百香果 百香果500g\",\"ItemSalePrice\":6.98,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250927/c956730a79d849ee86a9ed256f956c17.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1760264199926,\"did\":241444,\"ids\":\"\",\"name\":\"柑桔 柑桔500g\",\"ItemSalePrice\":2.38,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250927/3e9a2c4b65a7420fac6cf857dba9f337.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1760264266557,\"did\":241425,\"ids\":\"\",\"name\":\"猕猴桃 猕猴桃500g\",\"ItemSalePrice\":5.58,\"path\":\"https://static.gpxscs.cn/media/images/goods_library/20250726/e2017995d6f649989be00e90cfa427f3.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1760264300085,\"did\":238433,\"ids\":\"\",\"name\":\"红心火龙果 1000g \",\"ItemSalePrice\":5.16,\"path\":\"https://static.gpxscs.cn/media/images/goods_library/3646/062bc82383d681ec90ea4c405713d707.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1760264331750,\"did\":241418,\"ids\":\"\",\"name\":\"白心火龙果 白心火龙果500g\",\"ItemSalePrice\":4.38,\"path\":\"https://static.gpxscs.cn/media/images/goods_library/3645/2034d50070380fa1a2a4827f35f77272.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}],\"charLine\":\"2\"}},{\"id\":1760264452726,\"eltmType\":\"101\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm101\":{\"height\":316,\"title\":\"猜你喜欢\",\"titleColor\":\"#bfbfbf\",\"options\":\"{}\",\"isShowFilter\":0,\"isShowLoading\":0,\"viewtype\":1,\"data\":[]}}]","PageQRCode":"","StoreId":0,"IsSns":0,"IsRelease":true,"IsPoint":0,"IsLikeYou":0,"Id":1718696669270,"TemplateWarehouseId":1022,"StoreIndex":0},{"IsHome":0,"ShareImg":"","SecondKill":0,"PageConfig":"{\"BackgroundObj\":{\"type\":1,\"bgColor\":\"#f8f8f8\",\"pathColor\":\"#f8f8f8\",\"path\":\"\"}}","ShareTitle":"一站式工业品数字化采购平台","PageNav":"{\"window\":{\"navigationBarBackgroundColor\":\"#e83046\",\"navigationBarTextStyle\":\"white\",\"navigationBarTitleText\":\"\",\"backgroundColor\":\"#f8f8f8\",\"backgroundTextStyle\":\"dark\"},\"tabBar\":{\"color\":\"#999999\",\"selectedColor\":\"#DB384C\",\"backgroundColor\":\"#ffffff\",\"borderStyle\":\"white\",\"position\":\"bottom\",\"list\":[{\"pagePath\":\"pages/index/index\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/aa07e66f-d4fb-4a2b-bc4c-67ed9aace69b.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/2840118f-dd01-471a-a749-d910905cefc3.png\",\"text\":\"首页\"},{\"pagePath\":\"pages/category/category\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/16ff7864-3513-4ff8-bf12-a9a9808d39e5.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/cdb5e3df-9d40-42ef-a46a-686dac547fd8.png\",\"text\":\"分类\"},{\"pagePath\":\"pages/cart/cart\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/63d2f0b9-7059-4b06-b170-d3b93a749f99.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/ea018028-20c0-4f1d-a914-3bfc55c8f13f.png\",\"text\":\"购物车\"},{\"pagePath\":\"pages/UserCenter/UserCenter\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/50737e26-52e6-4c10-858a-ae2c025c2ebc.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/462eb69a-b3ec-446c-9997-c9f1e3212bcb.png\",\"text\":\"我的\"}]}}","IsGb":0,"PageTitle":"工业品商城模板","IsActivity":0,"IsUpgrade":0,"IsArticle":0,"PageCode":"[{\"id\":1718877952454,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm3\":{\"showNbg\":1,\"align\":1,\"padding\":0,\"width\":375,\"height\":\"142\",\"borderRadius\":\"8\",\"progress\":true,\"color\":\"#e6e6e6\",\"activeColor\":\"#f50f0f\",\"autoplay\":true,\"data\":[{\"id\":1718878050083,\"did\":228,\"ids\":\"\",\"name\":\"个人防护\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062095c8a989fb654210a63b4bf9f9e071f4.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718878164543,\"did\":225,\"ids\":\"\",\"name\":\"电动工具\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406207d3e895846114f5c9b1c37cef3417c04.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718878234700,\"did\":14,\"ids\":\"\",\"name\":\"亚德客(AirTAC) 气源处理元件,过滤减压阀(附表,附支架);GFR20008F1 \",\"ItemSalePrice\":48.8,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062001e5f4cb95c6426eaa4bfe8adac001ce.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"清仓特卖,限时低价,企业采购享优惠\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718878457971,\"eltmType\":\"7\",\"bgColor\":\"#ffffff\",\"paddingTop\":\"10\",\"paddingRight\":\"8\",\"paddingBottom\":\"7\",\"paddingLeft\":\"8\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm7\":{\"column\":\"5\",\"bgColor\":\"#fff\",\"paddingTop\":\"10\",\"paddingRight\":\"0\",\"paddingBottom\":\"8\",\"paddingLeft\":\"0\",\"border\":false,\"data\":[{\"id\":1718878742922,\"did\":3,\"ids\":\"\",\"name\":\"电动工具\",\"ItemSalePrice\":139,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062135eddcce106d446085a26d3ab4c9b3bb.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"2种工具夹头可选,金属开孔\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718878783402,\"did\":169,\"ids\":\"\",\"name\":\"手动工具\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621f15db22f3b3746fda40629640239539f.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"便宜又好用,京东急速配送!\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718878829656,\"did\":9,\"ids\":\"\",\"name\":\"气动工具\",\"ItemSalePrice\":3395,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406217757d642956c434aa5cfe4c77d24371e.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"货叉尺寸:550*1500mm;CBK5T-550*1500NTN\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718878886330,\"did\":236,\"ids\":\"\",\"name\":\"焊接设备\",\"ItemSalePrice\":479,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621562dd27a177b4ea58e6ffba66a8b2e0d.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"健身运动腰腿颈肩按摩放松\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718878918962,\"did\":9,\"ids\":\"\",\"name\":\"物料搬运\",\"ItemSalePrice\":3395,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062167c618d7abfd4471b9da79f1b226fa12.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"货叉尺寸:550*1500mm;CBK5T-550*1500NTN\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718879266760,\"did\":5,\"ids\":\"\",\"name\":\"机电设备\",\"ItemSalePrice\":299,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406214f0322675b4e4eae9f194b3561ac80a2.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"空载电压高,输出能力强,加长200米焊把线,可稳定焊接4.0焊条\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718879336247,\"did\":235,\"ids\":\"\",\"name\":\"劳保用品\",\"ItemSalePrice\":29.9,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621b7341d30c9b74dbe86b555c1c46278f2.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"防护面屏防灰尘飞沫液体喷溅全脸护目镜\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718879363312,\"did\":11,\"ids\":\"\",\"name\":\"机械设备\",\"ItemSalePrice\":835,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621194dd83136db483aa13a5fe7dd5ddd52.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"一机多用 横扫积雪升级生产工具一机多能 提高生产力\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718879485027,\"did\":48,\"ids\":\"\",\"name\":\"水电建材\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621d9bbc21716ab4b2e9fe4789059ac898f.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718879534377,\"did\":1718877219670,\"ids\":\"\",\"name\":\"全部分类\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621ced2eecaa45c4047b2af5886341331e0.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"8\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718879749686,\"eltmType\":\"6\",\"bgColor\":\"#f8f8f8\",\"paddingTop\":0,\"paddingRight\":\"8\",\"paddingBottom\":\"5\",\"paddingLeft\":\"8\",\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm6\":{\"paddingTop\":\"2\",\"paddingRight\":\"1\",\"paddingBottom\":\"0\",\"paddingLeft\":\"1\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":\"2\",\"alignItems\":0,\"type\":0,\"isSwiper\":0,\"width\":0,\"height\":0,\"data\":[{\"id\":1718880042694,\"did\":13,\"ids\":\"\",\"name\":\"工业品\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240620e0512c5bbb28459a8723a87efe1d5c66.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718880087914,\"did\":226,\"ids\":\"\",\"name\":\"手动工具\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406205ffad274ea3745d5b5745cb9541a7ba3.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718936745154,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":\"0\",\"paddingBottom\":0,\"paddingLeft\":\"0\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm3\":{\"showNbg\":false,\"align\":\"2\",\"padding\":0,\"width\":375,\"height\":\"149\",\"borderRadius\":\"8\",\"progress\":false,\"color\":\"#ffffff\",\"activeColor\":\"#000000\",\"autoplay\":false,\"data\":[{\"id\":1718936768569,\"did\":9,\"ids\":\"\",\"name\":\"领券中心\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406217cb69b21f5064bbdbd442cbaa6c939ea.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/activity/coupon/list\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718935795546,\"eltmType\":\"6\",\"bgColor\":\"rgba(0,0,0,0)\",\"paddingTop\":\"8\",\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm6\":{\"paddingTop\":\"1\",\"paddingRight\":\"8\",\"paddingBottom\":\"0\",\"paddingLeft\":\"8\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":0,\"alignItems\":0,\"type\":0,\"isSwiper\":0,\"width\":\"0\",\"height\":0,\"data\":[{\"id\":1718935817150,\"did\":221,\"ids\":\"\",\"name\":\"五金机电\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406211808767eb7dc45d7931b73776245cd90.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718937096779,\"eltmType\":\"6\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm6\":{\"paddingTop\":\"4\",\"paddingRight\":\"8\",\"paddingBottom\":\"0\",\"paddingLeft\":\"8\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":0,\"alignItems\":0,\"type\":0,\"isSwiper\":0,\"width\":0,\"height\":0,\"data\":[{\"id\":1718937132000,\"did\":228,\"ids\":\"\",\"name\":\"个人防护\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621fc02c64ab8594216bfd120fe42f4e537.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718937362286,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":\"10\",\"paddingRight\":\"1\",\"paddingBottom\":\"0\",\"paddingLeft\":\"8\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm3\":{\"showNbg\":false,\"align\":1,\"padding\":0,\"width\":\"361\",\"height\":\"36\",\"borderRadius\":\"0\",\"progress\":false,\"color\":\"#ffffff\",\"activeColor\":\"#000000\",\"autoplay\":false,\"data\":[{\"id\":1718937375176,\"did\":232,\"ids\":\"\",\"name\":\"货架\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621ec0eeed4703c444a8d5203443c6356f5.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718937610245,\"eltmType\":\"4\",\"bgColor\":\"#ffffff\",\"paddingTop\":\"0\",\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm4\":{\"shadow\":true,\"btnType\":0,\"listTyle\":\"5\",\"isPrice\":true,\"isProductTips\":true,\"btnColor\":\"#DB384C\",\"btnText\":\"购买\",\"priceColor\":\"#fb2323\",\"btnFontColor\":\"#fff\",\"data\":[{\"id\":1718937717798,\"did\":3,\"ids\":\"\",\"name\":\"GBM 400 手电钻铁夹头多功能400瓦电动螺丝刀手枪钻升级版GBM400 \",\"ItemSalePrice\":139,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10003/20240612289af95128c44d3e9c5099cf1aa1ba50.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"2种工具夹头可选,金属开孔\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718937741356,\"did\":11,\"ids\":\"\",\"name\":\"博赫尔(POHIR) 手推式扫雪机市政环卫扫雪除雪机抛雪机物业小区街道扫雪车PHR-6.5P(电启)+抛雪头+推雪头 \",\"ItemSalePrice\":835,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10003/202406128440a1b4ee4b4a91af121ffc08a9cc83.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"一机多用 横扫积雪升级生产工具一机多能 提高生产力\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718937756911,\"did\":12,\"ids\":\"\",\"name\":\"施耐德电气 国产 XB2B系列复位按钮头(平头),绿色;ZB2BA3C \",\"ItemSalePrice\":7.54,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10003/20240612f18161bc26494e9cb68e52941f683a76.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"符合IEC 60947-5-1附录C。应用范围 AC-15 和 DC-13.\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718937772193,\"did\":4,\"ids\":\"\",\"name\":\"德力西8件套螺丝刀套装电脑维修工具组套 \",\"ItemSalePrice\":98.58,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10003/2024062181021e45805c443fb2d26007805810dc.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"自营商品,厂家配送,支持七天无理由退换货\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718938468288,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":\"10\",\"paddingRight\":\"0\",\"paddingBottom\":0,\"paddingLeft\":\"2\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm3\":{\"showNbg\":false,\"align\":1,\"padding\":0,\"width\":\"368\",\"height\":\"32\",\"borderRadius\":0,\"progress\":false,\"color\":\"#ffffff\",\"activeColor\":\"#000000\",\"autoplay\":false,\"data\":[{\"id\":1718938559554,\"did\":235,\"ids\":\"\",\"name\":\"元器件\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062102cd3ef3d25e4334a9cc08e7b69fac6e.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718938626295,\"eltmType\":\"4\",\"bgColor\":\"#fcfcfc\",\"paddingTop\":0,\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm4\":{\"shadow\":true,\"btnType\":0,\"listTyle\":\"5\",\"isPrice\":true,\"isProductTips\":true,\"btnColor\":\"#DB384C\",\"btnText\":\"购买\",\"priceColor\":\"#fb2323\",\"btnFontColor\":\"#fff\",\"data\":[{\"id\":1718938712211,\"did\":5,\"ids\":\"\",\"name\":\"佳士(JASIC)ZX7-400(Z298Ⅱ)电焊机400工业级大功率纯铜焊铁碳钢不锈钢焊条焊机 \",\"ItemSalePrice\":299,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10003/202406124bc972f1a3ab4053be84b41e0cdf4460.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"空载电压高,输出能力强,加长200米焊把线,可稳定焊接4.0焊条\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718938748945,\"did\":6,\"ids\":\"\",\"name\":\"Ansell安思尔 一次性丁腈橡胶手套 绿色(M),无粉,工业级,0.12mm厚,24cm长 \",\"ItemSalePrice\":69.9,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10003/202406219534825248fb4e6b920cff749bdca6cf.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"CE认证,FDA,IOS,100只/盒;92-600-M\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718938766741,\"did\":8,\"ids\":\"\",\"name\":\"洪湖二氧化碳灭火器3公斤验收套装【3kg*2+箱子组合】手提式机房精密仪器用国家消防认证 红色\",\"ItemSalePrice\":302,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10003/20240612e9792e49e81d4adaa78ef4a63d3813f9.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"大容量可放两瓶手提灭火器\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718938792989,\"did\":13,\"ids\":\"\",\"name\":\"菲尼克斯 二极管端子;EMG 45-DIO14M/LP \",\"ItemSalePrice\":544,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10003/20240612ba07c8cd39ba413aa439c2bd907c6c71.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"测试灯模块,2个二极管,共阴极:7对,同时触发\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718938808436,\"did\":10,\"ids\":\"\",\"name\":\"蓝色轻型蝴蝶孔货架主架 外径1500*500*2000*4层,单层承重100kg \",\"ItemSalePrice\":268.99,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10003/202406123c4c3550503d40f4b432d2d22b4651e7.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"精选优质冷轧钢材 工艺升级\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718938906687,\"eltmType\":\"3\",\"bgColor\":\"#f2f1ef\",\"paddingTop\":\"8\",\"paddingRight\":0,\"paddingBottom\":\"0\",\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm3\":{\"showNbg\":false,\"align\":1,\"padding\":0,\"width\":375,\"height\":\"82\",\"borderRadius\":0,\"progress\":false,\"color\":\"#ffffff\",\"activeColor\":\"#000000\",\"autoplay\":false,\"data\":[{\"id\":1718938924217,\"did\":58,\"ids\":\"\",\"name\":\"五金电工\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406216ac36c07412f4156a7a66548adeb1e90.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}}]","PageQRCode":"","StoreId":0,"IsSns":0,"IsRelease":true,"IsPoint":0,"IsLikeYou":0,"Id":1718877219670,"TemplateWarehouseId":1022,"StoreIndex":0},{"IsHome":0,"ShareImg":"","SecondKill":0,"PageConfig":"{\"BackgroundObj\":{\"type\":1,\"bgColor\":\"#f8f8f8\",\"pathColor\":\"#f8f8f8\",\"path\":\"\"}}","ShareTitle":"心选好券 品牌好药","PageNav":"{\"window\":{\"navigationBarBackgroundColor\":\"#ea4541\",\"navigationBarTextStyle\":\"white\",\"navigationBarTitleText\":\"\",\"backgroundColor\":\"#f8f8f8\",\"backgroundTextStyle\":\"dark\"},\"tabBar\":{\"color\":\"#999999\",\"selectedColor\":\"#DB384C\",\"backgroundColor\":\"#ffffff\",\"borderStyle\":\"white\",\"position\":\"bottom\",\"list\":[{\"pagePath\":\"pages/index/index\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/aa07e66f-d4fb-4a2b-bc4c-67ed9aace69b.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/2840118f-dd01-471a-a749-d910905cefc3.png\",\"text\":\"首页\"},{\"pagePath\":\"pages/category/category\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/16ff7864-3513-4ff8-bf12-a9a9808d39e5.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/cdb5e3df-9d40-42ef-a46a-686dac547fd8.png\",\"text\":\"分类\"},{\"pagePath\":\"pages/cart/cart\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/63d2f0b9-7059-4b06-b170-d3b93a749f99.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/ea018028-20c0-4f1d-a914-3bfc55c8f13f.png\",\"text\":\"购物车\"},{\"pagePath\":\"pages/UserCenter/UserCenter\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/50737e26-52e6-4c10-858a-ae2c025c2ebc.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/462eb69a-b3ec-446c-9997-c9f1e3212bcb.png\",\"text\":\"我的\"}]}}","IsGb":0,"PageTitle":"医药健康","IsActivity":0,"IsUpgrade":0,"IsArticle":0,"PageCode":"[{\"id\":1718949460453,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm3\":{\"showNbg\":1,\"align\":1,\"padding\":0,\"width\":375,\"height\":\"122\",\"borderRadius\":\"8\",\"progress\":true,\"color\":\"#ffffff\",\"activeColor\":\"#f91f1f\",\"autoplay\":true,\"data\":[{\"id\":1718949519312,\"did\":230,\"ids\":\"\",\"name\":\"全科智能检测仪一体机MJ-1000A型 \",\"ItemSalePrice\":1088,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621fef9bc1152194fc8906eeff977b3ea83.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"微量元素分析仪 骨密度测试夹子\",\"selectType\":\"1\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718949800142,\"did\":238,\"ids\":\"\",\"name\":\"VIKpro升级奶蓟草护肝胶囊60粒 330倍水飞蓟宾 家庭装(3盒)\",\"ItemSalePrice\":759,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621d461c8a05c174e9d81c02a7d5fcfd45e.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"姜黄素甘草成人加班熬夜喝酒 德国品质\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718949827086,\"eltmType\":\"7\",\"bgColor\":\"#ffffff\",\"paddingTop\":\"10\",\"paddingRight\":\"8\",\"paddingBottom\":\"7\",\"paddingLeft\":\"8\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm7\":{\"column\":\"5\",\"bgColor\":\"#fff\",\"paddingTop\":\"10\",\"paddingRight\":\"0\",\"paddingBottom\":\"7\",\"paddingLeft\":\"0\",\"border\":false,\"data\":[{\"id\":1718949893264,\"did\":173,\"ids\":\"\",\"name\":\"自营药房\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406211c6c1973999c4176a98938d462c1c927.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718950604045,\"did\":205,\"ids\":\"\",\"name\":\"慢病用药\",\"ItemSalePrice\":9.9,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406214cba466276d34e9a8b8f8a4453afa60e.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"中药消炎,缓解宝宝手足口病、咽峡炎、咽喉肿痛\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718950673149,\"did\":180,\"ids\":\"\",\"name\":\"万店好药\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621c91931ff1aa34f13810e06f91401ab54.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718950704620,\"did\":173,\"ids\":\"\",\"name\":\"中药房\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406214644eadacb624bfbaf001e88c98554fd.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718950747486,\"did\":221,\"ids\":\"\",\"name\":\"进口药品\",\"ItemSalePrice\":179,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406214b79773334c648619ea82fffe4d2ba21.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"呵护肝脏 维持中老年身体健康 澳洲进口\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718950775583,\"did\":183,\"ids\":\"\",\"name\":\"大牌专区\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406212189394152ca48ffa6c3754fbbb59271.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718950799943,\"did\":221,\"ids\":\"\",\"name\":\"补气补血\",\"ItemSalePrice\":179,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621829d0ae8a5534e7ca74c9e5f08c054f9.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"呵护肝脏 维持中老年身体健康 澳洲进口\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718951012519,\"did\":206,\"ids\":\"\",\"name\":\"感冒用药\",\"ItemSalePrice\":26.9,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621f4714c7e809d4f2997599ff3f8839353.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"中药消炎,缓解宝宝手足口病、咽峡炎、咽喉肿痛\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718951135720,\"did\":221,\"ids\":\"\",\"name\":\"维生素类\",\"ItemSalePrice\":179,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062135658dbdeb61431baef3b39599ab3971.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"呵护肝脏 维持中老年身体健康 澳洲进口\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718951158337,\"did\":183,\"ids\":\"\",\"name\":\"关爱中心\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406214de9c397492b40c59d4b59ac210ae047.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718951247745,\"eltmType\":\"1\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":false,\"layout\":\"4\",\"width\":750,\"height\":\"191\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"data\":{\"id\":\"1718951247745\",\"did\":173,\"ids\":\"\",\"name\":\"中西药品\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621957ca953f6fa4782a5d351011ae56fd8.gif\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}}},{\"id\":1718951313249,\"eltmType\":\"6\",\"bgColor\":\"\",\"paddingTop\":\"8\",\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm6\":{\"paddingTop\":\"8\",\"paddingRight\":\"2\",\"paddingBottom\":\"0\",\"paddingLeft\":\"2\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":0,\"alignItems\":0,\"type\":0,\"isSwiper\":true,\"width\":0,\"height\":0,\"data\":[{\"id\":1718951379335,\"did\":38,\"ids\":\"\",\"name\":\"平台秒杀\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621b8cc7f0c64f34e59ab9f37f24ace9d30.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/activity/plantform/secondlist?cname=限时秒杀\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718951427130,\"did\":217,\"ids\":\"\",\"name\":\"康麦斯牛初乳粉免疫球蛋白长片含片 单盒\",\"ItemSalePrice\":199,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062180eca733fea8433c94b654695d0f9a82.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"【含免疫球蛋白】大人小孩都能吃\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718951665244,\"eltmType\":\"6\",\"bgColor\":\"\",\"paddingTop\":\"5\",\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm6\":{\"paddingTop\":\"8\",\"paddingRight\":\"2\",\"paddingBottom\":\"0\",\"paddingLeft\":\"2\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":0,\"alignItems\":0,\"type\":0,\"isSwiper\":0,\"width\":0,\"height\":0,\"data\":[{\"id\":1718951711405,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062141f7cc2011814512a3760fbd9b9bcc17.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"杜蕾斯\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718951738480,\"did\":230,\"ids\":\"\",\"name\":\"全科智能检测仪一体机MJ-1000A型 \",\"ItemSalePrice\":1088,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062140d5fef4074947eab0cd5fd3aef4ef20.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"微量元素分析仪 骨密度测试夹子\",\"selectType\":\"1\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718951766316,\"did\":180,\"ids\":\"\",\"name\":\"增强免疫\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062171bafef3cbfd48e980333be24eba8acc.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718952019429,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":\"8\",\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm3\":{\"showNbg\":false,\"align\":1,\"padding\":0,\"width\":\"354\",\"height\":\"42\",\"borderRadius\":0,\"progress\":false,\"color\":\"#ffffff\",\"activeColor\":\"#000000\",\"autoplay\":false,\"data\":[{\"id\":1718952045661,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062122cc73ed99284d099de1c7b173ebba23.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"0\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718952078985,\"eltmType\":\"4\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm4\":{\"shadow\":true,\"btnType\":\"2\",\"listTyle\":\"2\",\"isPrice\":true,\"isProductTips\":true,\"btnColor\":\"#DB384C\",\"btnText\":\"购买\",\"priceColor\":\"#ea4541\",\"btnFontColor\":\"#fff\",\"data\":[{\"id\":1718952110212,\"did\":230,\"ids\":\"\",\"name\":\"全科智能检测仪一体机MJ-1000A型 \",\"ItemSalePrice\":1088,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10004/202406197ff57ac6e0ec4b78bc06dd094eda0536.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"微量元素分析仪 骨密度测试夹子\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718952136812,\"did\":238,\"ids\":\"\",\"name\":\"VIKpro升级奶蓟草护肝胶囊60粒 330倍水飞蓟宾 家庭装(3盒)\",\"ItemSalePrice\":759,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10004/20240619b24f4f4c318449f0a60597dca16c2b23.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"姜黄素甘草成人加班熬夜喝酒 德国品质\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718952144379,\"did\":217,\"ids\":\"\",\"name\":\"康麦斯牛初乳粉免疫球蛋白长片含片 单盒\",\"ItemSalePrice\":199,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10004/202406196147b9886c6b4f5180d31181d44985e6.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"【含免疫球蛋白】大人小孩都能吃\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718952159519,\"did\":233,\"ids\":\"\",\"name\":\"温迪熊体温计医用耳温枪(wendybear) \",\"ItemSalePrice\":129,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10004/20240619cb46db5d12a84eb7888abbcd85b5fb66.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"搭载德国进口探头,测量精度高;一键测温,1s出值\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718952168720,\"did\":212,\"ids\":\"\",\"name\":\"999糠酸莫米松乳膏0.1% 10g 单盒\",\"ItemSalePrice\":9.9,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10004/20240619bfbd2567f656487797da781a998dfecb.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"湿疹 神经性皮炎 异位性皮炎及皮肤瘙痒症\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718952192563,\"did\":208,\"ids\":\"\",\"name\":\"仁和 布洛芬缓释胶囊22粒/盒止痛药 家庭装(3盒)\",\"ItemSalePrice\":36.8,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10004/202406194e5c2c32119a4d2c86461e755084d9c0.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"痛经退烧药成人牙痛肌肉关节痛神经痛头痛\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718952207503,\"did\":205,\"ids\":\"\",\"name\":\"999三九小儿氨酚黄那敏颗粒6g*10袋 单盒\",\"ItemSalePrice\":9.9,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10004/20240619a3449d6c1e0f4e5eaef61da393086156.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"中药消炎,缓解宝宝手足口病、咽峡炎、咽喉肿痛\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718952218992,\"did\":221,\"ids\":\"\",\"name\":\"Swisse斯维诗 大豆卵磷脂胶囊1200mg 120粒/瓶 单盒\",\"ItemSalePrice\":179,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10004/202406193f557ad80c43402fb128bcfb1c745088.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"呵护肝脏 维持中老年身体健康 澳洲进口\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}}]","PageQRCode":"","StoreId":0,"IsSns":0,"IsRelease":true,"IsPoint":0,"IsLikeYou":0,"Id":1718949361799,"TemplateWarehouseId":1022,"StoreIndex":0},{"IsHome":0,"ShareImg":"","SecondKill":0,"PageConfig":"{\"BackgroundObj\":{\"type\":1,\"bgColor\":\"#f8f8f8\",\"pathColor\":\"#f8f8f8\",\"path\":\"\"}}","ShareTitle":"潮流品质,数码3C热销榜首","PageNav":"{\"window\":{\"navigationBarBackgroundColor\":\"#ea4541\",\"navigationBarTextStyle\":\"white\",\"navigationBarTitleText\":\"\",\"backgroundColor\":\"#f8f8f8\",\"backgroundTextStyle\":\"dark\"},\"tabBar\":{\"color\":\"#999999\",\"selectedColor\":\"#DB384C\",\"backgroundColor\":\"#ffffff\",\"borderStyle\":\"white\",\"position\":\"bottom\",\"list\":[{\"pagePath\":\"pages/index/index\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/aa07e66f-d4fb-4a2b-bc4c-67ed9aace69b.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/2840118f-dd01-471a-a749-d910905cefc3.png\",\"text\":\"首页\"},{\"pagePath\":\"pages/category/category\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/16ff7864-3513-4ff8-bf12-a9a9808d39e5.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/cdb5e3df-9d40-42ef-a46a-686dac547fd8.png\",\"text\":\"分类\"},{\"pagePath\":\"pages/cart/cart\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/63d2f0b9-7059-4b06-b170-d3b93a749f99.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/ea018028-20c0-4f1d-a914-3bfc55c8f13f.png\",\"text\":\"购物车\"},{\"pagePath\":\"pages/UserCenter/UserCenter\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/50737e26-52e6-4c10-858a-ae2c025c2ebc.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/462eb69a-b3ec-446c-9997-c9f1e3212bcb.png\",\"text\":\"我的\"}]}}","IsGb":0,"PageTitle":"数码办公","IsActivity":0,"IsUpgrade":0,"IsArticle":0,"PageCode":"[{\"id\":1718956254964,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":\"0\",\"paddingBottom\":0,\"paddingLeft\":\"0\",\"borderTopLeftRadius\":\"0\",\"borderTopRightRadius\":\"0\",\"borderBottomLeftRadius\":\"0\",\"borderBottomRightRadius\":\"0\",\"eltm3\":{\"showNbg\":1,\"align\":1,\"padding\":0,\"width\":\"375\",\"height\":\"119\",\"borderRadius\":\"8\",\"progress\":true,\"color\":\"#ffffff\",\"activeColor\":\"#000000\",\"autoplay\":true,\"data\":[{\"id\":1718957204570,\"did\":14,\"ids\":\"\",\"name\":\"家用电器\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062128fddbb8b8cc450e868552339f1439f2.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718957335403,\"did\":108,\"ids\":\"\",\"name\":\"Apple MacBook Air/Pro系列二手苹果笔记本电脑 \",\"ItemSalePrice\":1399,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621c070dfa68ac74db980a38a0000cbc806.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"优品 标配 95新Air17款13寸i5银 8G+256G\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718957376094,\"did\":46,\"ids\":\"\",\"name\":\"Buds 4 活力版耳机 256G\",\"ItemSalePrice\":129,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621a1fb3a95677d42f68bf4c3dd954b7756.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"12mm大动圈 28小时超长续航 蓝牙5.3\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718957401563,\"eltmType\":\"7\",\"bgColor\":\"#ffffff\",\"paddingTop\":\"8\",\"paddingRight\":\"8\",\"paddingBottom\":\"2\",\"paddingLeft\":\"8\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm7\":{\"column\":\"5\",\"bgColor\":\"#fff\",\"paddingTop\":\"8\",\"paddingRight\":\"0\",\"paddingBottom\":\"8\",\"paddingLeft\":\"0\",\"border\":false,\"data\":[{\"id\":1718957564412,\"did\":37,\"ids\":\"\",\"name\":\"显示器\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062166b8fc533f2f47d69ceaebc41bd4e9e3.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718961252234,\"did\":30,\"ids\":\"\",\"name\":\"台式机\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621f4d07c0068b04bf7a4f0aaaf932d6494.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718961285986,\"did\":108,\"ids\":\"\",\"name\":\"游戏本\",\"ItemSalePrice\":1399,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621a50a873f26784e4184fafa288c8fd66a.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"优品 标配 95新Air17款13寸i5银 8G+256G\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718961320771,\"did\":53,\"ids\":\"\",\"name\":\"轻薄本\",\"ItemSalePrice\":3599,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062141745e810d6e404b9ff424c0e26d1e56.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"锐龙7|2.5K超视网膜全面屏\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718961437345,\"did\":63,\"ids\":\"\",\"name\":\"平板电脑\",\"ItemSalePrice\":2099,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621719f65658c324e72ba584f24008e2644.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"12.4英寸大屏 2.5K超清护眼 | 骁龙870旗舰处理器 \",\"selectType\":\"1\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718961482451,\"did\":21,\"ids\":\"\",\"name\":\"手机通讯\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406217616baaac2f54d3fbc86a6f859511bda.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718961522098,\"did\":40,\"ids\":\"\",\"name\":\"办公设备\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621c06bfdad642141938eab78d4bdfdb39e.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718961561668,\"did\":24,\"ids\":\"\",\"name\":\"数码配件\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621dd101842ea1b476f9bfc95a268738ac9.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718961583823,\"did\":0,\"ids\":\"\",\"name\":\"特惠卡号\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621f12d53e58bbd453885897af95d203d98.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"卡号\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718961617051,\"did\":108,\"ids\":\"\",\"name\":\"二手回收\",\"ItemSalePrice\":1399,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406213966dabeea3344e18af5b728be883419.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"优品 标配 95新Air17款13寸i5银 8G+256G\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718961736402,\"eltmType\":\"1\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":false,\"layout\":\"4\",\"width\":\"750\",\"height\":\"218\",\"paddingTop\":0,\"paddingRight\":\"7\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"data\":{\"id\":\"1718961736402\",\"did\":30,\"ids\":\"\",\"name\":\"电脑整机\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621aa08ec64520d4fcd8701851cb019ad24.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}}},{\"id\":1718961814733,\"eltmType\":\"6\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":\"8\",\"paddingBottom\":\"0\",\"paddingLeft\":\"8\",\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm6\":{\"paddingTop\":\"0\",\"paddingRight\":\"0\",\"paddingBottom\":\"2\",\"paddingLeft\":\"0\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":0,\"alignItems\":0,\"type\":0,\"isSwiper\":0,\"width\":0,\"height\":0,\"data\":[{\"id\":1718961847340,\"did\":21,\"ids\":\"\",\"name\":\"智能手机\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621c4b2bd328b92431b877316fea788d69f.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718961879418,\"did\":34,\"ids\":\"\",\"name\":\"笔记本\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621e1d01ce0e7c04ec99d1e4405250a26d8.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718961916132,\"eltmType\":\"6\",\"bgColor\":\"\",\"paddingTop\":\"5\",\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm6\":{\"paddingTop\":\"0\",\"paddingRight\":\"3\",\"paddingBottom\":\"13\",\"paddingLeft\":\"3\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":0,\"alignItems\":0,\"type\":0,\"isSwiper\":0,\"width\":0,\"height\":0,\"data\":[{\"id\":1718961979683,\"did\":36,\"ids\":\"\",\"name\":\"小米手机Xiaomi MIX Fold 3 256G\",\"ItemSalePrice\":6999,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621a299bfec915343308905019d9ef23a3c.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"轻薄折叠屏丨第二代骁龙8领先版丨徕卡光学全焦段四摄\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718962031005,\"did\":108,\"ids\":\"\",\"name\":\"Apple MacBook Air/Pro系列二手苹果笔记本电脑 \",\"ItemSalePrice\":1399,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621a388d364b7ee4d23b020a7f282132d33.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"优品 标配 95新Air17款13寸i5银 8G+256G\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718962059399,\"did\":30,\"ids\":\"\",\"name\":\"电脑整机\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621c24f469cd8164b71a30bb8a720250fcc.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718962638684,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":\"0\",\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm3\":{\"showNbg\":false,\"align\":1,\"padding\":0,\"width\":375,\"height\":\"295\",\"borderRadius\":0,\"progress\":true,\"color\":\"#ffffff\",\"activeColor\":\"#9a7bff\",\"autoplay\":true,\"data\":[{\"id\":1718962651631,\"did\":108,\"ids\":\"\",\"name\":\"Apple MacBook Air/Pro系列二手苹果笔记本电脑 \",\"ItemSalePrice\":1399,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240621c7bf4378caf6428da6c1cc117d55fee7.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"优品 标配 95新Air17款13寸i5银 8G+256G\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718963007171,\"did\":58,\"ids\":\"\",\"name\":\"AOC 台式电脑一体机 台式机 15.6英寸\",\"ItemSalePrice\":2399,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062166d421a1dc0a462f92cb8c64faa1d21a.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"23.8英寸窄边框 高速固态+高功率立体音箱\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1718963080419,\"did\":45,\"ids\":\"\",\"name\":\"Buds 4 活力版耳机 128G\",\"ItemSalePrice\":89,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406219738ec0bdf49487ba51870c78b33584f.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"12mm大动圈 28小时超长续航 蓝牙5.3\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1718963847477,\"eltmType\":\"5\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm5\":{\"height\":\"11\"}},{\"id\":1718963696316,\"eltmType\":\"1\",\"bgColor\":\"rgba(0,0,0,0)\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":false,\"layout\":\"4\",\"width\":\"742\",\"height\":\"65\",\"paddingTop\":\"0\",\"paddingRight\":\"56\",\"paddingBottom\":0,\"paddingLeft\":0,\"data\":{\"id\":\"1718963696316\",\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406213a223d89743746149649b1c38825b2f6.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"0\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}}}]","PageQRCode":"","StoreId":0,"IsSns":0,"IsRelease":true,"IsPoint":0,"IsLikeYou":0,"Id":1718952676637,"TemplateWarehouseId":1022,"StoreIndex":0},{"IsHome":0,"ShareImg":"","SecondKill":0,"PageConfig":"{\"BackgroundObj\":{\"type\":1,\"bgColor\":\"#f8f8f8\",\"pathColor\":\"#f8f8f8\",\"path\":\"\"}}","ShareTitle":"专注鲜花速递服务","PageNav":"{\"window\":{\"navigationBarBackgroundColor\":\"#ff6d64\",\"navigationBarTextStyle\":\"white\",\"navigationBarTitleText\":\"\",\"backgroundColor\":\"#f8f8f8\",\"backgroundTextStyle\":\"dark\"},\"tabBar\":{\"color\":\"#999999\",\"selectedColor\":\"#DB384C\",\"backgroundColor\":\"#ffffff\",\"borderStyle\":\"white\",\"position\":\"bottom\",\"list\":[{\"pagePath\":\"pages/index/index\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/aa07e66f-d4fb-4a2b-bc4c-67ed9aace69b.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/2840118f-dd01-471a-a749-d910905cefc3.png\",\"text\":\"首页\"},{\"pagePath\":\"pages/category/category\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/16ff7864-3513-4ff8-bf12-a9a9808d39e5.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/cdb5e3df-9d40-42ef-a46a-686dac547fd8.png\",\"text\":\"分类\"},{\"pagePath\":\"pages/cart/cart\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/63d2f0b9-7059-4b06-b170-d3b93a749f99.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/ea018028-20c0-4f1d-a914-3bfc55c8f13f.png\",\"text\":\"购物车\"},{\"pagePath\":\"pages/UserCenter/UserCenter\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/50737e26-52e6-4c10-858a-ae2c025c2ebc.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/462eb69a-b3ec-446c-9997-c9f1e3212bcb.png\",\"text\":\"我的\"}]}}","IsGb":0,"PageTitle":"鲜花首页","IsActivity":0,"IsUpgrade":0,"IsArticle":0,"PageCode":"[{\"id\":1719224248995,\"eltmType\":\"3\",\"bgColor\":\"rgba(0,0,0,0)\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm3\":{\"showNbg\":1,\"align\":1,\"padding\":0,\"width\":375,\"height\":\"172\",\"borderRadius\":\"8\",\"progress\":true,\"color\":\"#ffffff\",\"activeColor\":\"#fd3030\",\"autoplay\":true,\"data\":[{\"id\":1719224703576,\"did\":161,\"ids\":\"\",\"name\":\"礼品鲜花\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240624a9ef6b7b13194c4a90183764af11164f.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719224775969,\"did\":187,\"ids\":\"\",\"name\":\"毕业季鲜花同城配送玫瑰花鲜花花束生日礼物鲜花速递全国花店送花 33朵红玫瑰花束 时尚混搭\",\"ItemSalePrice\":108,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240624480191ad154e4711873e47446931e728.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"【下单备注送货日期】3W+合作门店全国配送!新鲜直达!售后无忧!\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1719224458600,\"eltmType\":\"7\",\"bgColor\":\"#ffffff\",\"paddingTop\":\"10\",\"paddingRight\":\"8\",\"paddingBottom\":\"7\",\"paddingLeft\":\"8\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm7\":{\"column\":\"5\",\"bgColor\":\"#fff\",\"paddingTop\":\"10\",\"paddingRight\":\"0\",\"paddingBottom\":\"7\",\"paddingLeft\":\"0\",\"border\":false,\"data\":[{\"id\":1719224576801,\"did\":157,\"ids\":\"\",\"name\":\"鲜花\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406247bdb7fcdb3174c6cbc1a8b096a70e2c1.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719224630211,\"did\":198,\"ids\":\"\",\"name\":\"蛋糕\",\"ItemSalePrice\":108,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240624d9bfab7f24fe4a2c9a2cdd889a4e45bb.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"新鲜水果奶油蛋糕 酸甜可口 丰富滋味\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719224885961,\"did\":199,\"ids\":\"\",\"name\":\"永生花\",\"ItemSalePrice\":19.9,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062444b9569d1e6e4962b486e29afacdb4ab.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"成品 抱抱桶花束-勿忘我\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719224931204,\"did\":194,\"ids\":\"\",\"name\":\"礼品\",\"ItemSalePrice\":79,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240624a5676fc898054115a85448be04d48cde.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"进口高端植物干花,永不凋零的唯美艺术,定格美好记忆\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719225015427,\"did\":201,\"ids\":\"\",\"name\":\"巧克力\",\"ItemSalePrice\":119,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240624d4e8dce3ec1b4227b135711a7358d85a.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"表白成功的秘密 打动TA就是一盒糖果巧克力浪漫礼盒\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719225053467,\"did\":187,\"ids\":\"\",\"name\":\"生日祝福\",\"ItemSalePrice\":108,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062570b5c0aa5fce4797b4f94c5c680ba888.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"【下单备注送货日期】3W+合作门店全国配送!新鲜直达!售后无忧!\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719226031595,\"did\":183,\"ids\":\"\",\"name\":\"表白求婚\",\"ItemSalePrice\":99,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625aa844f2b3d474963a14e89629d5493bc.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"向日葵香槟混搭花束—欧雅款\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719226551810,\"did\":191,\"ids\":\"\",\"name\":\"商务开业\",\"ItemSalePrice\":9.9,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062543742758bc33423393bc6a78921f3da1.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"我们是配塑料花盆,款式都是随机的\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719226595345,\"did\":186,\"ids\":\"\",\"name\":\"周年纪念\",\"ItemSalePrice\":99,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625b0b05154b22d47fdb0843b79d23c20aa.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"鲜花自营,全国同城配送\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719226651203,\"did\":157,\"ids\":\"\",\"name\":\"公司团购\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625b00f865074b640789936b2df89eb89cf.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1719284710005,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":\"0\",\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm3\":{\"showNbg\":false,\"align\":1,\"padding\":0,\"width\":375,\"height\":\"232\",\"borderRadius\":0,\"progress\":false,\"color\":\"#ffffff\",\"activeColor\":\"#000000\",\"autoplay\":false,\"data\":[{\"id\":1719284722859,\"did\":9,\"ids\":\"\",\"name\":\"领券中心\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625a50df8967576497e8557ab55b3125568.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/activity/coupon/list\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1719285465573,\"eltmType\":\"5\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm5\":{\"height\":\"8\"}},{\"id\":1719284797403,\"eltmType\":\"1\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":false,\"layout\":\"6\",\"width\":\"384\",\"height\":\"364\",\"paddingTop\":\"0\",\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":\"8\",\"data\":{\"id\":\"1719284797403\",\"did\":199,\"ids\":\"\",\"name\":\"永生花玫瑰花生日礼物女六一儿童节针编织毛线花送女朋友闺蜜 时尚混搭\",\"ItemSalePrice\":19.9,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625bc927016fba64d84bfe30b914f9b0428.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"成品 抱抱桶花束-勿忘我\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}}},{\"id\":1719285064933,\"eltmType\":\"1\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":false,\"layout\":8,\"width\":\"357\",\"height\":\"184\",\"paddingTop\":0,\"paddingRight\":\"0\",\"paddingBottom\":\"0\",\"paddingLeft\":\"5\",\"data\":{\"id\":\"1719285064933\",\"did\":187,\"ids\":\"\",\"name\":\"毕业季鲜花同城配送玫瑰花鲜花花束生日礼物鲜花速递全国花店送花 33朵红玫瑰花束 时尚混搭\",\"ItemSalePrice\":108,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625ba29b76376ce48ca8f3fdad07df66171.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"【下单备注送货日期】3W+合作门店全国配送!新鲜直达!售后无忧!\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}}},{\"id\":1719285192305,\"eltmType\":\"1\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":false,\"layout\":8,\"width\":\"357\",\"height\":\"184\",\"paddingTop\":\"5\",\"paddingRight\":0,\"paddingBottom\":\"0\",\"paddingLeft\":\"5\",\"data\":{\"id\":\"1719285192305\",\"did\":185,\"ids\":\"\",\"name\":\"绿琦轩鲜花速递同城配送小时达向日葵玫瑰父亲节生日礼物送朋友老师女友 时尚混搭\",\"ItemSalePrice\":99,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062546d3981534f9486cb893d335297fea19.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"鲜花自营,全国同城配送\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}}},{\"id\":1719289790204,\"eltmType\":\"5\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm5\":{\"height\":\"8\"}},{\"id\":1719289331286,\"eltmType\":\"1\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":true,\"layout\":8,\"width\":\"244\",\"height\":\"284\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":\"8\",\"data\":{\"id\":\"1719289331286\",\"did\":9,\"ids\":\"\",\"name\":\"鲜花绿植\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625ae643ee8dd4742a5a3eef8a366ccba7f.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}}},{\"id\":1719289431607,\"eltmType\":\"1\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":true,\"layout\":8,\"width\":\"244\",\"height\":\"284\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"data\":{\"id\":\"1719289431607\",\"did\":163,\"ids\":\"\",\"name\":\"婚庆鲜花\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062530b6a3096ba34fdab3f41de7c849d1a8.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}}},{\"id\":1719289495540,\"eltmType\":\"1\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":true,\"layout\":8,\"width\":\"244\",\"height\":\"284\",\"paddingTop\":0,\"paddingRight\":\"4\",\"paddingBottom\":0,\"paddingLeft\":0,\"data\":{\"id\":\"1719289495540\",\"did\":161,\"ids\":\"\",\"name\":\"礼品鲜花\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625b728cf03e44b43649bac671524e29912.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}}},{\"id\":1719294121446,\"eltmType\":\"15\",\"bgColor\":\"\",\"paddingTop\":\"8\",\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm15\":{\"isIcon\":true,\"icon\":\"https://demo.lancerdt.com/xcxfile/appicon/auth/titleline.png\",\"title\":\"热销推荐\",\"titleColor\":\"#333333\",\"isLink\":true,\"linkText\":\"更多\",\"fontColor\":\"#9B9B9B\",\"arrowColor\":\"#9B9B9B\",\"isCountdown\":false,\"cssType\":1,\"startTime\":\"\",\"endTime\":\"\",\"margin_top\":0,\"margin_bottom\":0,\"timeTitle\":\"距开始\",\"clearIntervalTime\":null,\"day\":0,\"h\":0,\"m\":0,\"s\":0,\"data\":{\"id\":\"1719294121446\",\"selectType\":\"3\",\"keyWord\":\"鲜花\"}}},{\"id\":1719294709780,\"eltmType\":\"4\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm4\":{\"shadow\":true,\"btnType\":\"4\",\"listTyle\":\"2\",\"isPrice\":true,\"isProductTips\":true,\"btnColor\":\"#DB384C\",\"btnText\":\"购买\",\"priceColor\":\"#fd6258\",\"btnFontColor\":\"#fff\",\"data\":[{\"id\":1719294778506,\"did\":200,\"ids\":\"\",\"name\":\"永生花玫瑰花生日礼物女六一儿童节针编织毛线花送女朋友闺蜜 阳光款\",\"ItemSalePrice\":22.9,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10004/20240619f2584881fe144c6dafed31db1a7ebc69.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"成品 抱抱桶花束-勿忘我\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719294790662,\"did\":186,\"ids\":\"\",\"name\":\"绿琦轩鲜花速递同城配送小时达向日葵玫瑰父亲节生日礼物送朋友老师女友 阳光款\",\"ItemSalePrice\":99,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10004/202406191cc0c13ea609488ab1928d9c3b85997a.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"鲜花自营,全国同城配送\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719294802886,\"did\":183,\"ids\":\"\",\"name\":\"插画鲜花速递向日葵玫瑰混搭花束表白送女友老婆生日礼物全国同城配送 时尚混搭\",\"ItemSalePrice\":99,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10004/20240619d7c3b786c01d472198577cbab4c2a89d.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"向日葵香槟混搭花束—欧雅款\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719294812536,\"did\":187,\"ids\":\"\",\"name\":\"毕业季鲜花同城配送玫瑰花鲜花花束生日礼物鲜花速递全国花店送花 33朵红玫瑰花束 时尚混搭\",\"ItemSalePrice\":108,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10004/20240619728450983ae44e598febc67ace0ccf55.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"【下单备注送货日期】3W+合作门店全国配送!新鲜直达!售后无忧!\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719294826235,\"did\":193,\"ids\":\"\",\"name\":\"新洋丰缓释肥兰花专用 有机君子兰蝴蝶兰肥料盆栽植物园艺用品庭院 \",\"ItemSalePrice\":9.9,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10004/20240619ee45140799684bee99a711d77b639eab.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"专业缓释技术 可降解生物包膜材料对植物安全\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719294838019,\"did\":191,\"ids\":\"\",\"name\":\"泰西丝大型植物辫子发财树盆栽开业乔迁送礼盆景大叶绿萝客厅花卉办公室 带盆\",\"ItemSalePrice\":9.9,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10004/20240619915011df163f4ae784805adf33d4f0e1.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"我们是配塑料花盆,款式都是随机的\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719294847901,\"did\":190,\"ids\":\"\",\"name\":\"爱你一万年竹柏水培绿植驱蚊竹办公室内花卉绿植四季好养白掌水培红掌盆栽 阳光款\",\"ItemSalePrice\":9.9,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10004/20240619478457ac66cf4612a7f2fcbd84a86465.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"【热卖】特级白掌+早安盆吸水盆\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719294856039,\"did\":130,\"ids\":\"\",\"name\":\"绽芳致盛·原创樱花玛瑙十二生辰花神手串 \",\"ItemSalePrice\":399,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10004/2024061428c92b651499463b867418e44af0becc.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"甄选马达加斯加樱花玛瑙,原创设计将中国生肖文化中的生辰花神设计成串\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719294871525,\"did\":194,\"ids\":\"\",\"name\":\"真花,创意花艺永生花干花花瓶组合摆件礼物 \",\"ItemSalePrice\":79,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10004/20240619e5e44231506945999ef1b9803e415c01.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"进口高端植物干花,永不凋零的唯美艺术,定格美好记忆\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719294897389,\"did\":193,\"ids\":\"\",\"name\":\"新洋丰缓释肥兰花专用 有机君子兰蝴蝶兰肥料盆栽植物园艺用品庭院 \",\"ItemSalePrice\":9.9,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10004/20240619ee45140799684bee99a711d77b639eab.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"专业缓释技术 可降解生物包膜材料对植物安全\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}}]","PageQRCode":"","StoreId":0,"IsSns":0,"IsRelease":true,"IsPoint":0,"IsLikeYou":0,"Id":1719224119799,"TemplateWarehouseId":1022,"StoreIndex":0},{"IsHome":0,"ShareImg":"","SecondKill":0,"PageConfig":"{\"BackgroundObj\":{\"type\":1,\"bgColor\":\"#f8f8f8\",\"pathColor\":\"#f8f8f8\",\"path\":\"\"}}","ShareTitle":"装修建材家居家具一体化购物平台","PageNav":"{\"window\":{\"navigationBarBackgroundColor\":\"#fd9760\",\"navigationBarTextStyle\":\"white\",\"navigationBarTitleText\":\"\",\"backgroundColor\":\"#f8f8f8\",\"backgroundTextStyle\":\"dark\"},\"tabBar\":{\"color\":\"#999999\",\"selectedColor\":\"#DB384C\",\"backgroundColor\":\"#ffffff\",\"borderStyle\":\"white\",\"position\":\"bottom\",\"list\":[{\"pagePath\":\"pages/index/index\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/aa07e66f-d4fb-4a2b-bc4c-67ed9aace69b.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/2840118f-dd01-471a-a749-d910905cefc3.png\",\"text\":\"首页\"},{\"pagePath\":\"pages/category/category\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/16ff7864-3513-4ff8-bf12-a9a9808d39e5.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/cdb5e3df-9d40-42ef-a46a-686dac547fd8.png\",\"text\":\"分类\"},{\"pagePath\":\"pages/cart/cart\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/63d2f0b9-7059-4b06-b170-d3b93a749f99.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/ea018028-20c0-4f1d-a914-3bfc55c8f13f.png\",\"text\":\"购物车\"},{\"pagePath\":\"pages/UserCenter/UserCenter\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/50737e26-52e6-4c10-858a-ae2c025c2ebc.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/462eb69a-b3ec-446c-9997-c9f1e3212bcb.png\",\"text\":\"我的\"}]}}","IsGb":0,"PageTitle":"家居建材模板","IsActivity":0,"IsUpgrade":0,"IsArticle":0,"PageCode":"[{\"id\":1719296002751,\"eltmType\":\"3\",\"bgColor\":\"#f2f2f2\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm3\":{\"showNbg\":true,\"align\":1,\"padding\":0,\"width\":375,\"height\":\"354\",\"borderRadius\":\"8\",\"progress\":true,\"color\":\"#ffffff\",\"activeColor\":\"#e22238\",\"autoplay\":true,\"data\":[{\"id\":1719296053704,\"did\":3,\"ids\":\"\",\"name\":\"家居建材\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406259d2e48041dbe4b0f83e67956c761bbfe.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719296135077,\"did\":14,\"ids\":\"\",\"name\":\"家用电器\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625d5d232cc86834bd690c30d059404076d.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1719298873814,\"eltmType\":\"1\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":false,\"layout\":\"4\",\"width\":750,\"height\":188,\"paddingTop\":\"4\",\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"data\":{\"id\":\"1719298873814\",\"did\":9,\"ids\":\"\",\"name\":\"领券中心\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625a6f1d3c072ef486e9d5fd59df7624536.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/activity/coupon/list\",\"UserLimit\":0,\"OrderCount\":0}}},{\"id\":1719298978333,\"eltmType\":\"6\",\"bgColor\":\"\",\"paddingTop\":\"10\",\"paddingRight\":\"8\",\"paddingBottom\":\"7\",\"paddingLeft\":\"6\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm6\":{\"paddingTop\":\"5\",\"paddingRight\":\"2\",\"paddingBottom\":\"2\",\"paddingLeft\":\"2\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":0,\"alignItems\":0,\"type\":0,\"isSwiper\":0,\"width\":\"0\",\"height\":\"0\",\"data\":[{\"id\":1719299021544,\"did\":53,\"ids\":\"\",\"name\":\"家用家具\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625d07e52b692a948cfa1365f3c467ac236.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719299046914,\"did\":54,\"ids\":\"\",\"name\":\"灯具灯饰\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625ef72dcc382f3456eb8dd6bb45b62fe31.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719301507502,\"did\":48,\"ids\":\"\",\"name\":\"家装建材\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062503f41b0e90fe47e7bfdbe14d2e9f4f0c.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1719299199221,\"eltmType\":\"1\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":false,\"layout\":\"4\",\"width\":750,\"height\":\"72\",\"paddingTop\":0,\"paddingRight\":\"31\",\"paddingBottom\":0,\"paddingLeft\":\"0\",\"data\":{\"id\":\"1719299199221\",\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625eb97d3f1e2c9415899f42ec650df4e79.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"0\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}}},{\"id\":1719299349347,\"eltmType\":\"6\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm6\":{\"paddingTop\":\"0\",\"paddingRight\":\"2\",\"paddingBottom\":\"4\",\"paddingLeft\":\"2\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":0,\"alignItems\":0,\"type\":0,\"isSwiper\":true,\"width\":\"0\",\"height\":0,\"data\":[{\"id\":1719299356095,\"did\":25,\"ids\":\"\",\"name\":\"无极调光 三段折叠 国AA级护眼台灯 绿色\",\"ItemSalePrice\":119,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062535d214af95f04e33a34d32bb870bb266.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"无蓝光频闪危害,触碰无极调光\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719299393023,\"did\":23,\"ids\":\"\",\"name\":\"意式极简豆腐块真皮布艺沙发羽绒直排客厅 \",\"ItemSalePrice\":3780,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406252677132b24ba4d6da52d8af52efd2e71.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"精选优质磨砂布面料,海绵+羽绒填充座包 进口落叶松实木框架,时尚不锈钢枪灰沙发脚\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719299426783,\"did\":3,\"ids\":\"\",\"name\":\"家居建材\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406257892e6d1cf8c4ce4b50046ce5568db01.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1719301659341,\"eltmType\":\"1\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":false,\"layout\":\"4\",\"width\":750,\"height\":\"91\",\"paddingTop\":0,\"paddingRight\":\"3\",\"paddingBottom\":0,\"paddingLeft\":0,\"data\":{\"id\":\"1719301659341\",\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625e3de3c1ff77e48c7b8b3764b2b4a3ddd.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"0\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}}},{\"id\":1719301734247,\"eltmType\":\"6\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm6\":{\"paddingTop\":\"2\",\"paddingRight\":\"2\",\"paddingBottom\":\"3\",\"paddingLeft\":\"2\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":0,\"alignItems\":0,\"type\":0,\"isSwiper\":0,\"width\":0,\"height\":0,\"data\":[{\"id\":1719301763416,\"did\":228,\"ids\":\"\",\"name\":\"医用轮椅分离护理床手动电动翻身起背家用床 \",\"ItemSalePrice\":6780,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406256e6b787407014d21ad5756e9127527e4.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"多功能轮椅护理床,助便/起落背/抬落腿,遥控操作、冷轧加厚钢材\",\"selectType\":\"1\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719301832236,\"did\":28,\"ids\":\"\",\"name\":\"古鲸 卫浴 淋浴花洒增压喷头 浴室洗澡手持花洒 三档花洒+1.5米软管 \",\"ItemSalePrice\":19.9,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406257d6c01382b4947f28f4d063297980efa.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"出水口采用硅胶材质,轻松去除水垢 让清洁更方便\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719301851199,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625b17583e4de0349b7a837ad6cbc1c5f33.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"马桶\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1719301903063,\"eltmType\":\"6\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm6\":{\"paddingTop\":\"2\",\"paddingRight\":\"1\",\"paddingBottom\":\"8\",\"paddingLeft\":\"1\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":0,\"alignItems\":0,\"type\":0,\"isSwiper\":0,\"width\":0,\"height\":0,\"data\":[{\"id\":1719301941432,\"did\":25,\"ids\":\"\",\"name\":\"无极调光 三段折叠 国AA级护眼台灯 绿色\",\"ItemSalePrice\":119,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625e2c9dba182c941c19b7f9feca61e69f6.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"无蓝光频闪危害,触碰无极调光\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719302003282,\"did\":23,\"ids\":\"\",\"name\":\"意式极简豆腐块真皮布艺沙发羽绒直排客厅 \",\"ItemSalePrice\":3780,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062564a3501635af41e9b529b0b80a3e6064.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"精选优质磨砂布面料,海绵+羽绒填充座包 进口落叶松实木框架,时尚不锈钢枪灰沙发脚\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1719302151256,\"eltmType\":\"1\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":false,\"layout\":\"4\",\"width\":750,\"height\":\"171\",\"paddingTop\":\"1\",\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"data\":{\"id\":\"1719302151256\",\"did\":57,\"ids\":\"\",\"name\":\"厨房卫浴\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406259d5db8493539403ea729294f6ee84ba8.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}}}]","PageQRCode":"","StoreId":0,"IsSns":0,"IsRelease":true,"IsPoint":0,"IsLikeYou":0,"Id":1719295689808,"TemplateWarehouseId":1022,"StoreIndex":0},{"IsHome":0,"ShareImg":"","SecondKill":0,"PageConfig":"{\"BackgroundObj\":{\"type\":1,\"bgColor\":\"#f8f8f8\",\"pathColor\":\"#f8f8f8\",\"path\":\"\"}}","ShareTitle":"全球线路,热销推荐","PageNav":"{\"window\":{\"navigationBarBackgroundColor\":\"#fa2c19\",\"navigationBarTextStyle\":\"white\",\"navigationBarTitleText\":\"\",\"backgroundColor\":\"#f8f8f8\",\"backgroundTextStyle\":\"dark\"},\"tabBar\":{\"color\":\"#999999\",\"selectedColor\":\"#DB384C\",\"backgroundColor\":\"#ffffff\",\"borderStyle\":\"white\",\"position\":\"bottom\",\"list\":[{\"pagePath\":\"pages/index/index\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/aa07e66f-d4fb-4a2b-bc4c-67ed9aace69b.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/2840118f-dd01-471a-a749-d910905cefc3.png\",\"text\":\"首页\"},{\"pagePath\":\"pages/category/category\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/16ff7864-3513-4ff8-bf12-a9a9808d39e5.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/cdb5e3df-9d40-42ef-a46a-686dac547fd8.png\",\"text\":\"分类\"},{\"pagePath\":\"pages/cart/cart\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/63d2f0b9-7059-4b06-b170-d3b93a749f99.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/ea018028-20c0-4f1d-a914-3bfc55c8f13f.png\",\"text\":\"购物车\"},{\"pagePath\":\"pages/UserCenter/UserCenter\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/50737e26-52e6-4c10-858a-ae2c025c2ebc.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/462eb69a-b3ec-446c-9997-c9f1e3212bcb.png\",\"text\":\"我的\"}]}}","IsGb":0,"PageTitle":"酒店旅游","IsActivity":0,"IsUpgrade":0,"IsArticle":0,"PageCode":"[{\"id\":1719307396777,\"eltmType\":\"12\",\"bgColor\":\"\",\"paddingTop\":\"5\",\"paddingRight\":\"2\",\"paddingBottom\":0,\"paddingLeft\":\"2\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm12\":{\"width\":375,\"height\":\"199\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"src\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10004/202406257ce97673974548d7ab0240ac16d86a0f.mp4\",\"controls\":true,\"autoplay\":false,\"loop\":false,\"poster\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625310380d78e2e4502a7a5e793c36b44cb.jpg\",\"muted\":false}},{\"id\":1719305939314,\"eltmType\":\"7\",\"bgColor\":\"#ffffff\",\"paddingTop\":\"6\",\"paddingRight\":\"8\",\"paddingBottom\":\"6\",\"paddingLeft\":\"8\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm7\":{\"column\":\"5\",\"bgColor\":\"#fff\",\"paddingTop\":\"10\",\"paddingRight\":\"0\",\"paddingBottom\":\"6\",\"paddingLeft\":\"0\",\"border\":false,\"data\":[{\"id\":1719306005668,\"did\":197,\"ids\":\"\",\"name\":\"景点门票\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625e8814f997500404c951db2b7928b51ac.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719306395773,\"did\":11,\"ids\":\"\",\"name\":\"酒店住宿\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625c107471a6ade4d958d665225c30fa0d4.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719306436838,\"did\":196,\"ids\":\"\",\"name\":\"国内游\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062568803f9cd1bf4dd394a9c7cde13c131d.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719306472767,\"did\":190,\"ids\":\"\",\"name\":\"出境游\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406259945a67ba5454f2a9df5c3f43e896116.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719306511413,\"did\":0,\"ids\":\"\",\"name\":\"租车\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062517eed99c7ccd4974b00a91c6f521df30.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"租车\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719306535934,\"did\":220,\"ids\":\"\",\"name\":\"海岛游\",\"ItemSalePrice\":299,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062577bbc1647cc142ebb9b6c69e54cb90e6.gif\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"夜游古堰画乡八百里瓯江瑰丽夜景\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719306582925,\"did\":189,\"ids\":\"\",\"name\":\"民宿公寓\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406258c4da8c6470344b5ba2e681f2dd7832a.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719306648555,\"did\":216,\"ids\":\"\",\"name\":\"国际酒店\",\"ItemSalePrice\":599,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062567a9534c3ccb400c91053ab41cb04c93.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"营业时间:每天06:30-13:00开放\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719306693787,\"did\":194,\"ids\":\"\",\"name\":\"优惠专区\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625561af73aeb884ffea0895309f87af04a.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719306850614,\"did\":227,\"ids\":\"\",\"name\":\"旅游保险\",\"ItemSalePrice\":12,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625e28cd202917e461384b3fb89c1b57650.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"至尊保 境外高端旅行险 承保年龄:60天-90周岁\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1719306956968,\"eltmType\":\"1\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":false,\"layout\":\"5\",\"width\":375,\"height\":\"377\",\"paddingTop\":0,\"paddingRight\":\"2\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"data\":{\"id\":\"1719306956968\",\"did\":193,\"ids\":\"\",\"name\":\"国内酒店\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062561a1832a77c84a22a7b3b7e3ed09eb31.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}}},{\"id\":1719307086493,\"eltmType\":\"1\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":false,\"layout\":\"6\",\"width\":375,\"height\":188,\"paddingTop\":0,\"paddingRight\":\"8\",\"paddingBottom\":\"0\",\"paddingLeft\":\"2\",\"data\":{\"id\":\"1719307086493\",\"did\":196,\"ids\":\"\",\"name\":\"国内旅游\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625431848f6ca2341b0a094f298b193ea45.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}}},{\"id\":1719307170051,\"eltmType\":\"1\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":false,\"layout\":\"6\",\"width\":375,\"height\":188,\"paddingTop\":\"5\",\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"2\",\"data\":{\"id\":\"1719307170051\",\"did\":190,\"ids\":\"\",\"name\":\"旅游度假\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625b4096dc8c42348098adbc538413232e4.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}}},{\"id\":1719307256460,\"eltmType\":\"6\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm6\":{\"paddingTop\":\"5\",\"paddingRight\":\"2\",\"paddingBottom\":\"5\",\"paddingLeft\":\"2\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":0,\"alignItems\":0,\"type\":0,\"isSwiper\":0,\"width\":0,\"height\":0,\"data\":[{\"id\":1719307295527,\"did\":194,\"ids\":\"\",\"name\":\"酒店套餐\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202406251f968772722842c3b62f032473796b6c.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719307336038,\"did\":190,\"ids\":\"\",\"name\":\"旅游度假\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625e409c1b530ba46598bb570154e7de3f0.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1719307543347,\"eltmType\":\"15\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm15\":{\"isIcon\":true,\"icon\":\"https://demo.lancerdt.com/xcxfile/appicon/auth/titleline.png\",\"title\":\"热门推荐\",\"titleColor\":\"#333333\",\"isLink\":true,\"linkText\":\"更多\",\"fontColor\":\"#9B9B9B\",\"arrowColor\":\"#9B9B9B\",\"isCountdown\":false,\"cssType\":1,\"startTime\":\"\",\"endTime\":\"\",\"margin_top\":\"6\",\"margin_bottom\":0,\"timeTitle\":\"距开始\",\"clearIntervalTime\":null,\"day\":0,\"h\":0,\"m\":0,\"s\":0,\"data\":{\"id\":\"1719307543347\"}}},{\"id\":1719305093416,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm3\":{\"showNbg\":1,\"align\":1,\"padding\":0,\"width\":375,\"height\":\"215\",\"borderRadius\":\"8\",\"progress\":true,\"color\":\"#ffffff\",\"activeColor\":\"#fa2c19\",\"autoplay\":true,\"data\":[{\"id\":1719305118887,\"did\":225,\"ids\":\"\",\"name\":\"上海迪士尼度假区暑期特价门票 成人票\",\"ItemSalePrice\":699,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024062509888ff76cd44a56afcf4a75ff25f939.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\" 2024全球100必打卡景点\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719305189601,\"did\":216,\"ids\":\"\",\"name\":\"三亚山海天大酒店·傲途格精选 套房\",\"ItemSalePrice\":599,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625b43b27a30b3a41cebcd9753c8211ed91.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"营业时间:每天06:30-13:00开放\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719305219450,\"did\":197,\"ids\":\"\",\"name\":\"景点门票\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240625f1f5956698b44d9ba8cc82208148e95f.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1719307589617,\"eltmType\":\"4\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":\"4\",\"paddingBottom\":0,\"paddingLeft\":\"4\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm4\":{\"shadow\":true,\"btnType\":0,\"listTyle\":\"2\",\"isPrice\":true,\"isProductTips\":true,\"btnColor\":\"#DB384C\",\"btnText\":\"购买\",\"priceColor\":\"#fa2c19\",\"btnFontColor\":\"#fff\",\"data\":[{\"id\":1719307642856,\"did\":225,\"ids\":\"\",\"name\":\"上海迪士尼度假区暑期特价门票 成人票\",\"ItemSalePrice\":699,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10006/20240619a348e9d6134c44a2ac632d9ee90634c5.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\" 2024全球100必打卡景点\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719307660253,\"did\":220,\"ids\":\"\",\"name\":\"丽水3日2晚跟团游秀水丽水之旅丨多人“惠” 儿童票\",\"ItemSalePrice\":299,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10006/20240619e8874d8bfd184fb89362c96819c227b4.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"夜游古堰画乡八百里瓯江瑰丽夜景\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719307716203,\"did\":209,\"ids\":\"\",\"name\":\"美朋·轻奢酒店(北京南站石榴庄地铁站店) 大床房\",\"ItemSalePrice\":599,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10006/20240619989e76fdf8734b27bb5b90714431b80e.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"开业:2021 酒店位于北京市丰台区南顶路\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719307731972,\"did\":203,\"ids\":\"\",\"name\":\"上海陆家嘴滨江禧玥酒店景观房 双人房\",\"ItemSalePrice\":588,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10006/20240619e2425bb1dbfd426abff37a6a185a087d.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"禧玥酒店位置便利,设施现代且整洁\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719307743071,\"did\":227,\"ids\":\"\",\"name\":\"安行华夏大陆香港澳门旅行险 国内旅游意外保险 24h医疗救援 户外短期出行 意外医疗保障 \",\"ItemSalePrice\":12,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10006/20240619e546c649c0674047bbf1445e50f7d96b.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"至尊保 境外高端旅行险 承保年龄:60天-90周岁\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1719307825482,\"did\":229,\"ids\":\"\",\"name\":\"【南京】刘德华巡回演唱会门票2024 南京刘德华 2024年08月02日 周五 19:00 \",\"ItemSalePrice\":1280,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10006/202406199ae4c5aeecca4f5f95c1f6b544c7da4c.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"看台【拍前咨询客服,私拍无效】 备注身份信息联系方式\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}}]","PageQRCode":"","StoreId":0,"IsSns":0,"IsRelease":true,"IsPoint":0,"IsLikeYou":0,"Id":1719304199361,"TemplateWarehouseId":1022,"StoreIndex":0},{"IsHome":0,"ShareImg":"","SecondKill":0,"PageConfig":"{\"BackgroundObj\":{\"type\":1,\"bgColor\":\"#f8f8f8\",\"pathColor\":\"#f8f8f8\",\"path\":\"\"}}","ShareTitle":"会员中心","PageNav":"{\"window\":{\"navigationBarBackgroundColor\":\"#f41323\",\"navigationBarTextStyle\":\"white\",\"navigationBarTitleText\":\"\",\"backgroundColor\":\"#f8f8f8\",\"backgroundTextStyle\":\"dark\"},\"tabBar\":{\"color\":\"#999999\",\"selectedColor\":\"#DB384C\",\"backgroundColor\":\"#ffffff\",\"borderStyle\":\"white\",\"position\":\"bottom\",\"list\":[{\"pagePath\":\"pages/index/index\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/aa07e66f-d4fb-4a2b-bc4c-67ed9aace69b.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/2840118f-dd01-471a-a749-d910905cefc3.png\",\"text\":\"首页\"},{\"pagePath\":\"pages/category/category\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/16ff7864-3513-4ff8-bf12-a9a9808d39e5.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/cdb5e3df-9d40-42ef-a46a-686dac547fd8.png\",\"text\":\"分类\"},{\"pagePath\":\"pages/cart/cart\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/63d2f0b9-7059-4b06-b170-d3b93a749f99.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/ea018028-20c0-4f1d-a914-3bfc55c8f13f.png\",\"text\":\"购物车\"},{\"pagePath\":\"pages/UserCenter/UserCenter\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/50737e26-52e6-4c10-858a-ae2c025c2ebc.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/462eb69a-b3ec-446c-9997-c9f1e3212bcb.png\",\"text\":\"我的\"}]}}","IsGb":0,"PageTitle":"会员中心","IsActivity":0,"IsUpgrade":0,"IsArticle":0,"PageCode":"[]","PageQRCode":"","StoreId":0,"IsSns":0,"IsRelease":true,"IsPoint":0,"IsLikeYou":1,"Id":1720430610221,"TemplateWarehouseId":1022,"StoreIndex":0},{"IsHome":0,"ShareImg":"","SecondKill":0,"PageConfig":"{\"BackgroundObj\":{\"type\":1,\"bgColor\":\"#f8f8f8\",\"pathColor\":\"#f8f8f8\",\"path\":\"\"}}","ShareTitle":"探索好物,分享发现","PageNav":"{\"window\":{\"navigationBarBackgroundColor\":\"#e91c33\",\"navigationBarTextStyle\":\"white\",\"navigationBarTitleText\":\"\",\"backgroundColor\":\"#f8f8f8\",\"backgroundTextStyle\":\"dark\"},\"tabBar\":{\"color\":\"#999999\",\"selectedColor\":\"#DB384C\",\"backgroundColor\":\"#ffffff\",\"borderStyle\":\"white\",\"position\":\"bottom\",\"list\":[{\"pagePath\":\"pages/index/index\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/aa07e66f-d4fb-4a2b-bc4c-67ed9aace69b.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/2840118f-dd01-471a-a749-d910905cefc3.png\",\"text\":\"首页\"},{\"pagePath\":\"pages/category/category\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/16ff7864-3513-4ff8-bf12-a9a9808d39e5.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/cdb5e3df-9d40-42ef-a46a-686dac547fd8.png\",\"text\":\"分类\"},{\"pagePath\":\"pages/cart/cart\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/63d2f0b9-7059-4b06-b170-d3b93a749f99.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/ea018028-20c0-4f1d-a914-3bfc55c8f13f.png\",\"text\":\"购物车\"},{\"pagePath\":\"pages/UserCenter/UserCenter\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/50737e26-52e6-4c10-858a-ae2c025c2ebc.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/462eb69a-b3ec-446c-9997-c9f1e3212bcb.png\",\"text\":\"我的\"}]}}","IsGb":0,"PageTitle":"社区资讯","IsActivity":0,"IsUpgrade":0,"IsArticle":0,"PageCode":"[{\"id\":1761036135822,\"eltmType\":\"7\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm7\":{\"column\":\"5\",\"bgColor\":\"#fff\",\"paddingTop\":20,\"paddingRight\":10,\"paddingBottom\":20,\"paddingLeft\":10,\"border\":false,\"data\":[{\"id\":1761036141814,\"did\":1,\"ids\":\"\",\"name\":\"资讯\",\"ItemSalePrice\":0,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20251021/14c51d6c39ab4ba48325b90db8c1a907.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"<p><img src=\\\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20250925/fd0701730f9d4f30821490097feb6b74.png\\\"><img src=\\\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20250925/eb6a83553ec6432eb0d4bb4c8920a288.png\\\"><img src=\\\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20250925/51eb11d2132b4139862ee1b334c6cbcb.png\\\"><img src=\\\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20250925/afe53d525859451d9ae71c8201d95b02.png\\\"></p>\",\"selectType\":\"11\",\"AppUrl\":\"/community/community/detail?id=1\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761036224717,\"did\":9,\"ids\":\"\",\"name\":\"通知\",\"ItemSalePrice\":0,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20251021/4d37fb1de2614b278fbfa9daa05465ab.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"<p><img src=\\\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20250716/144ca7586aca476abab4991d7a6182f7.jpg\\\"></p>\",\"selectType\":\"11\",\"AppUrl\":\"/community/community/detail?id=9\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761036286725,\"did\":10,\"ids\":\"\",\"name\":\"二手\",\"ItemSalePrice\":0,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20251021/6bbb3ded052e49eea05b77a75590cb28.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"<p><img src=\\\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20250716/fc8fd4c6f8ce4ad5a815e6048e9274c1.jpg\\\"><img src=\\\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20250716/8885657ff8bb43cfb4b21a85133bf4be.jpg\\\"></p>\",\"selectType\":\"11\",\"AppUrl\":\"/community/community/detail?id=10\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761036287917,\"did\":10,\"ids\":\"\",\"name\":\"招聘\",\"ItemSalePrice\":0,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20251021/3dd021ed76424c5a8dadda92b7434b92.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"<p><img src=\\\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20250716/fc8fd4c6f8ce4ad5a815e6048e9274c1.jpg\\\"><img src=\\\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20250716/8885657ff8bb43cfb4b21a85133bf4be.jpg\\\"></p>\",\"selectType\":\"11\",\"AppUrl\":\"/community/community/detail?id=10\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761036430629,\"did\":11,\"ids\":\"\",\"name\":\"反馈\",\"ItemSalePrice\":0,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20251021/72f6d7ab449d433eab66b88357f8ff40.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"<p>欢迎大家使用小发同城,评论区留下你的宝贵意见会让我们做得更好</p><p><br></p><p><img src=\\\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20250716/284667e29bbe497faa16835214ce23dc.jpg\\\"></p>\",\"selectType\":\"11\",\"AppUrl\":\"/community/community/detail?id=11\",\"UserLimit\":0,\"OrderCount\":0}]}}]","PageQRCode":"","StoreId":0,"IsSns":1,"IsRelease":true,"IsPoint":0,"IsLikeYou":0,"Id":1720763424750,"TemplateWarehouseId":1022,"StoreIndex":0},{"IsHome":0,"ShareImg":"","SecondKill":0,"PageConfig":"{\"BackgroundObj\":{\"type\":1,\"bgColor\":\"#f8f8f8\",\"pathColor\":\"#f8f8f8\",\"path\":\"\"}}","ShareTitle":"助您打造一站式本地化O2O综合生活服务平台","PageNav":"{\"window\":{\"navigationBarBackgroundColor\":\"#f91a34\",\"navigationBarTextStyle\":\"white\",\"navigationBarTitleText\":\"\",\"backgroundColor\":\"#f8f8f8\",\"backgroundTextStyle\":\"dark\"},\"tabBar\":{\"color\":\"#999999\",\"selectedColor\":\"#DB384C\",\"backgroundColor\":\"#ffffff\",\"borderStyle\":\"white\",\"position\":\"bottom\",\"list\":[{\"pagePath\":\"pages/index/index\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/aa07e66f-d4fb-4a2b-bc4c-67ed9aace69b.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/2840118f-dd01-471a-a749-d910905cefc3.png\",\"text\":\"首页\"},{\"pagePath\":\"pages/category/category\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/16ff7864-3513-4ff8-bf12-a9a9808d39e5.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/cdb5e3df-9d40-42ef-a46a-686dac547fd8.png\",\"text\":\"分类\"},{\"pagePath\":\"pages/cart/cart\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/63d2f0b9-7059-4b06-b170-d3b93a749f99.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/ea018028-20c0-4f1d-a914-3bfc55c8f13f.png\",\"text\":\"购物车\"},{\"pagePath\":\"pages/UserCenter/UserCenter\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/50737e26-52e6-4c10-858a-ae2c025c2ebc.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/462eb69a-b3ec-446c-9997-c9f1e3212bcb.png\",\"text\":\"我的\"}]}}","IsGb":0,"PageTitle":"O2O商城模板","IsActivity":0,"IsUpgrade":0,"IsArticle":0,"PageCode":"[{\"id\":1721272795681,\"eltmType\":\"102\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm102\":{\"height\":391,\"title\":\"附近商家\",\"titleColor\":\"#313030\",\"options\":\"{}\",\"isShowFilter\":0,\"isShowLoading\":0,\"viewtype\":1,\"data\":[]}},{\"id\":1761894565606,\"eltmType\":\"7\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm7\":{\"column\":\"4\",\"bgColor\":\"#fff\",\"paddingTop\":20,\"paddingRight\":10,\"paddingBottom\":20,\"paddingLeft\":10,\"border\":false,\"data\":[{\"id\":1761894575092,\"did\":38,\"ids\":\"\",\"name\":\"平台秒杀\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon38.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/activity/plantform/secondlist?cname=限时秒杀\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761894642577,\"did\":22,\"ids\":\"\",\"name\":\"好友砍价\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon22.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/activity/cutprice/list\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761894660625,\"did\":9,\"ids\":\"\",\"name\":\"领券中心\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon9.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/activity/coupon/list\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761894677929,\"did\":1761965284723,\"ids\":\"\",\"name\":\"商家入驻\",\"ItemSalePrice\":0,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20251101/422a5843f67442f085c755c28cdc6ad3.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"8\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}}]","PageQRCode":"","StoreId":0,"IsSns":0,"IsRelease":true,"IsPoint":0,"IsLikeYou":0,"Id":1720776379022,"TemplateWarehouseId":1022,"StoreIndex":0},{"IsHome":0,"ShareImg":"","SecondKill":0,"PageConfig":"{\"BackgroundObj\":{\"type\":1,\"bgColor\":\"#f8f8f8\",\"pathColor\":\"#f8f8f8\",\"path\":\"\"}}","ShareTitle":"同城生活服务平台","PageNav":"{\"window\":{\"navigationBarBackgroundColor\":\"#fb233c\",\"navigationBarTextStyle\":\"white\",\"navigationBarTitleText\":\"\",\"backgroundColor\":\"#f8f8f8\",\"backgroundTextStyle\":\"dark\"},\"tabBar\":{\"color\":\"#999999\",\"selectedColor\":\"#DB384C\",\"backgroundColor\":\"#ffffff\",\"borderStyle\":\"white\",\"position\":\"bottom\",\"list\":[{\"pagePath\":\"pages/index/index\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/aa07e66f-d4fb-4a2b-bc4c-67ed9aace69b.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/2840118f-dd01-471a-a749-d910905cefc3.png\",\"text\":\"首页\"},{\"pagePath\":\"pages/category/category\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/16ff7864-3513-4ff8-bf12-a9a9808d39e5.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/cdb5e3df-9d40-42ef-a46a-686dac547fd8.png\",\"text\":\"分类\"},{\"pagePath\":\"pages/cart/cart\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/63d2f0b9-7059-4b06-b170-d3b93a749f99.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/ea018028-20c0-4f1d-a914-3bfc55c8f13f.png\",\"text\":\"购物车\"},{\"pagePath\":\"pages/UserCenter/UserCenter\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/50737e26-52e6-4c10-858a-ae2c025c2ebc.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/462eb69a-b3ec-446c-9997-c9f1e3212bcb.png\",\"text\":\"我的\"}]}}","IsGb":0,"PageTitle":"同城娱乐","IsActivity":0,"IsUpgrade":0,"IsArticle":0,"PageCode":"[{\"id\":1721275921482,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm3\":{\"showNbg\":1,\"align\":1,\"padding\":0,\"width\":375,\"height\":\"142\",\"borderRadius\":\"8\",\"progress\":true,\"color\":\"#ffffff\",\"activeColor\":\"#fb2323\",\"autoplay\":true,\"data\":[{\"id\":1721275960281,\"did\":8,\"ids\":\"\",\"name\":\"食品生鲜\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240718e789a15e150b4f24b700919b9be22539.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1721276033341,\"did\":145,\"ids\":\"\",\"name\":\"进口食品\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202407183e5e52a77fd14ffbada2e4b03273482e.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1721276314008,\"eltmType\":\"7\",\"bgColor\":\"#ffffff\",\"paddingTop\":\"10\",\"paddingRight\":\"8\",\"paddingBottom\":\"7\",\"paddingLeft\":\"8\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm7\":{\"column\":\"5\",\"bgColor\":\"#fff\",\"paddingTop\":\"10\",\"paddingRight\":10,\"paddingBottom\":\"8\",\"paddingLeft\":10,\"border\":false,\"data\":[{\"id\":1721276512298,\"did\":11,\"ids\":\"\",\"name\":\"住宿\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240718b1ec6be49bed4b8a953302b6019cdafc.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1721276707576,\"did\":147,\"ids\":\"\",\"name\":\"美食\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240718b95bab8c4cad473c950f355f10ad1b95.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1721276782901,\"did\":200,\"ids\":\"\",\"name\":\"娱乐\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240718d98daa7505e14761985bd1d21089a5a4.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1721276845929,\"did\":229,\"ids\":\"\",\"name\":\"电源演出\",\"ItemSalePrice\":1280,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/202407186dc6011deb694a5daa053b58030f9140.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"看台【拍前咨询客服,私拍无效】 备注身份信息联系方式\",\"selectType\":\"1\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1721276921103,\"did\":190,\"ids\":\"\",\"name\":\"健身游泳\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024071838c0a0385f5341f39c622b95f3a3e6c4.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1721276984952,\"did\":190,\"ids\":\"\",\"name\":\"旅游度假\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240718980f126ea5cf4c4ea71b630ec4dce96c.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1721277055016,\"did\":0,\"ids\":\"\",\"name\":\"学习培训\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240718c891d494ffff4bc4be52f45226317dc2.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"0\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1721277123317,\"did\":192,\"ids\":\"\",\"name\":\"生活服务\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240718229a7cb68ac74e05948314478d10dd1a.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1721277174771,\"did\":82,\"ids\":\"\",\"name\":\"美容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240718db368dee7cb0483c928ad03e88d4f81e.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1721277194894,\"did\":1718949361799,\"ids\":\"\",\"name\":\"医疗\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024071886affbac341d45769cd2f991c386bd22.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"8\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1721277232569,\"eltmType\":\"1\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":false,\"layout\":\"4\",\"width\":750,\"height\":\"190\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"data\":{\"id\":\"1721277232569\",\"did\":11,\"ids\":\"\",\"name\":\"旅游酒店\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024071892d7654ea7454924a36fc3724089ed1a.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}}},{\"id\":1757038348480,\"eltmType\":\"102\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm102\":{\"height\":391,\"title\":\"附近商家\",\"titleColor\":\"#bfbfbf\",\"options\":\"{}\",\"isShowFilter\":0,\"isShowLoading\":0,\"viewtype\":\"0\",\"data\":[]}}]","PageQRCode":"","StoreId":0,"IsSns":0,"IsRelease":true,"IsPoint":0,"IsLikeYou":0,"Id":1721275502838,"TemplateWarehouseId":1022,"StoreIndex":0},{"IsHome":0,"ShareImg":"","SecondKill":0,"PageConfig":"{\"BackgroundObj\":{\"type\":1,\"bgColor\":\"#f8f8f8\",\"pathColor\":\"#f8f8f8\",\"path\":\"\"}}","ShareTitle":"家庭电器 生活百货","PageNav":"{\"window\":{\"navigationBarBackgroundColor\":\"#f41323\",\"navigationBarTextStyle\":\"white\",\"navigationBarTitleText\":\"\",\"backgroundColor\":\"#f8f8f8\",\"backgroundTextStyle\":\"dark\"},\"tabBar\":{\"color\":\"#999999\",\"selectedColor\":\"#DB384C\",\"backgroundColor\":\"#ffffff\",\"borderStyle\":\"white\",\"position\":\"bottom\",\"list\":[{\"pagePath\":\"pages/index/index\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/aa07e66f-d4fb-4a2b-bc4c-67ed9aace69b.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/2840118f-dd01-471a-a749-d910905cefc3.png\",\"text\":\"首页\"},{\"pagePath\":\"pages/category/category\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/16ff7864-3513-4ff8-bf12-a9a9808d39e5.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/cdb5e3df-9d40-42ef-a46a-686dac547fd8.png\",\"text\":\"分类\"},{\"pagePath\":\"pages/cart/cart\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/63d2f0b9-7059-4b06-b170-d3b93a749f99.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/ea018028-20c0-4f1d-a914-3bfc55c8f13f.png\",\"text\":\"购物车\"},{\"pagePath\":\"pages/UserCenter/UserCenter\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/50737e26-52e6-4c10-858a-ae2c025c2ebc.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/462eb69a-b3ec-446c-9997-c9f1e3212bcb.png\",\"text\":\"我的\"}]}}","IsGb":0,"PageTitle":"生活百货审核页面","IsActivity":0,"IsUpgrade":0,"IsArticle":0,"PageCode":"[{\"id\":1721308193832,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm3\":{\"showNbg\":false,\"align\":1,\"padding\":0,\"width\":375,\"height\":\"118\",\"borderRadius\":0,\"progress\":false,\"color\":\"#ffffff\",\"activeColor\":\"#000000\",\"autoplay\":false,\"data\":[{\"id\":1721308217705,\"did\":65,\"ids\":\"\",\"name\":\"高清曲面显示器 27英寸\",\"ItemSalePrice\":1299,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/20240718cfa1abc8ea9f400f9e068c5e0af84cb2.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"21:9超宽带鱼屏 | 144Hz高刷新率\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1721308743036,\"eltmType\":\"1\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":false,\"layout\":\"4\",\"width\":750,\"height\":\"175\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"data\":{\"id\":\"1721308743036\",\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/plantform/2024071849d4d5d1b3a54a56a62e471507306681.gif\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"0\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}}},{\"id\":1721308796092,\"eltmType\":\"4\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm4\":{\"shadow\":true,\"btnType\":0,\"listTyle\":\"2\",\"isPrice\":true,\"isProductTips\":true,\"btnColor\":\"#DB384C\",\"btnText\":\"购买\",\"priceColor\":\"#ef344a\",\"btnFontColor\":\"#fff\",\"data\":[{\"id\":1721308825690,\"did\":64,\"ids\":\"\",\"name\":\"智能平板电脑5 Pro 15.6英寸\",\"ItemSalePrice\":2499,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10002/2024061364984b7c0b494322a2508e1ae620a304.jpeg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"12.4英寸大屏 2.5K超清护眼 | 骁龙870旗舰处理器 \",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1721308925339,\"did\":65,\"ids\":\"\",\"name\":\"高清曲面显示器 27英寸\",\"ItemSalePrice\":1299,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10002/20240613c06a3e749b3548908612525c74a83317.jpeg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"21:9超宽带鱼屏 | 144Hz高刷新率\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1721308942091,\"did\":58,\"ids\":\"\",\"name\":\"AOC 台式电脑一体机 台式机 15.6英寸\",\"ItemSalePrice\":2399,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10002/2024061383ff2baacd5f41a18232765f146bd676.jpeg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"23.8英寸窄边框 高速固态+高功率立体音箱\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1721308958516,\"did\":51,\"ids\":\"\",\"name\":\"米家加湿器 128G\",\"ItemSalePrice\":99,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10002/202406130319b2dd54894d00825a5566c3aee4bf.jpeg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"300mL/h加湿量,99.9%抗菌水箱,便捷免掀盖上加水!\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}],\"charLine\":\"2\"}}]","PageQRCode":"","StoreId":0,"IsSns":0,"IsRelease":true,"IsPoint":0,"IsLikeYou":0,"Id":1721308155090,"TemplateWarehouseId":1022,"StoreIndex":0},{"IsHome":0,"ShareImg":"","SecondKill":0,"PageConfig":"{\"BackgroundObj\":{\"type\":1,\"bgColor\":\"#f8f8f8\",\"pathColor\":\"#f8f8f8\",\"path\":\"\"}}","ShareTitle":"积分商城","PageNav":"{\"window\":{\"navigationBarBackgroundColor\":\"#f41323\",\"navigationBarTextStyle\":\"white\",\"navigationBarTitleText\":\"\",\"backgroundColor\":\"#f8f8f8\",\"backgroundTextStyle\":\"dark\"},\"tabBar\":{\"color\":\"#999999\",\"selectedColor\":\"#DB384C\",\"backgroundColor\":\"#ffffff\",\"borderStyle\":\"white\",\"position\":\"bottom\",\"list\":[{\"pagePath\":\"pages/index/index\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/aa07e66f-d4fb-4a2b-bc4c-67ed9aace69b.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/2840118f-dd01-471a-a749-d910905cefc3.png\",\"text\":\"首页\"},{\"pagePath\":\"pages/category/category\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/16ff7864-3513-4ff8-bf12-a9a9808d39e5.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/cdb5e3df-9d40-42ef-a46a-686dac547fd8.png\",\"text\":\"分类\"},{\"pagePath\":\"pages/cart/cart\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/63d2f0b9-7059-4b06-b170-d3b93a749f99.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/ea018028-20c0-4f1d-a914-3bfc55c8f13f.png\",\"text\":\"购物车\"},{\"pagePath\":\"pages/UserCenter/UserCenter\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/50737e26-52e6-4c10-858a-ae2c025c2ebc.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/462eb69a-b3ec-446c-9997-c9f1e3212bcb.png\",\"text\":\"我的\"}]}}","IsGb":0,"PageTitle":"积分中心","IsActivity":0,"IsUpgrade":0,"IsArticle":0,"PageCode":"[]","PageQRCode":"","StoreId":0,"IsSns":0,"IsRelease":true,"IsPoint":1,"IsLikeYou":0,"Id":1722614840784,"TemplateWarehouseId":1022,"StoreIndex":0},{"IsHome":0,"ShareImg":"","SecondKill":0,"PageConfig":"{\"BackgroundObj\":{\"type\":1,\"bgColor\":\"#f8f8f8\",\"pathColor\":\"#f8f8f8\",\"path\":\"\"}}","ShareTitle":"精选好货,低价供应","PageNav":"{\"window\":{\"navigationBarBackgroundColor\":\"#f5142e\",\"navigationBarTextStyle\":\"white\",\"navigationBarTitleText\":\"\",\"backgroundColor\":\"#f8f8f8\",\"backgroundTextStyle\":\"dark\"},\"tabBar\":{\"color\":\"#999999\",\"selectedColor\":\"#DB384C\",\"backgroundColor\":\"#ffffff\",\"borderStyle\":\"white\",\"position\":\"bottom\",\"list\":[{\"pagePath\":\"pages/index/index\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/aa07e66f-d4fb-4a2b-bc4c-67ed9aace69b.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/2840118f-dd01-471a-a749-d910905cefc3.png\",\"text\":\"首页\"},{\"pagePath\":\"pages/category/category\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/16ff7864-3513-4ff8-bf12-a9a9808d39e5.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/cdb5e3df-9d40-42ef-a46a-686dac547fd8.png\",\"text\":\"分类\"},{\"pagePath\":\"pages/cart/cart\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/63d2f0b9-7059-4b06-b170-d3b93a749f99.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/ea018028-20c0-4f1d-a914-3bfc55c8f13f.png\",\"text\":\"购物车\"},{\"pagePath\":\"pages/UserCenter/UserCenter\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/50737e26-52e6-4c10-858a-ae2c025c2ebc.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/462eb69a-b3ec-446c-9997-c9f1e3212bcb.png\",\"text\":\"我的\"}]}}","IsGb":0,"PageTitle":"货源市场","IsActivity":0,"IsUpgrade":0,"IsArticle":0,"PageCode":"[{\"id\":1724205291247,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm3\":{\"showNbg\":1,\"align\":1,\"padding\":0,\"width\":375,\"height\":\"118\",\"borderRadius\":\"8\",\"progress\":true,\"color\":\"#ffffff\",\"activeColor\":\"#ee1717\",\"autoplay\":true,\"data\":[{\"id\":1724205297280,\"did\":2,\"ids\":\"\",\"name\":\"电脑办公\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240821/a0131e9fdd054a0c84d8ab43fa285f37.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1724206495778,\"eltmType\":\"7\",\"bgColor\":\"#ffffff\",\"paddingTop\":\"8\",\"paddingRight\":\"8\",\"paddingBottom\":\"2\",\"paddingLeft\":\"8\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm7\":{\"column\":\"5\",\"bgColor\":\"#fff\",\"paddingTop\":\"8\",\"paddingRight\":\"0\",\"paddingBottom\":\"8\",\"paddingLeft\":\"0\",\"border\":false,\"data\":[{\"id\":1724206562880,\"did\":40,\"ids\":\"\",\"name\":\"办公设备\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240821/b5c201e098ee45488a933557688b1018.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724206954912,\"did\":32,\"ids\":\"\",\"name\":\"办公配件\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240821/1f323b253b8d42d4b480cd2434509f3e.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724207023665,\"did\":0,\"ids\":\"\",\"name\":\"笔记本\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240821/c009d5178a0646279dd89a61c7f6cad7.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"笔记本\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724207076935,\"did\":0,\"ids\":\"\",\"name\":\"游戏本\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240821/38b7c817df7d4d29950f8feb39e3c64b.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"游戏本\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724207136585,\"did\":0,\"ids\":\"\",\"name\":\"数码优选\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240821/93835853c84141bc9afb3633bdd3ff88.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"耳机\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1724207199794,\"eltmType\":\"1\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":false,\"layout\":8,\"width\":\"750\",\"height\":\"216\",\"paddingTop\":0,\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"data\":{\"id\":\"1724207199794\",\"did\":9,\"ids\":\"\",\"name\":\"领券中心\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240821/c9c657dcaf3b46cabfa01b1832f5df9d.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/activity/coupon/list\",\"UserLimit\":0,\"OrderCount\":0}}},{\"id\":1724207410539,\"eltmType\":\"6\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm6\":{\"paddingTop\":\"0\",\"paddingRight\":\"0\",\"paddingBottom\":\"2\",\"paddingLeft\":\"0\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":0,\"alignItems\":0,\"type\":0,\"isSwiper\":0,\"width\":0,\"height\":0,\"data\":[{\"id\":1724207466578,\"did\":21,\"ids\":\"\",\"name\":\"智能手机\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240821/c057809d7d6a46f1a098016fb2291231.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724207514039,\"did\":2,\"ids\":\"\",\"name\":\"电脑办公\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240821/278ae241c2234705ae62463d5a6ae3a5.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1724207565761,\"eltmType\":\"6\",\"bgColor\":\"\",\"paddingTop\":\"5\",\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm6\":{\"paddingTop\":\"0\",\"paddingRight\":\"3\",\"paddingBottom\":\"13\",\"paddingLeft\":\"3\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":0,\"alignItems\":0,\"type\":0,\"isSwiper\":0,\"width\":0,\"height\":0,\"data\":[{\"id\":1724207620999,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240821/228a7799fe8a44ff862f109bf66ebabf.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"手机\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724207644341,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240821/a890f4345de347628dfad8c30f012ecd.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"笔记本\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724207663841,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240821/2a9916c834b04262af975fc06bacbb74.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"笔记本\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1724207704206,\"eltmType\":\"3\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm3\":{\"showNbg\":false,\"align\":1,\"padding\":0,\"width\":375,\"height\":\"295\",\"borderRadius\":0,\"progress\":true,\"color\":\"#ffffff\",\"activeColor\":\"#9a7bff\",\"autoplay\":true,\"data\":[{\"id\":1724207776167,\"did\":0,\"ids\":\"\",\"name\":\"\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240821/b197a91822d441ef93b6cff7c5135764.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"笔记本\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724208040530,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240821/94edab8e1ab84a48878e1800fdb2c6c0.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"耳机\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1724208071769,\"eltmType\":\"5\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm5\":{\"height\":\"11\"}},{\"id\":1724208124057,\"eltmType\":\"1\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":false,\"layout\":\"4\",\"width\":\"742\",\"height\":\"64\",\"paddingTop\":0,\"paddingRight\":\"40\",\"paddingBottom\":0,\"paddingLeft\":0,\"data\":{\"id\":\"1724208124057\",\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240821/0291b8586d9847f0a98f2086eae14cf8.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"0\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}}},{\"id\":1724208245354,\"eltmType\":\"4\",\"bgColor\":\"\",\"paddingTop\":\"3\",\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm4\":{\"shadow\":true,\"btnType\":0,\"listTyle\":\"2\",\"isPrice\":true,\"isProductTips\":true,\"btnColor\":\"#DB384C\",\"btnText\":\"购买\",\"priceColor\":\"#f02840\",\"btnFontColor\":\"#fff\",\"data\":[{\"id\":1724208286797,\"did\":270,\"ids\":\"\",\"name\":\"惠普打印机 激光打印一体机 \",\"ItemSalePrice\":299,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10009/20240704224f4ca8b11c43fdbd2f6e6fc2141405.jpeg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"一碰连接,一碰打印,支持远程打印\",\"selectType\":\"1\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724208597975,\"did\":272,\"ids\":\"\",\"name\":\"惠普个性化曲面显示器 27英寸\",\"ItemSalePrice\":998,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10009/2024070424dde40e1f99462abb9a62e152147d36.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"21:9超宽带鱼屏 | 144Hz高刷新率\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724208728038,\"did\":271,\"ids\":\"\",\"name\":\"Buds 4 活力版耳机 \",\"ItemSalePrice\":88,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10009/20240704619ba6d7a7fc4eb8aab6b585121d0cb1.jpeg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"12mm大动圈 28小时超长续航 蓝牙5.3\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724208765442,\"did\":49,\"ids\":\"\",\"name\":\"BINNIFA客厅音响无线立体环绕K歌观影一体家庭影院Live3D 256G\",\"ItemSalePrice\":2299,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10002/20240613b461fa0e1fcb4f8c8739a9450db181b0.jpeg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"155W功率,11个发声单元,无线环绕话筒\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}}]","PageQRCode":"","StoreId":0,"IsSns":0,"IsRelease":true,"IsPoint":0,"IsLikeYou":0,"Id":1724205236919,"TemplateWarehouseId":1022,"StoreIndex":1},{"IsHome":0,"ShareImg":"","SecondKill":0,"PageConfig":"{\"BackgroundObj\":{\"type\":1,\"bgColor\":\"#f8f8f8\",\"pathColor\":\"#f8f8f8\",\"path\":\"\"}}","ShareTitle":"实验室用品 一站式采购平台","PageNav":"{\"window\":{\"navigationBarBackgroundColor\":\"#2170e6\",\"navigationBarTextStyle\":\"white\",\"navigationBarTitleText\":\"\",\"backgroundColor\":\"#f8f8f8\",\"backgroundTextStyle\":\"dark\"},\"tabBar\":{\"color\":\"#999999\",\"selectedColor\":\"#DB384C\",\"backgroundColor\":\"#ffffff\",\"borderStyle\":\"white\",\"position\":\"bottom\",\"list\":[{\"pagePath\":\"pages/index/index\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/aa07e66f-d4fb-4a2b-bc4c-67ed9aace69b.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/2840118f-dd01-471a-a749-d910905cefc3.png\",\"text\":\"首页\"},{\"pagePath\":\"pages/category/category\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/16ff7864-3513-4ff8-bf12-a9a9808d39e5.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/cdb5e3df-9d40-42ef-a46a-686dac547fd8.png\",\"text\":\"分类\"},{\"pagePath\":\"pages/cart/cart\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/63d2f0b9-7059-4b06-b170-d3b93a749f99.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/ea018028-20c0-4f1d-a914-3bfc55c8f13f.png\",\"text\":\"购物车\"},{\"pagePath\":\"pages/UserCenter/UserCenter\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/50737e26-52e6-4c10-858a-ae2c025c2ebc.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/462eb69a-b3ec-446c-9997-c9f1e3212bcb.png\",\"text\":\"我的\"}]}}","IsGb":0,"PageTitle":"生物试剂演示站","IsActivity":0,"IsUpgrade":0,"IsArticle":0,"PageCode":"[{\"id\":1724316382663,\"eltmType\":\"3\",\"bgColor\":\"rgba(0,0,0,0)\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm3\":{\"showNbg\":1,\"align\":1,\"padding\":0,\"width\":375,\"height\":\"142\",\"borderRadius\":\"8\",\"progress\":true,\"color\":\"#ffffff\",\"activeColor\":\"#f91f1f\",\"autoplay\":true,\"data\":[{\"id\":1724316502434,\"did\":238,\"ids\":\"\",\"name\":\"实验耗材\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240823/1165d7a3686a4368bfbee857f7c70d46.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724316693022,\"did\":245,\"ids\":\"\",\"name\":\"科研仪器\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240823/4bedf34b6d5948538bd9a9a8a956b8c5.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1724320303424,\"eltmType\":\"14\",\"bgColor\":\"#ffffff\",\"paddingTop\":\"8\",\"paddingRight\":\"8\",\"paddingBottom\":\"2\",\"paddingLeft\":\"8\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm14\":{\"image\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240822/bb0aa0cf9451466b985932179777d8ef.png\",\"fontColor\":\"#333\",\"arrowColor\":\"#1d77ec\",\"scrollDir\":\"1\",\"paddingTop\":\"2\",\"paddingBottom\":0,\"data\":[{\"id\":1724320783769,\"did\":0,\"ids\":\"\",\"name\":\" 擎科科邦邦,买试剂耗材送仪器,详情联系在线客服电话\",\"ItemSalePrice\":0,\"path\":\"\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"0\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1724316716882,\"eltmType\":\"7\",\"bgColor\":\"#ffffff\",\"paddingTop\":\"10\",\"paddingRight\":\"8\",\"paddingBottom\":\"10\",\"paddingLeft\":\"8\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm7\":{\"column\":\"5\",\"bgColor\":\"#fff\",\"paddingTop\":\"6\",\"paddingRight\":\"0\",\"paddingBottom\":\"10\",\"paddingLeft\":\"0\",\"border\":false,\"data\":[{\"id\":1724316789114,\"did\":30,\"ids\":\"\",\"name\":\"店铺推荐\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240822/b335523cebf847f08ac8d601fdef7cd8.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/pagesub/index/store-list\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724316865562,\"did\":34,\"ids\":\"\",\"name\":\"积分商城\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240822/bddff1694fea405aa1fcad2b1e1c8579.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/integral/integral/integral\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724317028265,\"did\":9,\"ids\":\"\",\"name\":\"领券中心\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240822/2a4224f894b54977aafe8d4d5ca080db.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/activity/coupon/list\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724317317994,\"did\":36,\"ids\":\"\",\"name\":\"限时折扣\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240822/ac25ab2527384f52ae1ce939541a4cb7.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/pages/product/list?activity_type_id=1103&cname=限时折扣\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724317356943,\"did\":238,\"ids\":\"\",\"name\":\"品牌直购\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240823/13a8a70c9e14459193dddd337c853d8e.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1724317552149,\"eltmType\":\"1\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":false,\"layout\":\"5\",\"width\":375,\"height\":\"377\",\"paddingTop\":0,\"paddingRight\":\"0\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"data\":{\"id\":\"1724317552149\",\"did\":290,\"ids\":\"\",\"name\":\"SCILOGEX 新SCI406老DM0412 低速离心机 经济型\",\"ItemSalePrice\":4399,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240823/fbda728c00d54ba5917c6da1411b6fed.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"套装2(含50ml*6转子)DM0412\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}}},{\"id\":1724317936153,\"eltmType\":\"1\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":false,\"layout\":\"6\",\"width\":375,\"height\":188,\"paddingTop\":0,\"paddingRight\":\"9\",\"paddingBottom\":0,\"paddingLeft\":\"6\",\"data\":{\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240823/ec16ebc49f174210bc1628e2ab1a8792.png\",\"id\":\"1724317936153\",\"selectType\":\"2\",\"did\":238,\"name\":\"实验耗材\",\"ItemSalePrice\":0,\"AppUrl\":null,\"ProductTips\":null}}},{\"id\":1724317939358,\"eltmType\":\"1\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":false,\"layout\":\"6\",\"width\":375,\"height\":188,\"paddingTop\":\"5\",\"paddingRight\":\"10\",\"paddingBottom\":0,\"paddingLeft\":\"6\",\"data\":{\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240823/16bfb60eee424c40af88fa791764bb90.png\",\"id\":\"1724317939358\",\"selectType\":\"4\",\"did\":9,\"name\":\"领券中心\",\"ItemSalePrice\":0,\"AppUrl\":\"/activity/coupon/list\",\"ProductTips\":null}}},{\"id\":1724318367627,\"eltmType\":\"6\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm6\":{\"paddingTop\":\"7\",\"paddingRight\":\"2\",\"paddingBottom\":\"0\",\"paddingLeft\":\"2\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":0,\"alignItems\":0,\"type\":0,\"isSwiper\":0,\"width\":0,\"height\":0,\"data\":[{\"id\":1724318415205,\"did\":238,\"ids\":\"\",\"name\":\"实验耗材\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240823/0908451e2ad84e27b93c4f018f01a22a.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"2\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724318444074,\"did\":289,\"ids\":\"\",\"name\":\"其林贝尔 Kylin-bell 掌上离心机 高档型\",\"ItemSalePrice\":1499,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240823/6bc88bc3c0dc4008b0fde7fe8b85fa82.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"LX-300 迷你混匀\",\"selectType\":\"1\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1724318476646,\"eltmType\":\"6\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm6\":{\"paddingTop\":\"4\",\"paddingRight\":\"2\",\"paddingBottom\":10,\"paddingLeft\":\"2\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":0,\"alignItems\":0,\"type\":0,\"isSwiper\":0,\"width\":0,\"height\":0,\"data\":[{\"id\":1724318549596,\"did\":288,\"ids\":\"\",\"name\":\"其林贝尔 Kylin-bell 掌上离心机 经济型\",\"ItemSalePrice\":1199,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240823/89fb9deb8bec4d76ba4d90c0bbb770f3.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"LX-300 迷你混匀\",\"selectType\":\"1\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724318563936,\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240822/13b6f2109e234a7bb94614f157c499dc.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"试剂\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":\"3\",\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1724319433201,\"eltmType\":\"15\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm15\":{\"isIcon\":true,\"icon\":\"https://demo.lancerdt.com/xcxfile/appicon/auth/titleline.png\",\"title\":\"发现好货\",\"titleColor\":\"#333333\",\"isLink\":true,\"linkText\":\"更多\",\"fontColor\":\"#9B9B9B\",\"arrowColor\":\"#9B9B9B\",\"isCountdown\":false,\"cssType\":1,\"startTime\":\"\",\"endTime\":\"\",\"margin_top\":0,\"margin_bottom\":0,\"timeTitle\":\"距开始\",\"clearIntervalTime\":null,\"day\":0,\"h\":0,\"m\":0,\"s\":0,\"data\":{\"id\":\"1724319433201\",\"selectType\":\"2\",\"did\":245,\"name\":\"科研仪器\",\"ItemSalePrice\":0,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240822/1a3e013888dd473eae22aa8ab5f8a21b.png\",\"AppUrl\":null,\"ProductTips\":null}}},{\"id\":1724319480301,\"eltmType\":\"4\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":\"8\",\"borderTopRightRadius\":\"8\",\"borderBottomLeftRadius\":\"8\",\"borderBottomRightRadius\":\"8\",\"eltm4\":{\"shadow\":true,\"btnType\":0,\"listTyle\":\"2\",\"isPrice\":true,\"isProductTips\":true,\"btnColor\":\"#DB384C\",\"btnText\":\"购买\",\"priceColor\":\"#f71d36\",\"btnFontColor\":\"#fff\",\"data\":[{\"id\":1724319517835,\"did\":278,\"ids\":\"\",\"name\":\"乐斐 LAVIBE 离心管 2.0毫升 500支/箱\",\"ItemSalePrice\":999,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/store/10044/20240823/2e5307a403a9417cb09f78061a7b05e9.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"微量平盖无色非灭菌\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724319540187,\"did\":279,\"ids\":\"\",\"name\":\"Biosharp BS-PPT-5-G-S2 5ml圆底试管 20个/包\",\"ItemSalePrice\":9,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/store/10044/20240823/33a675bc4a7041e4bf054b60e620768f.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"印刷刻度, 双凸位盖, 无菌\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724319549442,\"did\":281,\"ids\":\"\",\"name\":\"耐洁 Nalgene CryoBoxes 冻存管盒 10个/箱\",\"ItemSalePrice\":59,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/store/10044/20240823/42187009d285421ebf3006decbe4424d.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"聚碳酸酯10x10 10个/箱 5026-1010\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724319565603,\"did\":283,\"ids\":\"\",\"name\":\"康宁 Corning 25cm2透气盖直角培养瓶 30个/箱\",\"ItemSalePrice\":399,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/store/10044/20240823/b34ababc95984088b2cecb2410e4e8ec.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"超低吸附,直角,透气盖\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724385652041,\"did\":285,\"ids\":\"\",\"name\":\"Biosharp BS-HC-005 250ml LDPE经济洗瓶 250ml\",\"ItemSalePrice\":7.5,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/store/10044/20240823/cba08d1f651e42708b46e09549ba8088.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"经济洗瓶(小口)\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724385659579,\"did\":286,\"ids\":\"\",\"name\":\"耐洁 Nalgene 广口瓶PP塑料试剂瓶 36个/箱\",\"ItemSalePrice\":249,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/store/10044/20240823/64476ad7e3b94d549cd7acc814de8ac5.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"250ml 整箱装\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724385676363,\"did\":288,\"ids\":\"\",\"name\":\"其林贝尔 Kylin-bell 掌上离心机 经济型\",\"ItemSalePrice\":1199,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/store/10044/20240823/fce56fb526ef4650bb3630bd5bf5ba96.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"LX-300 迷你混匀\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724385683741,\"did\":290,\"ids\":\"\",\"name\":\"SCILOGEX 新SCI406老DM0412 低速离心机 经济型\",\"ItemSalePrice\":4399,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/store/10044/20240823/e8bb6b7814b24ba190b9be4c89a1da1f.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"套装2(含50ml*6转子)DM0412\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724385689505,\"did\":291,\"ids\":\"\",\"name\":\"SCILOGEX CF1524R 台式高速微量冷冻离心机 高档型\",\"ItemSalePrice\":15600,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/store/10044/20240823/2bc956111a1844fea4ad6c3cca5ca897.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"离心机套装(含AS24-2转子)\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724385699274,\"did\":293,\"ids\":\"\",\"name\":\"SCILOGEX 新SCI-PB老MS-PB 标准型圆盘 老款\",\"ItemSalePrice\":499,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/store/10044/20240823/4c2f38e475494e76b49d08f13e15cf19.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"磁力搅拌器,塑料盘面\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724385724683,\"did\":294,\"ids\":\"\",\"name\":\"SCILOGEX 新SCI-M老MX-M 96孔板混匀仪 \",\"ItemSalePrice\":1899,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/store/10044/20240823/32b917f644154b52a851b0a270f430bc.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"官方直售 品质保证\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724385730729,\"did\":295,\"ids\":\"\",\"name\":\"混匀仪类配件 \",\"ItemSalePrice\":299,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/store/10044/20240823/afc60bc15f36437bbfde4d6c2d7b4d49.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"原厂配件 售后保证\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}}]","PageQRCode":"","StoreId":0,"IsSns":0,"IsRelease":true,"IsPoint":0,"IsLikeYou":0,"Id":1724315739451,"TemplateWarehouseId":1022,"StoreIndex":0},{"IsHome":0,"ShareImg":"","SecondKill":0,"PageConfig":"{\"BackgroundObj\":{\"type\":1,\"bgColor\":\"#f8f8f8\",\"pathColor\":\"#f8f8f8\",\"path\":\"\"}}","ShareTitle":"发现好物","PageNav":"{\"window\":{\"navigationBarBackgroundColor\":\"#DB384C\",\"navigationBarTextStyle\":\"white\",\"navigationBarTitleText\":\"\",\"backgroundColor\":\"#f8f8f8\",\"backgroundTextStyle\":\"dark\"},\"tabBar\":{\"color\":\"#999999\",\"selectedColor\":\"#DB384C\",\"backgroundColor\":\"#ffffff\",\"borderStyle\":\"white\",\"position\":\"bottom\",\"list\":[{\"pagePath\":\"pages/index/index\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/aa07e66f-d4fb-4a2b-bc4c-67ed9aace69b.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/2840118f-dd01-471a-a749-d910905cefc3.png\",\"text\":\"首页\"},{\"pagePath\":\"pages/category/category\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/16ff7864-3513-4ff8-bf12-a9a9808d39e5.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/cdb5e3df-9d40-42ef-a46a-686dac547fd8.png\",\"text\":\"分类\"},{\"pagePath\":\"pages/cart/cart\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/63d2f0b9-7059-4b06-b170-d3b93a749f99.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/ea018028-20c0-4f1d-a914-3bfc55c8f13f.png\",\"text\":\"购物车\"},{\"pagePath\":\"pages/UserCenter/UserCenter\",\"iconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/50737e26-52e6-4c10-858a-ae2c025c2ebc.png\",\"selectedIconPath\":\"https://demo.lancerdt.com/xcxfile/img003/2017082515/462eb69a-b3ec-446c-9997-c9f1e3212bcb.png\",\"text\":\"我的\"}]}}","IsGb":0,"PageTitle":"发现好物审核","IsActivity":0,"IsUpgrade":0,"IsArticle":0,"PageCode":"[{\"id\":1724981813867,\"eltmType\":\"4\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm4\":{\"shadow\":true,\"btnType\":0,\"listTyle\":\"2\",\"isPrice\":true,\"isProductTips\":true,\"btnColor\":\"#DB384C\",\"btnText\":\"购买\",\"priceColor\":\"#DB384C\",\"btnFontColor\":\"#fff\",\"data\":[{\"id\":1724981821705,\"did\":272,\"ids\":\"\",\"name\":\"惠普个性化曲面显示器 27英寸\",\"ItemSalePrice\":998,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10009/2024070424dde40e1f99462abb9a62e152147d36.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"21:9超宽带鱼屏 | 144Hz高刷新率\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724981838718,\"did\":255,\"ids\":\"\",\"name\":\"无线耳机xiaomi \",\"ItemSalePrice\":29,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10010/202407125320d5272d2741d18ee7fe3fcdcf2602.jpeg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"超长待机 音质卓越 超高性价比\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724981852118,\"did\":112,\"ids\":\"\",\"name\":\"【8成新】九号平衡车 小九 小米体感智能骑行 \",\"ItemSalePrice\":1599,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10002/202406132f4b0c0aae4c4c0aaea82edf875e062c.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"米家遥控漂移成人电动车 双电机驱动 超长续航 白色\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1724981874862,\"did\":275,\"ids\":\"\",\"name\":\"Xiaomi 13 限量定制色 256G\",\"ItemSalePrice\":1399,\"path\":\"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/mall/images/media/store/10009/202407043b12d7e1ae1042e98486f00d81b4627c.jpeg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"第二代骁龙8|徕卡专业光学镜头|徕卡原生双画质\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}}]","PageQRCode":"","StoreId":0,"IsSns":0,"IsRelease":true,"IsPoint":0,"IsLikeYou":0,"Id":1724981774279,"TemplateWarehouseId":1022,"StoreIndex":0},{"IsHome":1,"ShareImg":"","SecondKill":0,"PageConfig":"{\"BackgroundObj\":{\"type\":\"1\",\"bgColor\":\"#fcf8f9\",\"pathColor\":\"#f8f8f8\",\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20250919/2d305e2262904c2d95ce421896f685a8.png\"}}","ShareTitle":"30分钟送达","PageNav":"{\"window\":{\"navigationBarBackgroundColor\":\"#fb233c\",\"navigationBarTextStyle\":\"white\",\"navigationBarTitleText\":\"\",\"backgroundColor\":\"#f8f8f8\",\"backgroundTextStyle\":\"dark\"},\"tabBar\":{\"color\":\"#999999\",\"selectedColor\":\"#DB384C\",\"backgroundColor\":\"#ffffff\",\"borderStyle\":\"white\",\"position\":\"bottom\",\"list\":[{\"pagePath\":\"pages/index/index\",\"iconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/aa07e66f-d4fb-4a2b-bc4c-67ed9aace69b.png\",\"selectedIconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/2840118f-dd01-471a-a749-d910905cefc3.png\",\"text\":\"首页\"},{\"pagePath\":\"pages/category/category\",\"iconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/16ff7864-3513-4ff8-bf12-a9a9808d39e5.png\",\"selectedIconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/cdb5e3df-9d40-42ef-a46a-686dac547fd8.png\",\"text\":\"分类\"},{\"pagePath\":\"pages/cart/cart\",\"iconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/63d2f0b9-7059-4b06-b170-d3b93a749f99.png\",\"selectedIconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/ea018028-20c0-4f1d-a914-3bfc55c8f13f.png\",\"text\":\"购物车\"},{\"pagePath\":\"pages/UserCenter/UserCenter\",\"iconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/50737e26-52e6-4c10-858a-ae2c025c2ebc.png\",\"selectedIconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/462eb69a-b3ec-446c-9997-c9f1e3212bcb.png\",\"text\":\"我的\"}]}}","IsGb":0,"PageTitle":"小发同城","IsActivity":0,"IsUpgrade":0,"IsArticle":0,"PageCode":"[{\"id\":1761981984804,\"eltmType\":\"7\",\"bgColor\":\"#ffffff\",\"paddingTop\":\"8\",\"paddingRight\":\"5\",\"paddingBottom\":\"1\",\"paddingLeft\":\"5\",\"borderTopLeftRadius\":\"10\",\"borderTopRightRadius\":\"10\",\"borderBottomLeftRadius\":\"10\",\"borderBottomRightRadius\":\"10\",\"eltm7\":{\"column\":\"5\",\"bgColor\":\"#fff\",\"paddingTop\":\"8\",\"paddingRight\":\"0\",\"paddingBottom\":\"3\",\"paddingLeft\":\"0\",\"border\":false,\"data\":[{\"id\":1761982125096,\"did\":1761991818757,\"ids\":\"\",\"name\":\"限时秒杀\",\"ItemSalePrice\":0,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20251101/c503dce4ec31411b9f1d93c5f96ea2ec.gif\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"8\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761982204513,\"did\":11,\"ids\":\"\",\"name\":\"砸金蛋\",\"ItemSalePrice\":0,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20251101/c2e8da5f66fa44c5a67d222aadec8493.gif\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/activity/smashgoldeneggs/list\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761982298392,\"did\":22,\"ids\":\"\",\"name\":\"好友砍价\",\"ItemSalePrice\":0,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20251102/c8d55d400b4145bcb47bfb3875f893a9.gif\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/activity/cutprice/list\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761982357432,\"did\":4,\"ids\":\"\",\"name\":\"分享赚钱\",\"ItemSalePrice\":0,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20251102/c343adfbbaea41bdb75b7caab67031aa.gif\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/member/fans/endorsement\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761982444697,\"did\":9,\"ids\":\"\",\"name\":\"领券中心\",\"ItemSalePrice\":0,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20251102/677cd6fac648407cb7a0c2bc18b2b57d.gif\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/activity/coupon/list\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1761980967363,\"eltmType\":\"7\",\"bgColor\":\"\",\"paddingTop\":\"10\",\"paddingRight\":\"8\",\"paddingBottom\":\"7\",\"paddingLeft\":\"8\",\"borderTopLeftRadius\":\"10\",\"borderTopRightRadius\":\"10\",\"borderBottomLeftRadius\":\"10\",\"borderBottomRightRadius\":\"10\",\"eltm7\":{\"column\":\"5\",\"bgColor\":\"#fff\",\"paddingTop\":\"10\",\"paddingRight\":\"0\",\"paddingBottom\":\"7\",\"paddingLeft\":\"0\",\"border\":false,\"data\":[{\"id\":1761981091959,\"did\":1718696669270,\"ids\":\"\",\"name\":\"超市便利\",\"ItemSalePrice\":0,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20251101/103806a7008142fbb59f61c9da597ada.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"8\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761981137967,\"did\":1721275502838,\"ids\":\"\",\"name\":\"美食外卖\",\"ItemSalePrice\":0,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20251101/88cc4ca1df0c4b3581c4a4f24d5a0409.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"8\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761981320399,\"did\":1719304199361,\"ids\":\"\",\"name\":\"酒店旅游\",\"ItemSalePrice\":0,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20251101/a1f2dc1d7f334e9eb4ba28f652b753df.gif\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"8\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761981651695,\"did\":1718949361799,\"ids\":\"\",\"name\":\"医药健康模板\",\"ItemSalePrice\":0,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20251101/2b5c40f4ff404eb5a6023a302a1ab0a9.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"8\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761981751759,\"did\":1719224119799,\"ids\":\"\",\"name\":\"鲜花绿植\",\"ItemSalePrice\":0,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20251101/bea416209882470786a84111a75ede83.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"8\",\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1761983413969,\"eltmType\":\"6\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":\"8\",\"paddingBottom\":0,\"paddingLeft\":\"8\",\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm6\":{\"paddingTop\":\"2\",\"paddingRight\":\"1\",\"paddingBottom\":\"0\",\"paddingLeft\":\"1\",\"bgColor\":\"#fff\",\"fontColor\":\"#000\",\"fontSize\":12,\"border\":false,\"flexDirection\":0,\"flexWrap\":0,\"justifyContent\":0,\"alignItems\":0,\"type\":0,\"isSwiper\":0,\"width\":0,\"height\":0,\"data\":[{\"id\":1761983458621,\"did\":143,\"ids\":\"\",\"name\":\"水产海鲜\",\"ItemSalePrice\":0,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20251101/f84f8da9e6454576b85a15a5f7455bf1.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/pagesub/index/store?store_id=69\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761983557546,\"did\":142,\"ids\":\"\",\"name\":\"水果蔬菜\",\"ItemSalePrice\":0,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20251101/58301e1ef70c4de683f6ac215a34e818.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/pagesub/index/store?store_id=69\",\"UserLimit\":0,\"OrderCount\":0}]}},{\"id\":1761983637080,\"eltmType\":\"4\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm4\":{\"shadow\":true,\"btnType\":0,\"listTyle\":\"2\",\"isPrice\":true,\"isProductTips\":true,\"btnColor\":\"#DB384C\",\"btnText\":\"购买\",\"priceColor\":\"#DB384C\",\"btnFontColor\":\"#fff\",\"data\":[{\"id\":1761983646242,\"did\":231727,\"ids\":\"\",\"name\":\"老水三黄鸡 500g\",\"ItemSalePrice\":17.38,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250926/064fd8352d554b7a903f3e3b7dff3928.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761983678714,\"did\":241672,\"ids\":\"\",\"name\":\"前腿肉 500g\",\"ItemSalePrice\":10.78,\"path\":\"https://static.gpxscs.cn/media/images/goods_library/20250720/afcd34c2b26a4bce9774c4d84d6ac6cb.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761983842650,\"did\":241752,\"ids\":\"\",\"name\":\"猪脚(前) 750g\",\"ItemSalePrice\":19.47,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250926/a2f5f4293da248888d151d8afc3d80a8.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761983861770,\"did\":241756,\"ids\":\"\",\"name\":\"猪脚(后) 1000g\",\"ItemSalePrice\":25.96,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250926/a2f5f4293da248888d151d8afc3d80a8.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761983882282,\"did\":255468,\"ids\":\"\",\"name\":\"生菜 500g\",\"ItemSalePrice\":3.58,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250926/ae92420ae96545c093e9c5df22730ff8.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761983909994,\"did\":238725,\"ids\":\"\",\"name\":\"油麦菜 500g\",\"ItemSalePrice\":3.98,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20251012/d02c82ee651f4f7185ba7d2a2ef4fb30.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761983924970,\"did\":254011,\"ids\":\"\",\"name\":\"宁夏油菜心 500g\",\"ItemSalePrice\":3.98,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250926/4674f9e03af84def96ce6ab3ce47868e.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761983954018,\"did\":238937,\"ids\":\"\",\"name\":\"韭菜 250g\",\"ItemSalePrice\":3.38,\"path\":\"https://static.gpxscs.cn/media/images/goods_library/20250726/259ced0b2c2647d7a3cec4d45d0e1380.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761983967922,\"did\":241421,\"ids\":\"\",\"name\":\"圣女果 500g\",\"ItemSalePrice\":5.58,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250927/7b33b4aa97f44de4942f0e8a3f221ea8.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761983988170,\"did\":241761,\"ids\":\"\",\"name\":\"香蕉 1000g\",\"ItemSalePrice\":3.98,\"path\":\"https://static.gpxscs.cn/media/images/goods_library/20250726/4771ac8714204537958c73a484cefb8a.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761984015450,\"did\":241416,\"ids\":\"\",\"name\":\"无籽西瓜 7000g\",\"ItemSalePrice\":55.13,\"path\":\"https://static.gpxscs.cn/media/images/goods_library/20250726/f12e209162834d5ba03d64cca5cc2dbe.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761984035954,\"did\":241357,\"ids\":\"\",\"name\":\"哈密瓜 3kg 3000g\",\"ItemSalePrice\":10.43,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250928/afde91e300a24f3d81e9886df579bf00.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761984082830,\"did\":254246,\"ids\":\"\",\"name\":\"唯得140祥瑞好鲤10包抽纸1*10/提 \",\"ItemSalePrice\":22.8,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250928/1799060736944f8d825b18648245d458.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761984109146,\"did\":257183,\"ids\":\"\",\"name\":\"JS225-01洁柔面子牌湿巾(植萃湿厕纸)(小鹦1*1/包 \",\"ItemSalePrice\":14.9,\"path\":\"https://static.gpxscs.cn/media/images/goods_library/1826/cbce037f7974f302e4410c3682ccaa8e.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}],\"charLine\":\"2\"}}]","PageQRCode":"","StoreId":0,"IsSns":0,"IsRelease":true,"IsPoint":0,"IsLikeYou":0,"Id":1754292818093,"TemplateWarehouseId":1022,"StoreIndex":0},{"IsHome":0,"ShareImg":"","SecondKill":0,"PageConfig":"{\"BackgroundObj\":{\"type\":1,\"bgColor\":\"#f8f8f8\",\"pathColor\":\"#f8f8f8\",\"path\":\"\"}}","ShareTitle":"","PageNav":"{\"window\":{\"navigationBarBackgroundColor\":\"#DB384C\",\"navigationBarTextStyle\":\"white\",\"navigationBarTitleText\":\"\",\"backgroundColor\":\"#f8f8f8\",\"backgroundTextStyle\":\"dark\"},\"tabBar\":{\"color\":\"#999999\",\"selectedColor\":\"#DB384C\",\"backgroundColor\":\"#ffffff\",\"borderStyle\":\"white\",\"position\":\"bottom\",\"list\":[{\"pagePath\":\"pages/index/index\",\"iconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/aa07e66f-d4fb-4a2b-bc4c-67ed9aace69b.png\",\"selectedIconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/2840118f-dd01-471a-a749-d910905cefc3.png\",\"text\":\"首页\"},{\"pagePath\":\"pages/category/category\",\"iconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/16ff7864-3513-4ff8-bf12-a9a9808d39e5.png\",\"selectedIconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/cdb5e3df-9d40-42ef-a46a-686dac547fd8.png\",\"text\":\"分类\"},{\"pagePath\":\"pages/cart/cart\",\"iconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/63d2f0b9-7059-4b06-b170-d3b93a749f99.png\",\"selectedIconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/ea018028-20c0-4f1d-a914-3bfc55c8f13f.png\",\"text\":\"购物车\"},{\"pagePath\":\"pages/UserCenter/UserCenter\",\"iconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/50737e26-52e6-4c10-858a-ae2c025c2ebc.png\",\"selectedIconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/462eb69a-b3ec-446c-9997-c9f1e3212bcb.png\",\"text\":\"我的\"}]}}","IsGb":0,"PageTitle":"","IsActivity":0,"IsUpgrade":0,"IsArticle":0,"PageCode":"[{\"id\":1758179584876,\"eltmType\":\"7\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm7\":{\"column\":\"4\",\"bgColor\":\"#fff\",\"paddingTop\":20,\"paddingRight\":10,\"paddingBottom\":\"30\",\"paddingLeft\":\"10\",\"border\":false,\"data\":[{\"id\":1758179597447,\"did\":23,\"ids\":\"\",\"name\":\"扫码点餐\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon23.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/chain/chain/scan\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179641204,\"did\":22,\"ids\":\"\",\"name\":\"好友砍价\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon22.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/activity/cutprice/list\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179674229,\"did\":17,\"ids\":\"\",\"name\":\"餐饮外卖\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon17.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/pagesub/index/store-list\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179722076,\"did\":16,\"ids\":\"\",\"name\":\"新闻资讯\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon16.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/pagesub/article/list\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179732660,\"did\":15,\"ids\":\"\",\"name\":\"优惠买单\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon15.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/chain/chain/favorable\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179742884,\"did\":14,\"ids\":\"\",\"name\":\"服务预约\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon14.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/pages/product/list?kind_id=1202\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179752621,\"did\":13,\"ids\":\"\",\"name\":\"拼团活动\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon13.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/activity/fightgroup/list\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179762604,\"did\":12,\"ids\":\"\",\"name\":\"粉丝榜\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon12.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/member/fans/list\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179774956,\"did\":11,\"ids\":\"\",\"name\":\"砸金蛋\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon11.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/activity/smashgoldeneggs/list\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179786708,\"did\":10,\"ids\":\"\",\"name\":\"幸运抽奖\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon10.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/member/smashgoldeneggs/list\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179798435,\"did\":9,\"ids\":\"\",\"name\":\"领券中心\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon9.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/activity/coupon/list\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179809779,\"did\":8,\"ids\":\"\",\"name\":\"附近门店\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon8.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/chain/chain/list\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179822203,\"did\":7,\"ids\":\"\",\"name\":\"物流查询\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon7.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/member/order/list\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179835147,\"did\":6,\"ids\":\"\",\"name\":\"活动中心\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon6.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/activity/market/list\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179847867,\"did\":5,\"ids\":\"\",\"name\":\"我的粉丝\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon5.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/member/fans/list\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179858916,\"did\":4,\"ids\":\"\",\"name\":\"分享赚钱\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon4.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/member/fans/endorsement\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179872268,\"did\":3,\"ids\":\"\",\"name\":\"我的收藏\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon3.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/member/member/favorites\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179889140,\"did\":2,\"ids\":\"\",\"name\":\"我的拼团\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon2.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/activity/fightgroup/order\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179905844,\"did\":1,\"ids\":\"\",\"name\":\"我的金库\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon1.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/member/cash/predeposit\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179921692,\"did\":30,\"ids\":\"\",\"name\":\"店铺街\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon30.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/pagesub/index/store-list\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179933492,\"did\":31,\"ids\":\"\",\"name\":\"抢购活动\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon31.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/pages/product/list?tag_id=1404&cname=抢购活动\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179947149,\"did\":32,\"ids\":\"\",\"name\":\"众宝区\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon32.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/pages/product/list?sp_from=1&sp_to=1000000&cname=众宝区\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179960164,\"did\":33,\"ids\":\"\",\"name\":\"积分区\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon33.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/pages/product/list?points_from=1&points_to=1000000&cname=积分区\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179971212,\"did\":34,\"ids\":\"\",\"name\":\"积分商城\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon34.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/integral/integral/integral\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758179990379,\"did\":35,\"ids\":\"\",\"name\":\"跨境商品\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon35.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/pages/product/list?tag_id=1405&cname=跨境商品\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758180004883,\"did\":36,\"ids\":\"\",\"name\":\"限时折扣\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon36.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/pages/product/list?activity_type_id=1103&cname=限时折扣\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758180014492,\"did\":37,\"ids\":\"\",\"name\":\"满减\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon37.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/pages/product/list?activity_type_id=1107&cname=满减\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758180027131,\"did\":38,\"ids\":\"\",\"name\":\"平台秒杀\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon38.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/activity/plantform/secondlist?cname=限时秒杀\",\"UserLimit\":0,\"OrderCount\":0},{\"id\":1758180041843,\"did\":39,\"ids\":\"\",\"name\":\"直播\",\"ItemSalePrice\":0,\"path\":\"https://static.lancerdt.com/xcxfile/appicon/icon39.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":null,\"selectType\":\"4\",\"AppUrl\":\"/pagesub/uLive/index\",\"UserLimit\":0,\"OrderCount\":0}]}}]","PageQRCode":"","StoreId":0,"IsSns":0,"IsRelease":true,"IsPoint":0,"IsLikeYou":0,"Id":1758179477400,"TemplateWarehouseId":1022,"StoreIndex":0},{"IsHome":0,"ShareImg":"","SecondKill":0,"PageConfig":"{\"BackgroundObj\":{\"type\":1,\"bgColor\":\"#f8f8f8\",\"pathColor\":\"#f8f8f8\",\"path\":\"\"}}","ShareTitle":"海量商品 1折捡漏","PageNav":"{\"window\":{\"navigationBarBackgroundColor\":\"#e72e0f\",\"navigationBarTextStyle\":\"white\",\"navigationBarTitleText\":\"\",\"backgroundColor\":\"#f8f8f8\",\"backgroundTextStyle\":\"dark\"},\"tabBar\":{\"color\":\"#999999\",\"selectedColor\":\"#DB384C\",\"backgroundColor\":\"#ffffff\",\"borderStyle\":\"white\",\"position\":\"bottom\",\"list\":[{\"pagePath\":\"pages/index/index\",\"iconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/aa07e66f-d4fb-4a2b-bc4c-67ed9aace69b.png\",\"selectedIconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/2840118f-dd01-471a-a749-d910905cefc3.png\",\"text\":\"首页\"},{\"pagePath\":\"pages/category/category\",\"iconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/16ff7864-3513-4ff8-bf12-a9a9808d39e5.png\",\"selectedIconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/cdb5e3df-9d40-42ef-a46a-686dac547fd8.png\",\"text\":\"分类\"},{\"pagePath\":\"pages/cart/cart\",\"iconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/63d2f0b9-7059-4b06-b170-d3b93a749f99.png\",\"selectedIconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/ea018028-20c0-4f1d-a914-3bfc55c8f13f.png\",\"text\":\"购物车\"},{\"pagePath\":\"pages/UserCenter/UserCenter\",\"iconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/50737e26-52e6-4c10-858a-ae2c025c2ebc.png\",\"selectedIconPath\":\"https://static.lancerdt.com/xcxfile/img003/2017082515/462eb69a-b3ec-446c-9997-c9f1e3212bcb.png\",\"text\":\"我的\"}]}}","IsGb":0,"PageTitle":"限时秒杀","IsActivity":0,"IsUpgrade":0,"IsArticle":0,"PageCode":"[{\"id\":1761995422440,\"eltmType\":\"1\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm1\":{\"align\":1,\"bgColor\":\"#fff\",\"padding\":0,\"border\":false,\"layout\":\"1\",\"width\":750,\"height\":\"590\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"data\":{\"id\":\"1761995422440\",\"did\":0,\"ids\":\"\",\"name\":\"请输入内容\",\"ItemSalePrice\":0,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/plantform/20251101/cad7e6e7ddf348258cb850dd6bc0d0fe.png\",\"pathBg\":\"\",\"flexNum\":0,\"specImg\":\"\",\"keyWord\":\"\",\"words\":\"\",\"ProductTips\":\"\",\"selectType\":1,\"AppUrl\":\"\",\"AppId\":\"\",\"MinAppUrl\":\"\",\"UserLimit\":0,\"OrderCount\":0}}},{\"id\":1761995558164,\"eltmType\":\"4\",\"bgColor\":\"\",\"paddingTop\":0,\"paddingRight\":0,\"paddingBottom\":0,\"paddingLeft\":0,\"borderTopLeftRadius\":0,\"borderTopRightRadius\":0,\"borderBottomLeftRadius\":0,\"borderBottomRightRadius\":0,\"eltm4\":{\"shadow\":true,\"btnType\":\"2\",\"listTyle\":\"4\",\"isPrice\":true,\"isProductTips\":true,\"btnColor\":\"#DB384C\",\"btnText\":\"购买\",\"priceColor\":\"#DB384C\",\"btnFontColor\":\"#fff\",\"data\":[{\"id\":1761995789201,\"did\":257909,\"ids\":\"\",\"name\":\"DT20300心相印云感悬挂式抽纸M码300抽1*1/包 \",\"ItemSalePrice\":7.9,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20251018/c207f95f02974fd2b43ed960094830d9.png\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"家庭必备\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761996025799,\"did\":257034,\"ids\":\"\",\"name\":\"洁柔150抽抽纸 \",\"ItemSalePrice\":13.9,\"path\":\"https://static.gpxscs.cn/media/images/goods_library/20250720/967c9a6194b840eaac634b25361bdb41.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"柔润亲肤\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761996112572,\"did\":247841,\"ids\":\"\",\"name\":\"唯得127*8包水乡特色/提 \",\"ItemSalePrice\":16.8,\"path\":\"https://static.gpxscs.cn/media/images/goods_library/20250720/1a4d7b3c5e9246d2bd3877006083a64c.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"家庭实惠装\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761996327779,\"did\":235171,\"ids\":\"\",\"name\":\"洁柔蓝面子/提 \",\"ItemSalePrice\":29.9,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250928/052147e5b185476a9b87d5772e787c4c.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"天然无香\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761996415297,\"did\":245915,\"ids\":\"\",\"name\":\"200ml*12盒伊利纯牛奶(件) \",\"ItemSalePrice\":36.8,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250930/97c99c7477254251ad5ba548bde6476d.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"天热牧场\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761996574568,\"did\":254412,\"ids\":\"\",\"name\":\"245ml 旺仔牛奶礼盒 \",\"ItemSalePrice\":62,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20251002/4bb268677555459fa1a4b0652b747988.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"儿童都想喝\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761996703896,\"did\":246681,\"ids\":\"\",\"name\":\"220g*6排*24瓶娃哈哈AD钙奶饮料(裹膜装) \",\"ItemSalePrice\":42.8,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20251002/1883d976546a4e2a8595871f05b716ac.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"还是小时候的味道\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0},{\"id\":1761996789962,\"did\":234839,\"ids\":\"\",\"name\":\"250ml*12蒙牛原生高钙纯牛奶(提) \",\"ItemSalePrice\":48,\"path\":\"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002810/20250930/0410733b3587401886511d77cdfffe65.jpg\",\"pathBg\":\"\",\"flexNum\":0,\"ProductTips\":\"原生高钙奶\",\"selectType\":1,\"AppUrl\":null,\"UserLimit\":0,\"OrderCount\":0}],\"charLine\":\"2\"}}]","PageQRCode":"","StoreId":0,"IsSns":0,"IsRelease":true,"IsPoint":0,"IsLikeYou":0,"Id":1761991818757,"TemplateWarehouseId":1022,"StoreIndex":0}]'/>
|
||
<input type="hidden" name="page_code" id="page_code" value='[{"id":1727143525549,"eltmType":"3","bgColor":"","paddingTop":0,"paddingRight":0,"paddingBottom":0,"paddingLeft":0,"borderTopLeftRadius":0,"borderTopRightRadius":0,"borderBottomLeftRadius":0,"borderBottomRightRadius":0,"eltm3":{"showNbg":true,"align":1,"padding":0,"width":375,"height":"120","borderRadius":"8","progress":true,"color":"#ffffff","activeColor":"#fb1313","autoplay":true,"data":[{"id":1727143558682,"did":1718952676637,"ids":"","name":"数码办公模板","ItemSalePrice":0,"path":"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240924/35a83f96db514e5189d107fd34627d1e.jpg","pathBg":"","flexNum":0,"ProductTips":null,"selectType":"8","AppUrl":null,"UserLimit":0,"OrderCount":0},{"id":1727143662115,"did":0,"ids":"","name":"请输入内容","ItemSalePrice":0,"path":"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240924/176399338dee401683813fb0091e8776.png","pathBg":"","flexNum":0,"specImg":"","keyWord":"","words":"","ProductTips":"","selectType":"3","AppUrl":"","AppId":"","MinAppUrl":"","UserLimit":0,"OrderCount":0},{"id":1727143947862,"did":1,"ids":"","name":"数码家电","ItemSalePrice":0,"path":"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240924/8a1021f4acf54beba43ed2c83c67c2fc.jpg","pathBg":"","flexNum":0,"ProductTips":null,"selectType":"2","AppUrl":null,"UserLimit":0,"OrderCount":0}]}},{"id":1727145227704,"eltmType":"3","bgColor":"","paddingTop":0,"paddingRight":0,"paddingBottom":0,"paddingLeft":0,"borderTopLeftRadius":0,"borderTopRightRadius":0,"borderBottomLeftRadius":0,"borderBottomRightRadius":0,"eltm3":{"showNbg":false,"align":1,"padding":0,"width":"375","height":"91","borderRadius":0,"progress":false,"color":"#ffffff","activeColor":"#000000","autoplay":false,"data":[{"id":1727145254736,"did":1,"ids":"","name":"数码家电","ItemSalePrice":0,"path":"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240924/b6761b0d63254c68a23a55911e0c8fe2.gif","pathBg":"","flexNum":0,"ProductTips":null,"selectType":"2","AppUrl":null,"UserLimit":0,"OrderCount":0}]}},{"id":1727145312942,"eltmType":"6","bgColor":"","paddingTop":0,"paddingRight":"8","paddingBottom":0,"paddingLeft":"8","borderTopLeftRadius":"8","borderTopRightRadius":"8","borderBottomLeftRadius":"8","borderBottomRightRadius":"8","eltm6":{"paddingTop":10,"paddingRight":"2","paddingBottom":"4","paddingLeft":"2","bgColor":"#fff","fontColor":"#000","fontSize":12,"border":false,"flexDirection":0,"flexWrap":0,"justifyContent":0,"alignItems":0,"type":0,"isSwiper":0,"width":0,"height":0,"data":[{"id":1727145367912,"did":36,"ids":"","name":"限时折扣","ItemSalePrice":0,"path":"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240924/d1ca1cb3ca754d4cbddbcc54c27b7637.png","pathBg":"","flexNum":0,"ProductTips":null,"selectType":"4","AppUrl":"/pages/product/list?activity_type_id=1103&cname=限时折扣","UserLimit":0,"OrderCount":0},{"id":1727145429932,"did":4,"ids":"","name":"服装鞋帽","ItemSalePrice":0,"path":"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240924/edd43ff0ef744cbfaba65109d86903ef.png","pathBg":"","flexNum":0,"ProductTips":null,"selectType":"2","AppUrl":null,"UserLimit":0,"OrderCount":0}]}},{"id":1727145505968,"eltmType":"6","bgColor":"","paddingTop":0,"paddingRight":"8","paddingBottom":0,"paddingLeft":"8","borderTopLeftRadius":"8","borderTopRightRadius":"8","borderBottomLeftRadius":"8","borderBottomRightRadius":"8","eltm6":{"paddingTop":"0","paddingRight":"2","paddingBottom":"4","paddingLeft":"2","bgColor":"#fff","fontColor":"#000","fontSize":12,"border":false,"flexDirection":0,"flexWrap":0,"justifyContent":0,"alignItems":0,"type":0,"isSwiper":0,"width":0,"height":0,"data":[{"id":1727145551660,"did":255,"ids":"","name":"无线耳机xiaomi ","ItemSalePrice":29,"path":"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240924/121dfb39326045129b29e8fd7631ab86.png","pathBg":"","flexNum":0,"ProductTips":"超长待机 音质卓越 超高性价比","selectType":1,"AppUrl":null,"UserLimit":0,"OrderCount":0},{"id":1727145605013,"did":24,"ids":"","name":"数码配件","ItemSalePrice":0,"path":"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240924/78dc78b33acd45e0bf11ca3f8bff16fd.png","pathBg":"","flexNum":0,"ProductTips":null,"selectType":"2","AppUrl":null,"UserLimit":0,"OrderCount":0}]}},{"id":1727147477185,"eltmType":"1","bgColor":"rgba(0,0,0,0)","paddingTop":0,"paddingRight":0,"paddingBottom":0,"paddingLeft":0,"borderTopLeftRadius":0,"borderTopRightRadius":0,"borderBottomLeftRadius":0,"borderBottomRightRadius":0,"eltm1":{"align":1,"bgColor":"#fff","padding":0,"border":false,"layout":"4","width":750,"height":"65","paddingTop":"0","paddingRight":"17","paddingBottom":0,"paddingLeft":"0","data":{"id":"1727147477185","did":0,"ids":"","name":"请输入内容","ItemSalePrice":0,"path":"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240924/08b1fad2ea3a4acc91c7afb48d6734e4.png","pathBg":"","flexNum":0,"specImg":"","keyWord":"","words":"","ProductTips":"","selectType":"3","AppUrl":"","AppId":"","MinAppUrl":"","UserLimit":0,"OrderCount":0}}},{"id":1760578986908,"eltmType":"104","bgColor":"","paddingTop":0,"paddingRight":0,"paddingBottom":0,"paddingLeft":0,"borderTopLeftRadius":0,"borderTopRightRadius":0,"borderBottomLeftRadius":0,"borderBottomRightRadius":0,"eltm104":{"height":316,"title":"200,300,500","titleColor":"#bfbfbf","options":"{}","isShowFilter":0,"isShowLoading":0,"viewtype":1,"data":[{"id":1760578993039,"did":260243,"ids":"260243","name":"新品推荐","ItemSalePrice":6.98,"path":"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002812/20251014/6dd7b14957d64d0191ccc80744b97ab4.jpg","pathBg":"","flexNum":0,"ProductTips":"","selectType":104,"AppUrl":null,"UserLimit":0,"OrderCount":0},{"id":1760579059926,"did":260237,"ids":"260241,260237","name":"热卖","ItemSalePrice":19.8,"path":"https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/media/media/store/1002812/20251014/c0d22bb4e0f540ae88e2da74a89ff0d4.jpg","pathBg":"","flexNum":0,"ProductTips":"","selectType":104,"AppUrl":null,"UserLimit":0,"OrderCount":0}]}}]'/>
|
||
<input type="hidden" name="page_nav" id="page_nav" value='{"window":{"navigationBarBackgroundColor":"#f9372b","navigationBarTextStyle":"white","navigationBarTitleText":"","backgroundColor":"#f8f8f8","backgroundTextStyle":"dark"},"tabBar":{"color":"#999999","selectedColor":"#DB384C","backgroundColor":"#ffffff","borderStyle":"white","position":"bottom","list":[{"pagePath":"pages/index/index","iconPath":"https://demo.lancerdt.com/xcxfile/img003/2017082515/aa07e66f-d4fb-4a2b-bc4c-67ed9aace69b.png","selectedIconPath":"https://demo.lancerdt.com/xcxfile/img003/2017082515/2840118f-dd01-471a-a749-d910905cefc3.png","text":"首页"},{"pagePath":"pages/category/category","iconPath":"https://demo.lancerdt.com/xcxfile/img003/2017082515/16ff7864-3513-4ff8-bf12-a9a9808d39e5.png","selectedIconPath":"https://demo.lancerdt.com/xcxfile/img003/2017082515/cdb5e3df-9d40-42ef-a46a-686dac547fd8.png","text":"分类"},{"pagePath":"pages/cart/cart","iconPath":"https://demo.lancerdt.com/xcxfile/img003/2017082515/63d2f0b9-7059-4b06-b170-d3b93a749f99.png","selectedIconPath":"https://demo.lancerdt.com/xcxfile/img003/2017082515/ea018028-20c0-4f1d-a914-3bfc55c8f13f.png","text":"购物车"},{"pagePath":"pages/UserCenter/UserCenter","iconPath":"https://demo.lancerdt.com/xcxfile/img003/2017082515/50737e26-52e6-4c10-858a-ae2c025c2ebc.png","selectedIconPath":"https://demo.lancerdt.com/xcxfile/img003/2017082515/462eb69a-b3ec-446c-9997-c9f1e3212bcb.png","text":"我的"}]}}'/>
|
||
<input type="hidden" name="hidTemplateWarehouseId" id="hidTemplateWarehouseId" value="1012"/>
|
||
<input type="hidden" name="page_config" id="page_config"
|
||
value='{"BackgroundObj":{"type":"0","bgColor":"#f8f8f8","pathColor":"#f8f8f8","path":"https://lancer-bbc-1326467824.cos.ap-shanghai.myqcloud.com/lancer-bbc/media/plantform/20240904/a46e07ff6b5447a19e5ffa856f7d4f36.jpg"}}'/>
|
||
<input type="hidden" name="app_member_center" id="app_member_center"
|
||
value='{"IsHome":0,"ShareImg":"","PageConfig":"","ShareTitle":"","PageNav":"","PageTitle":"个人中心","PageCode":"{\"type\":\"2\",\"list\":[{\"color\":\"#DB384C\",\"icon\":\"zc zc-wodepintuan\",\"url\":\"/activity/fightgroup/order\",\"isShow\":true,\"cat\":2,\"name\":\"我的拼团\",\"id\":1,\"FeatureKey\":\"FightGrp\"},{\"color\":\"#44afa4\",\"icon\":\"zc zc-fenxiaoyongjin\",\"url\":\"/member/fans/profitlist\",\"isShow\":false,\"cat\":2,\"name\":\"分销佣金\",\"id\":2,\"FeatureKey\":\"MemCashAcct\"},{\"color\":\"#44afa4\",\"icon\":\"zc zc-wodeyuyue\",\"url\":\"/member/order/list?kind_id=1202\",\"isShow\":false,\"cat\":2,\"name\":\"我的预约\",\"id\":3,\"FeatureKey\":\"\"},{\"color\":\"#44afa4\",\"icon\":\"zc zc-wodekabao\",\"url\":\"/member/card/user_list?kind_id=1203\",\"isShow\":false,\"cat\":2,\"name\":\"我的卡包\",\"id\":39,\"FeatureKey\":\"PayCardType\"},{\"color\":\"#44afa4\",\"icon\":\"zc zc-libaoduihuan\",\"url\":\"/activity/gift/exchange\",\"isShow\":false,\"cat\":1,\"name\":\"礼包兑换\",\"id\":40,\"FeatureKey\":\"GiftPackType\"},{\"color\":\"#b37feb\",\"icon\":\"zc zc-shouhoufuwu\",\"url\":\"/member/member/returnlist\",\"isShow\":true,\"cat\":1,\"name\":\"售后服务\",\"id\":36,\"FeatureKey\":\"service\"},{\"color\":\"#b37feb\",\"icon\":\"zc zc-wodekanjia\",\"url\":\"/activity/cutprice/userlist\",\"isShow\":true,\"cat\":2,\"name\":\"我的砍价\",\"id\":4,\"FeatureKey\":\"CutPrice\"},{\"color\":\"#DB384C\",\"icon\":\"zc zc-zhanghuyue\",\"url\":\"/member/cash/predeposit\",\"isShow\":false,\"cat\":1,\"name\":\"账户余额\",\"id\":45,\"FeatureKey\":\"UserMoneyKey\"},{\"color\":\"#56ABE4\",\"icon\":\"zc zc-wodeyouhuiquan\",\"url\":\"/member/member/coupon\",\"isShow\":true,\"cat\":1,\"name\":\"优惠券\",\"id\":5,\"FeatureKey\":\"Coupon\"},{\"color\":\"#5cdbd3\",\"icon\":\"zc zc-wodeqiandao\",\"url\":\"/member/member/sign\",\"isShow\":true,\"cat\":2,\"name\":\"签到\",\"id\":44,\"FeatureKey\":\"MemSign\"},{\"color\":\"#ffc333\",\"icon\":\"zc zc-huiyuanzhongxin\",\"url\":\"/member/member/task\",\"isShow\":false,\"cat\":2,\"name\":\"会员中心\",\"id\":6,\"FeatureKey\":\"MemGrade\"},{\"color\":\"#7672B8\",\"icon\":\"zc zc-dianpushoucang\",\"url\":\"/member/member/favorites-store\",\"isShow\":true,\"cat\":1,\"name\":\"店铺收藏\",\"id\":7,\"FeatureKey\":\"FavProd\"},{\"color\":\"#56ABE4\",\"icon\":\"zc zc-wodeshoucang\",\"url\":\"/member/member/favorites\",\"isShow\":true,\"cat\":1,\"name\":\"商品收藏\",\"id\":107,\"FeatureKey\":\"FavProd\"},{\"color\":\"#56ABE4\",\"icon\":\"zc zc-wodezuji\",\"url\":\"/member/member/browse\",\"isShow\":true,\"cat\":1,\"name\":\"我的足迹\",\"id\":108,\"FeatureKey\":\"FavProd\"},{\"color\":\"#1BC2A6\",\"icon\":\"zc zc-wodedizhi\",\"url\":\"\",\"isShow\":true,\"cat\":1,\"name\":\"收货地址\",\"id\":8,\"FeatureKey\":\"UserAddress\"},{\"color\":\"#1BC2A6\",\"icon\":\"zc zc-kaipiaoxinxi\",\"url\":\"/member/invoice/list\",\"isShow\":false,\"cat\":1,\"name\":\"开票信息\",\"id\":120,\"FeatureKey\":\"UserInvoice\"},{\"color\":\"#1BC2A6\",\"icon\":\"zc zc-wodefapiao\",\"url\":\"/member/invoice/order\",\"isShow\":false,\"cat\":1,\"name\":\"我的发票\",\"id\":121,\"FeatureKey\":\"OrderInvoice\"},{\"color\":\"#327eac\",\"icon\":\"zc zc-wodexiaodian\",\"url\":\"/pagesub/westore/index\",\"isShow\":true,\"cat\":2,\"name\":\"我的小店\",\"id\":10,\"FeatureKey\":\"WeStore\"},{\"color\":\"#327eac\",\"icon\":\"zc zc-tuiguangzhongxin\",\"url\":\"/member/fans/index\",\"isShow\":true,\"cat\":2,\"name\":\"推广中心\",\"id\":21,\"FeatureKey\":\"fenxiao\"},{\"color\":\"#b5dbaf\",\"icon\":\"zc zc-wodexiaoxi\",\"url\":\"/member/member/message\",\"isShow\":false,\"cat\":1,\"name\":\"我的消息\",\"id\":33,\"FeatureKey\":\"Message\"},{\"color\":\"#7673db\",\"icon\":\"zc zc-yonghushezhi\",\"url\":\"/member/member/options\",\"isShow\":false,\"cat\":1,\"name\":\"用户设置\",\"id\":31,\"FeatureKey\":\"Options\"},{\"color\":\"#ac8dd5\",\"icon\":\"zc zc-bangzhuzhongxin\",\"url\":\"/pagesub/article/list\",\"isShow\":false,\"cat\":1,\"name\":\"帮助\",\"id\":32,\"FeatureKey\":\"Help\"},{\"color\":\"#b5dbaf\",\"icon\":\"zc zc-guanyu\",\"url\":\"/pagesub/index/about\",\"isShow\":false,\"cat\":1,\"name\":\"关于\",\"id\":33,\"FeatureKey\":\"AbtUs\"},{\"color\":\"#DB384C\",\"icon\":\"zc zc-yonghufankui\",\"url\":\"/member/member/feedback\",\"isShow\":true,\"cat\":1,\"name\":\"用户反馈\",\"id\":10,\"FeatureKey\":\"\"},{\"color\":\"#db384c\",\"icon\":\"zc zc-shangjiazhongxin\",\"url\":\"/seller/index/index\",\"isShow\":true,\"cat\":2,\"name\":\"商家中心\",\"id\":34,\"FeatureKey\":\"Seller\"},{\"color\":\"#399efd\",\"icon\":\"zc zc-kefu2\",\"url\":\"\",\"isShow\":false,\"cat\":1,\"name\":\"平台客服\",\"id\":30,\"FeatureKey\":\"KefuKey\"},{\"color\":\"#80b7f2\",\"icon\":\"zc zc-qingchuhuancun\",\"url\":\"\",\"isShow\":false,\"cat\":1,\"name\":\"清除缓存\",\"id\":11,\"FeatureKey\":\"CleanCacheKey\"},{\"color\":\"#56ABE4\",\"icon\":\"zc zc-qishoudating\",\"url\":\"/paotui/index/index\",\"isShow\":false,\"cat\":2,\"name\":\"骑手大厅\",\"id\":109,\"FeatureKey\":\"FavProd\"}]}","PageQRCode":"","StoreId":0,"IsPersonalCenter":true,"IsRelease":true,"Id":6934,"TemplateWarehouseId":8}'/>
|
||
<input type="hidden" name="app_feature_keyset" id="app_feature_keyset"
|
||
value='["AbtVendor","ShopTmpl","DiyUI","DiyLnkPage","Comnity","ProdCat","ProdDetail","ProdVideo","FavProd","ProdCmt","CustServ","CallDirect","ShoppingCart","MulPhyStore","ServResv","SelfTake","PayOnline","Membership","ProdMgr","ProdQrCode","OrderMgr","RecptPnt","OrderDetail","ShipMgr","CityDist","MemCent","MemCentGrid","QrCodeMeal","TakeAway","Newsletter","VideoCnt","TmplMsg","ProdProm","FlashSale","MemDist","PhyStoreDist","FansRank","Coupon","FightGrp","CutPrice","LuckDraw","GoldenEgg","QuickPay","AdvEvent","DynForm","ECashCard","MemGrade","MemGradeDisct","MemPoint","MemTag","MemCashAcct","MemRpt","ProdRpt","OrderRpt","SrcDelgAuth","FreeUpd"]'/>
|
||
</form>
|
||
|
||
<script type="text/javascript"
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/js/diy.js?v=1.0.2"></script>
|
||
<script type="text/javascript"
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/js/ueditor.config.js?v=1.0.2">
|
||
</script>
|
||
<script type="text/javascript"
|
||
src="https://mall.gpxscs.cn/api/shop/static/diy/js/ueditor.all.js?v=1.0.2">
|
||
</script>
|
||
<script type="text/javascript">
|
||
$(function () {
|
||
$.ajaxSetup({
|
||
headers: {
|
||
Accept: "application/json, text/plain, */*",
|
||
Authorization: "Bearer " + window.authorization
|
||
}
|
||
});
|
||
|
||
$.ajaxSettings.beforeSend = function (XMLHttpRequest) {
|
||
XMLHttpRequest.setRequestHeader("Authorization", "Bearer " + window.authorization);
|
||
};
|
||
})
|
||
</script>
|
||
</div>
|
||
</div>
|
||
</body>
|
||
</html>
|