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
cd2c5b2e
Commit
cd2c5b2e
authored
Sep 22, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
判断品牌 没有值的时候不显示
parent
6543f170
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
26 deletions
+7
-26
detail.vue
pages/kotra/brand/detail.vue
+7
-26
No files found.
pages/kotra/brand/detail.vue
View file @
cd2c5b2e
...
...
@@ -398,40 +398,28 @@
商业地产+体育运动的新型“SPORTMALL”的全新商业场景
</view>
</view>
-->
<view
class=
"baseinfo-item flex"
>
<view
class=
"baseinfo-item flex"
v-if=
"details.CustomerType && details.CustomerType!='' "
>
<view
class=
"baseinfo-label"
>
客群定位:
</view>
<view
class=
"baseinfo-con"
>
{{
details
.
CustomerType
}}
</view>
</view>
<view
class=
"baseinfo-item flex"
>
<view
class=
"baseinfo-item flex"
v-if=
"details.BrandType && details.BrandType!='' "
>
<view
class=
"baseinfo-label"
>
行业定位:
</view>
<view
class=
"baseinfo-con"
>
{{
details
.
BrandType
}}
</view>
</view>
<view
class=
"baseinfo-item flex"
>
<view
class=
"baseinfo-item flex"
v-if=
"details.StoreExpansion && details.StoreExpansion!='' "
>
<view
class=
"baseinfo-label"
>
开店方向:
</view>
<view
class=
"baseinfo-con"
>
{{
details
.
StoreExpansion
}}
</view>
</view>
<view
class=
"baseinfo-item flex"
>
<view
class=
"baseinfo-item flex"
v-if=
"details.WishDescription && details.WishDescription != ''"
>
<view
class=
"baseinfo-label"
>
拓展对接人:
</view>
<view
class=
"baseinfo-con"
v-if=
"
details.WishDescription == null ||
details.WishDescription == ''
"
>
暂无
</view>
</view>
<view
style=
"width: 100%; height: 360rpx"
v-if=
"details.WishDescription && details.WishDescription != ''"
>
<view
style=
"width: 100%; height: 360rpx"
v-if=
"details.WishDescription && details.WishDescription != ''"
>
<image
:src=
"details.WishCard"
style=
"width: 100%; height: 360rpx; border-radius: 20px"
...
...
@@ -439,7 +427,7 @@
></image>
</view>
</view>
<view
class=
"brand-title"
>
<view
class=
"brand-title"
v-if=
"details.WishDescription && details.WishDescription != ''"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/kotra-tzxq.png"
mode=
"widthFix"
...
...
@@ -454,14 +442,7 @@
@
navigate=
"clickDescription"
></h-parse>
</view>
<view
style=
"margin-top: 30rpx"
v-if=
"
details.WishDescription == '' || details.WishDescription == null
"
>
无
</view>
<view
class=
"brand-title"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/kotra-wyxq.png"
...
...
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