update src/components/DiyEditor/components/mobile/NavigationBar/config.ts.
抱歉,跟 shopro 返回的数据结构看混淆了,这里是不用修改的,还原回去了。 Signed-off-by: 英狐 <3697820@qq.com>pull/536/head
parent
60b412b29c
commit
04c4739b84
|
|
@ -9,7 +9,7 @@ export interface NavigationBarProperty {
|
|||
// 图片链接
|
||||
bgImg: string
|
||||
// 样式类型:默认 | 沉浸式
|
||||
styleType: 'default' | 'inner'
|
||||
styleType: 'normal' | 'inner'
|
||||
// 常驻显示
|
||||
alwaysShow: boolean
|
||||
// 小程序单元格列表
|
||||
|
|
@ -60,7 +60,7 @@ export const component = {
|
|||
bgType: 'color',
|
||||
bgColor: '#fff',
|
||||
bgImg: '',
|
||||
styleType: 'default',
|
||||
styleType: 'normal',
|
||||
alwaysShow: true,
|
||||
mpCells: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue