diff --git a/src/api/mall/trade/brokerage/user/index.ts b/src/api/mall/trade/brokerage/user/index.ts index 1fed3bfa..8ed69771 100644 --- a/src/api/mall/trade/brokerage/user/index.ts +++ b/src/api/mall/trade/brokerage/user/index.ts @@ -13,6 +13,11 @@ export interface BrokerageUserVO { avatar: string } +// 创建分销用户 +export const createBrokerageUser = (data: any) => { + return request.post({ url: '/trade/brokerage-user/create', data }) +} + // 查询分销用户列表 export const getBrokerageUserPage = async (params: any) => { return await request.get({ url: `/trade/brokerage-user/page`, params }) diff --git a/src/components/DiyEditor/components/mobile/NavigationBar/components/CellProperty.vue b/src/components/DiyEditor/components/mobile/NavigationBar/components/CellProperty.vue index 2c3bd541..f6176d23 100644 --- a/src/components/DiyEditor/components/mobile/NavigationBar/components/CellProperty.vue +++ b/src/components/DiyEditor/components/mobile/NavigationBar/components/CellProperty.vue @@ -2,17 +2,17 @@
- +
- - + diff --git a/src/components/DiyEditor/components/mobile/TitleBar/config.ts b/src/components/DiyEditor/components/mobile/TitleBar/config.ts index d9f0672c..0c104c95 100644 --- a/src/components/DiyEditor/components/mobile/TitleBar/config.ts +++ b/src/components/DiyEditor/components/mobile/TitleBar/config.ts @@ -1,9 +1,7 @@ -import { ComponentStyle, DiyComponent } from '@/components/DiyEditor/util' +import {ComponentStyle, DiyComponent} from '@/components/DiyEditor/util' /** 标题栏属性 */ export interface TitleBarProperty { - // 背景图 - bgImgUrl: string // 偏移 marginLeft: number // 显示位置 diff --git a/src/components/DiyEditor/components/mobile/TitleBar/index.vue b/src/components/DiyEditor/components/mobile/TitleBar/index.vue index b75d224e..7b907293 100644 --- a/src/components/DiyEditor/components/mobile/TitleBar/index.vue +++ b/src/components/DiyEditor/components/mobile/TitleBar/index.vue @@ -1,21 +1,30 @@ - - + diff --git a/src/components/DiyEditor/index.vue b/src/components/DiyEditor/index.vue index 700d32bd..643cc50a 100644 --- a/src/components/DiyEditor/index.vue +++ b/src/components/DiyEditor/index.vue @@ -12,17 +12,17 @@ - + - + - + - + @@ -31,21 +31,21 @@ - +
- +
@@ -55,43 +55,43 @@ @click="handleComponentSelected(component, index)" >
@@ -99,9 +99,9 @@
@@ -109,9 +109,9 @@
@@ -120,10 +120,10 @@