Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
e67f7eff
Commit
e67f7eff
authored
Dec 13, 2024
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
ba457b23
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
brandInformation.vue
pages/kotra/BrandEnterSetIn/components/brandInformation.vue
+3
-3
No files found.
pages/kotra/BrandEnterSetIn/components/brandInformation.vue
View file @
e67f7eff
...
@@ -106,7 +106,7 @@
...
@@ -106,7 +106,7 @@
<view
>
<view
>
<template
v-if=
"showType==1"
>
<template
v-if=
"showType==1"
>
<view
v-for=
"(x,y) in BrandClassList"
:key=
"y"
class=
"u-action-sheet-item u-border-bottom"
<view
v-for=
"(x,y) in BrandClassList"
:key=
"y"
class=
"u-action-sheet-item u-border-bottom"
@
click=
"clickItem(x)"
:style=
"
{color:x.ID == model.
Category
Id?'#2979ff':'#111',}">
@
click=
"clickItem(x)"
:style=
"
{color:x.ID == model.
BrandClass
Id?'#2979ff':'#111',}">
{{
x
.
ClassName
}}
{{
x
.
ClassName
}}
</view>
</view>
</
template
>
</
template
>
...
@@ -220,7 +220,7 @@
...
@@ -220,7 +220,7 @@
<view
class=
"label-text"
>
物业需求
</view>
<view
class=
"label-text"
>
物业需求
</view>
<view
class=
"bottom-border_r"
style=
"padding: 10px 0;height: 42px;display: flex;"
<view
class=
"bottom-border_r"
style=
"padding: 10px 0;height: 42px;display: flex;"
@
click=
"disabled || disabled3?'':(showTypeStatus= true,showType=2)"
>
@
click=
"disabled || disabled3?'':(showTypeStatus= true,showType=2)"
>
<view
style=
"padding: 10px 0;flex:1;display: flex;overflow: hidden;text-overflow: ellipsis;"
>
<view
style=
"padding: 10px 0;flex:1;display: flex;overflow: hidden;text-overflow: ellipsis;
color: #111;
"
>
<
template
v-if=
"model.PropertyDemandList.length>0"
>
<
template
v-if=
"model.PropertyDemandList.length>0"
>
<text
v-for=
"(x,y) in model.PropertyDemandList"
:key=
"y"
class=
"u-action-sheet-item u-border-bottom"
>
<text
v-for=
"(x,y) in model.PropertyDemandList"
:key=
"y"
class=
"u-action-sheet-item u-border-bottom"
>
{{
x
}}
<template
v-if=
"y!=model.PropertyDemandList.length-1"
>
,
</
template
>
{{
x
}}
<template
v-if=
"y!=model.PropertyDemandList.length-1"
>
,
</
template
>
...
@@ -320,7 +320,7 @@
...
@@ -320,7 +320,7 @@
BrandType
:
""
,
//品牌定位
BrandType
:
""
,
//品牌定位
AreaRequirement
:
0
,
//需求面积
AreaRequirement
:
0
,
//需求面积
CategoryId
:
null
,
BrandClassId
:
null
,
//品牌类型
Introduce
:
""
,
//品牌简介/企业简介
Introduce
:
""
,
//品牌简介/企业简介
PropertyDemand
:
""
,
//物业需求
PropertyDemand
:
""
,
//物业需求
PropertyDemandList
:
[],
PropertyDemandList
:
[],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment