Commit e67f7eff authored by youjie's avatar youjie

no message

parent ba457b23
...@@ -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.CategoryId?'#2979ff':'#111',}"> @click="clickItem(x)" :style="{color:x.ID == model.BrandClassId?'#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: [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment