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
07406cef
Commit
07406cef
authored
Dec 16, 2024
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化提示
parent
838a9e75
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
15 deletions
+18
-15
carrierInformation.vue
...s/kotra/BrandEnterSetIn/components/carrierInformation.vue
+18
-15
No files found.
pages/kotra/BrandEnterSetIn/components/carrierInformation.vue
View file @
07406cef
...
...
@@ -313,7 +313,7 @@
</view>
<view
class=
"bottom-border"
>
<view
class=
"label-text"
>
经营面积
(m²)
<span
style=
"color: #e54d42"
>
*
</span></view
>
经营面积
<span
style=
"color: #e54d42"
>
*
</span></view
>
<view
class=
"bottom-border_r"
...
...
@@ -322,16 +322,17 @@
<input
type=
"number"
v-model=
"model.BuiltUpArea"
style=
"width: 1px; flex: 1"
style=
"width: 1px; flex: 1
;margin-right: 10px;
"
placeholder=
"请填写经营面积"
:disabled=
"disabled"
placeholder-style=
"color:#CECECE;"
/>
<text>
m²
</text>
</view>
</view>
<view
class=
"bottom-border"
>
<view
class=
"label-text"
>
可租赁面积
(m²)
<span
style=
"color: #e54d42"
>
*
</span></view
>
可租赁面积
<span
style=
"color: #e54d42"
>
*
</span></view
>
<view
class=
"bottom-border_r"
...
...
@@ -340,11 +341,12 @@
<input
type=
"number"
v-model=
"model.AreaRequirement"
style=
"width: 1px; flex: 1"
style=
"width: 1px; flex: 1
;margin-right: 10px;
"
placeholder=
"请填写可租赁面积"
:disabled=
"disabled"
placeholder-style=
"color:#CECECE;"
/>
<text>
m²
</text>
</view>
</view>
<view
class=
"bottom-border"
>
...
...
@@ -935,17 +937,6 @@ export default {
uni
.
showToast
({
title
:
"请上传Logo"
,
icon
:
"none"
});
return
;
}
if
(
this
.
model
.
BuiltUpArea
==
""
||
this
.
model
.
BuiltUpArea
===
0
)
{
uni
.
showToast
({
title
:
"请输入经营面积"
,
icon
:
"none"
});
return
;
}
if
(
this
.
model
.
AreaRequirement
==
""
||
this
.
model
.
AreaRequirement
===
0
)
{
uni
.
showToast
({
title
:
"请输入可租赁面积"
,
icon
:
"none"
});
return
;
}
if
(
this
.
model
.
BannerList
.
length
==
0
||!
this
.
model
.
BannerList
)
{
uni
.
showToast
({
title
:
"请上传品牌介绍图"
,
icon
:
"none"
});
return
;
...
...
@@ -962,6 +953,18 @@ export default {
uni
.
showToast
({
title
:
"请选择载体类型"
,
icon
:
"none"
});
return
;
}
if
(
this
.
model
.
BuiltUpArea
==
""
||
this
.
model
.
BuiltUpArea
===
0
||
!
this
.
model
.
BuiltUpArea
)
{
uni
.
showToast
({
title
:
"请输入经营面积"
,
icon
:
"none"
});
return
;
}
if
(
this
.
model
.
AreaRequirement
==
""
||
this
.
model
.
AreaRequirement
===
0
||
!
this
.
model
.
AreaRequirement
)
{
uni
.
showToast
({
title
:
"请输入可租赁面积"
,
icon
:
"none"
});
return
;
}
if
(
this
.
model
.
CarrierSize
==
""
||!
this
.
model
.
CarrierSize
)
{
uni
.
showToast
({
title
:
"请输入商业体量"
,
icon
:
"none"
});
return
;
...
...
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