|
@@ -10,6 +10,7 @@ componentProperties.set('captiontext', {
|
|
|
active: true,
|
|
|
style: 'captiontextsstyle',
|
|
|
setStyle: {
|
|
|
+ toPage: '',
|
|
|
text: '标题文字',
|
|
|
name: '标题文字',//标题内容
|
|
|
description: '',//描述内容
|
|
@@ -40,6 +41,7 @@ componentProperties.set('listswitching', {
|
|
|
active: true,
|
|
|
style: 'listswitchingstyle',
|
|
|
setStyle: {
|
|
|
+ toPage: '',
|
|
|
text: '商品',
|
|
|
commodityType: 0,
|
|
|
moditystyle: 0,
|
|
@@ -82,6 +84,7 @@ componentProperties.set('pictureads', {
|
|
|
active: true,
|
|
|
style: 'pictureadsstyle',
|
|
|
setStyle: {
|
|
|
+ toPage: '',
|
|
|
text: '图片广告',
|
|
|
swiperType: 0, // 选择模板
|
|
|
borderRadius: 0,// 图片倒角
|
|
@@ -100,6 +103,7 @@ componentProperties.set('graphicnavigation', {
|
|
|
active: true,
|
|
|
style: 'graphicnavigationstyle',
|
|
|
setStyle: {
|
|
|
+ toPage: '',
|
|
|
text: '图文导航',
|
|
|
imageList: [], // 图片导航列表
|
|
|
navigationType: 0, //图片导航类型
|
|
@@ -121,11 +125,13 @@ componentProperties.set('richtext', {
|
|
|
active: true,
|
|
|
style: 'richtextstyle',
|
|
|
setStyle: {
|
|
|
+ toPage: '',
|
|
|
text: '富文本',
|
|
|
myValue: '', //富文本内容
|
|
|
backColor: 'rgb(249, 249, 249)', //背景颜色
|
|
|
},
|
|
|
})
|
|
|
+
|
|
|
componentProperties.set('magiccube', {
|
|
|
component: 'magiccube',
|
|
|
text: '魔方',
|
|
@@ -133,6 +139,7 @@ componentProperties.set('magiccube', {
|
|
|
active: true,
|
|
|
style: 'magiccubestyle',
|
|
|
setStyle: {
|
|
|
+ toPage: '',
|
|
|
text: '魔方',
|
|
|
rubiksCubeType: 0, // 魔方类型
|
|
|
pageMargin: 0, //页面间距
|
|
@@ -166,6 +173,7 @@ componentProperties.set('magiccube', {
|
|
|
], //图片列表
|
|
|
},
|
|
|
})
|
|
|
+
|
|
|
componentProperties.set('auxiliarysegmentation', {
|
|
|
component: 'auxiliarysegmentation',
|
|
|
text: '辅助分割',
|
|
@@ -173,6 +181,7 @@ componentProperties.set('auxiliarysegmentation', {
|
|
|
active: true,
|
|
|
style: 'auxiliarysegmentationstyle',
|
|
|
setStyle: {
|
|
|
+ toPage: '',
|
|
|
text: '辅助分割',
|
|
|
blankHeight: 30, //空白高度
|
|
|
segmentationtype: 0, //分割类型
|
|
@@ -181,6 +190,7 @@ componentProperties.set('auxiliarysegmentation', {
|
|
|
bordertp: 'solid', //线的类型
|
|
|
},
|
|
|
})
|
|
|
+
|
|
|
componentProperties.set('commoditysearch', {
|
|
|
component: 'commoditysearch',
|
|
|
text: '搜索',
|
|
@@ -188,6 +198,7 @@ componentProperties.set('commoditysearch', {
|
|
|
active: true,
|
|
|
style: 'commoditysearchstyle',
|
|
|
setStyle: {
|
|
|
+ toPage: '',
|
|
|
text: '搜索',
|
|
|
heights: 28, //搜索栏高度
|
|
|
position: 0, //显示位置
|
|
@@ -200,6 +211,7 @@ componentProperties.set('commoditysearch', {
|
|
|
hotords: [], //热词
|
|
|
},
|
|
|
})
|
|
|
+
|
|
|
componentProperties.set('storeinformation', {
|
|
|
component: 'storeinformation',
|
|
|
text: '店铺信息',
|
|
@@ -207,6 +219,7 @@ componentProperties.set('storeinformation', {
|
|
|
active: true,
|
|
|
style: 'storeinformationstyle',
|
|
|
setStyle: {
|
|
|
+ toPage: '',
|
|
|
text: '店铺信息',
|
|
|
bakcgroundImg: '', //背景图片
|
|
|
headPortrait: '', //店铺头像
|
|
@@ -215,6 +228,7 @@ componentProperties.set('storeinformation', {
|
|
|
Discount: '在线支付满150减30,满100减20', //优惠信息
|
|
|
},
|
|
|
})
|
|
|
+
|
|
|
componentProperties.set('entertheshop', {
|
|
|
component: 'entertheshop',
|
|
|
text: '单元格',
|
|
@@ -222,6 +236,7 @@ componentProperties.set('entertheshop', {
|
|
|
active: true,
|
|
|
style: 'entertheshopstyle',
|
|
|
setStyle: {
|
|
|
+ toPage: '',
|
|
|
text: '单元格',
|
|
|
icon: '', // 左侧图标
|
|
|
shopName: '左侧标题',
|
|
@@ -230,6 +245,7 @@ componentProperties.set('entertheshop', {
|
|
|
http: {},
|
|
|
},
|
|
|
})
|
|
|
+
|
|
|
componentProperties.set('notice', {
|
|
|
component: 'notice',
|
|
|
text: '公告',
|
|
@@ -237,12 +253,15 @@ componentProperties.set('notice', {
|
|
|
active: true,
|
|
|
style: 'noticestyle',
|
|
|
setStyle: {
|
|
|
+ toPage: '',
|
|
|
+ toPage: '',
|
|
|
text: '公告',
|
|
|
noticeText: '请填写内容,如果过长,将会在手机上滚动显示', //内容
|
|
|
backColor: 'rgb(255, 248, 233)', //背景颜色
|
|
|
textColor: 'rgba(100, 101, 102)', //文字颜色
|
|
|
},
|
|
|
})
|
|
|
+
|
|
|
componentProperties.set('videoss', {
|
|
|
component: 'videoss',
|
|
|
text: '视频',
|
|
@@ -250,6 +269,7 @@ componentProperties.set('videoss', {
|
|
|
active: true,
|
|
|
style: 'videostyle',
|
|
|
setStyle: {
|
|
|
+ toPage: '',
|
|
|
text: '视频',
|
|
|
src: 'http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4', // 视频地址
|
|
|
coverUrl:null, // 封面地址
|
|
@@ -264,11 +284,13 @@ componentProperties.set('custommodule', {
|
|
|
active: true,
|
|
|
style: 'custommodulestyle',
|
|
|
setStyle: {
|
|
|
+ toPage: '',
|
|
|
text: '自定义模块',
|
|
|
demo:'自定义内容',
|
|
|
img:'https://img2.baidu.com/it/u=1905875968,4289754134&fm=26&fmt=auto&gp=0.jpg'
|
|
|
},
|
|
|
})
|
|
|
+
|
|
|
componentProperties.set('communitypowder', {
|
|
|
component: 'communitypowder',
|
|
|
text: '社群涨粉',
|
|
@@ -276,6 +298,7 @@ componentProperties.set('communitypowder', {
|
|
|
active: true,
|
|
|
style: 'communitypowderstyle',
|
|
|
setStyle: {
|
|
|
+ toPage: '',
|
|
|
text: '社群涨粉',
|
|
|
mainImg: '', //入口图片
|
|
|
qrcodeImg: '', //二维码
|
|
@@ -285,6 +308,7 @@ componentProperties.set('communitypowder', {
|
|
|
backColor: 'rgb(255, 255, 255)', //背景颜色
|
|
|
},
|
|
|
})
|
|
|
+
|
|
|
componentProperties.set('storenotecard', {
|
|
|
component: 'storenotecard',
|
|
|
text: '文章模块',
|
|
@@ -292,6 +316,7 @@ componentProperties.set('storenotecard', {
|
|
|
active: true,
|
|
|
style: 'storenotecardstyle',
|
|
|
setStyle: {
|
|
|
+ toPage: '',
|
|
|
text: '文章模块',
|
|
|
name: '这里显示专题名称', //专题名称
|
|
|
commodityType: 0, // 选择模板
|
|
@@ -309,6 +334,7 @@ componentProperties.set('storenotecard', {
|
|
|
http: {},
|
|
|
},
|
|
|
})
|
|
|
+
|
|
|
componentProperties.set('crowdoperation', {
|
|
|
component: 'crowdoperation',
|
|
|
text: '人群运营',
|
|
@@ -316,9 +342,11 @@ componentProperties.set('crowdoperation', {
|
|
|
active: true,
|
|
|
style: 'crowdoperationstyle',
|
|
|
setStyle: {
|
|
|
+ toPage: '',
|
|
|
text: '人群运营',
|
|
|
},
|
|
|
})
|
|
|
+
|
|
|
componentProperties.set('personalizedrecommendation', {
|
|
|
component: 'personalizedrecommendation',
|
|
|
text: '个性化推荐',
|
|
@@ -326,9 +354,11 @@ componentProperties.set('personalizedrecommendation', {
|
|
|
active: true,
|
|
|
style: 'personalizedrecommendationstyle',
|
|
|
setStyle: {
|
|
|
+ toPage: '',
|
|
|
text: '个性化推荐',
|
|
|
},
|
|
|
})
|
|
|
+
|
|
|
componentProperties.set('onlineservice', {
|
|
|
component: 'onlineservice',
|
|
|
text: '在线客服',
|
|
@@ -336,9 +366,11 @@ componentProperties.set('onlineservice', {
|
|
|
active: true,
|
|
|
style: 'onlineservicestyle',
|
|
|
setStyle: {
|
|
|
+ toPage: '',
|
|
|
text: '在线客服',
|
|
|
},
|
|
|
})
|
|
|
+
|
|
|
componentProperties.set('investigate', {
|
|
|
component: 'investigate',
|
|
|
text: '表单模块',
|
|
@@ -346,11 +378,13 @@ componentProperties.set('investigate', {
|
|
|
active: true,
|
|
|
style: 'investigatestyle',
|
|
|
setStyle: {
|
|
|
+ toPage: '',
|
|
|
text: '表单模块',
|
|
|
title: '表单模块',
|
|
|
jsonData: [], //value1为sass显示内容,value2为前端显示内容
|
|
|
},
|
|
|
})
|
|
|
+
|
|
|
componentProperties.set('tabBar', {
|
|
|
component: 'tabBar',
|
|
|
text: '底部导航',
|
|
@@ -358,6 +392,7 @@ componentProperties.set('tabBar', {
|
|
|
active: true,
|
|
|
style: 'tabBarStyle',
|
|
|
setStyle: {
|
|
|
+ toPage: '',
|
|
|
text: '底部导航',
|
|
|
activeColor: '#1989fa',
|
|
|
inactiveColor: '#7d7e80',
|
|
@@ -369,6 +404,7 @@ componentProperties.set('tabBar', {
|
|
|
iconList: [],
|
|
|
},
|
|
|
})
|
|
|
+
|
|
|
componentProperties.set('follow', {
|
|
|
component: 'follow',
|
|
|
text: '关注公众号',
|
|
@@ -376,12 +412,14 @@ componentProperties.set('follow', {
|
|
|
active: true,
|
|
|
style: 'followStyle',
|
|
|
setStyle: {
|
|
|
+ toPage: '',
|
|
|
text: '关注公众号',
|
|
|
heade: 'https://imgs.starfirelink.com/miniShop//logo_1618466110849.png',
|
|
|
followName: '公众号名称',
|
|
|
followAppId: '',
|
|
|
},
|
|
|
})
|
|
|
+
|
|
|
componentProperties.set('suspension', {
|
|
|
component: 'suspension',
|
|
|
text: '悬浮按钮',
|
|
@@ -389,6 +427,7 @@ componentProperties.set('suspension', {
|
|
|
active: true,
|
|
|
style: 'suspensionstyle',
|
|
|
setStyle: {
|
|
|
+ toPage: '',
|
|
|
text: '悬浮按钮',
|
|
|
linktype: '10',
|
|
|
http: {},
|