338 lines
7.5 KiB
Vue
338 lines
7.5 KiB
Vue
<template>
|
||
<view class="list-border">
|
||
<view class="yzr" v-if="showStyle === 2">
|
||
<u-image src="/static/cjal/anl_tu.png" width="156rpx" height="156rpx"></u-image>
|
||
</view>
|
||
<view class="list-container" @click="enterDetail()">
|
||
<view class="text-area">
|
||
<u-text style="font-weight: 500;" :text="shopInfo.tt" :lines="2"></u-text>
|
||
|
||
<view class="style2" v-if="showStyle === 1">
|
||
<view class="rent-and-cost">
|
||
<text>租金:{{shopInfo.zujin}}元/月</text>
|
||
<text v-if="showStyle==1">预计投资:{{shopInfo.zhuanrangfei}}万</text>
|
||
</view>
|
||
<view class="cart-and-pos">
|
||
<view style="width: 131rpx;margin-right: 68rpx;">
|
||
<view style="margin-right: 4px;">
|
||
<u-image src="/static/shoplist/sy_icon_lbhy.png" width="12px" height="15px"></u-image>
|
||
</view>
|
||
<text>{{shopInfo.trade1}}</text>
|
||
</view>
|
||
<view style="width: 131rpx;">
|
||
<view style="margin-right: 4px;">
|
||
<u-image src="/static/shoplist/sy_icon_lbhdw.png" width="12px" height="15px"></u-image>
|
||
</view>
|
||
<text>{{shopInfo.area1}}</text>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
<view class="style3" v-if="showStyle === 2">
|
||
<view class="cjsj">
|
||
<text>成交时间:{{$u.timeFormat(shopInfo.deal_time,'yyyy-mm-dd')}}</text>
|
||
</view>
|
||
<view class="cart-and-pos">
|
||
<view style="width: 131rpx;margin-right: 68rpx;">
|
||
<view style="margin-right: 4px;">
|
||
<u-image src="/static/cjal/al_icon_flh.png" width="12px" height="15px"></u-image>
|
||
</view>
|
||
<text :class="{style3: showStyle === 2}">{{shopInfo.trade1}}</text>
|
||
</view>
|
||
<view style="width: 131rpx;">
|
||
<view style="margin-right: 4px;">
|
||
<u-image src="/static/cjal/al_icon_dwh.png" width="12px" height="15px"></u-image>
|
||
</view>
|
||
<text :class="{style3: showStyle === 2}">{{shopInfo.area1}}</text>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
|
||
<view class="sqr-and-lx" :class="{pb0: showStyle === 2}">
|
||
<view style="width: 131rpx;margin-right: 68rpx;">
|
||
<view>
|
||
<u-image v-if="showStyle === 2" src="/static/cjal/al_icon_pm.png" width="12px" height="15px"></u-image>
|
||
<u-image v-else src="/static/shoplist/sy_icon_lbpm.png" width="12px" height="15px"></u-image>
|
||
</view>
|
||
<text :class="{style3: showStyle === 2}">{{shopInfo.mianji}}m²</text>
|
||
</view>
|
||
<view style="width: 131rpx;margin-right: 64rpx;">
|
||
<view>
|
||
<u-image v-if=" showStyle===2" src="/static/cjal/al_icon_mch.png" width="12px" height="15px"></u-image>
|
||
<u-image v-else src="/static/shoplist/sy_icon_lbxm.png" width="12px" height="15px"></u-image>
|
||
</view>
|
||
<text :class="{style3: showStyle === 2}">{{shopInfo.lianxiren}}</text>
|
||
</view>
|
||
<view style="width: 190rpx;">
|
||
<view>
|
||
<u-image v-if="showStyle === 2" src="/static/cjal/al_icon_sjh.png" width="12px" height="15px"></u-image>
|
||
<u-image v-else src="/static/shoplist/sy_icon_lblxr.png" width="12px" height="15px"></u-image>
|
||
</view>
|
||
<text :class="{style3: showStyle === 2}">{{shopInfo.mobile}}</text>
|
||
</view>
|
||
</view>
|
||
|
||
<view class="cart-and-date" v-if="showStyle === 0">
|
||
<view style="width: 131rpx;">
|
||
<view>
|
||
<u-image src="/static/shoplist/sy_icon_lbhy.png" width="12px" height="15px"></u-image>
|
||
</view>
|
||
<text>{{shopInfo.trade1}}</text>
|
||
</view>
|
||
<view style="width: 131rpx;">
|
||
<view>
|
||
<u-image src="/static/shoplist/sy_icon_lbhdw.png" width="12px" height="15px"></u-image>
|
||
</view>
|
||
<text>{{shopInfo.area1}}</text>
|
||
</view>
|
||
<view style="width: 290rpx;">
|
||
<view>
|
||
<u-image src="/static/shoplist/sy_icon_lbrq.png" width="12px" height="15px"></u-image>
|
||
</view>
|
||
<text>发布日期:{{$u.timeFormat(shopInfo.pub_time,'yyyy-mm-dd')}}</text>
|
||
</view>
|
||
</view>
|
||
|
||
<view v-if="isEdit" class="del-and-edit bottom-common">
|
||
<view class="edit" @click="handleEdit(shopInfo.id)">
|
||
<u-image src="/static/shoplist/dp_icon_pj.png" width="12px" height="15px"></u-image>
|
||
<text>编辑</text>
|
||
</view>
|
||
<view class="del" @click="handleDel(shopInfo.id)">
|
||
<u-image src="/static/shoplist/dp_icon_sc.png" width="12px" height="15px"></u-image>
|
||
<text>删除</text>
|
||
</view>
|
||
</view>
|
||
|
||
</view>
|
||
</view>
|
||
</view>
|
||
</template>
|
||
|
||
<script>
|
||
export default {
|
||
props: {
|
||
shopInfo: {
|
||
type: Object,
|
||
default () {
|
||
return {
|
||
|
||
}
|
||
}
|
||
},
|
||
showStyle: {
|
||
type: Number,
|
||
default () {
|
||
return 0
|
||
}
|
||
},
|
||
isEdit: {
|
||
type: Boolean,
|
||
default () {
|
||
return false
|
||
}
|
||
}
|
||
|
||
},
|
||
data() {
|
||
return {
|
||
|
||
}
|
||
|
||
},
|
||
computed: {
|
||
|
||
},
|
||
methods: {
|
||
enterDetail() {
|
||
// console.log("进入详情页面");
|
||
const query = this.$u.queryParams({
|
||
id: this.shopInfo.id,
|
||
type: this.shopInfo.type,
|
||
search: 1
|
||
})
|
||
console.log("query", query);
|
||
uni.navigateTo({
|
||
url: '/pages/detail/detail' + `${query}`
|
||
})
|
||
},
|
||
handleEdit(searchid) {
|
||
// TODO 完成页面跳转
|
||
console.log("点击了编辑ID为", searchid);
|
||
this.$emit('updateItem', searchid)
|
||
},
|
||
handleDel(searchid) {
|
||
this.$emit('delItem', searchid)
|
||
}
|
||
}
|
||
}
|
||
</script>
|
||
<style lang="scss" scoped>
|
||
.style3 {
|
||
position: relative;
|
||
color: #696969 !important;
|
||
|
||
.cart-and-pos {
|
||
border-top: 1px solid #eee !important;
|
||
}
|
||
}
|
||
|
||
.pb0 {
|
||
padding-bottom: 0 !important;
|
||
}
|
||
|
||
.yzr {
|
||
position: absolute;
|
||
top: 30rpx;
|
||
right: 13rpx;
|
||
z-index: 5;
|
||
}
|
||
|
||
.cjsj {
|
||
margin-top: 20rpx;
|
||
margin-bottom: 12rpx;
|
||
|
||
>text {
|
||
font-size: 24rpx;
|
||
}
|
||
}
|
||
|
||
.list-border {
|
||
position: relative;
|
||
margin: 10px 0;
|
||
padding: 10px;
|
||
background-color: #fff;
|
||
border-radius: 7px;
|
||
box-shadow: 0 1px 2px 0 rgba(224, 224, 224, 0.50);
|
||
font-size: 12px;
|
||
|
||
.list-container {
|
||
display: flex;
|
||
height: auto;
|
||
}
|
||
|
||
.bottom-common {
|
||
border-top: 1px solid #f7f7f7;
|
||
padding-top: 5px;
|
||
display: flex;
|
||
|
||
>view {
|
||
display: flex;
|
||
}
|
||
}
|
||
|
||
.del-and-edit {
|
||
margin-top: 6px;
|
||
justify-content: flex-end;
|
||
|
||
>view {
|
||
margin-left: 38rpx;
|
||
}
|
||
|
||
text {
|
||
margin-left: 4px;
|
||
color: #666666;
|
||
}
|
||
}
|
||
|
||
.text-area {
|
||
display: flex;
|
||
flex-direction: column;
|
||
justify-content: space-between;
|
||
width: 100%;
|
||
|
||
>text {
|
||
font-size: 28rpx;
|
||
}
|
||
|
||
>view {
|
||
display: flex;
|
||
>view {
|
||
display: flex;
|
||
|
||
>view {
|
||
margin-right: 4px;
|
||
}
|
||
}
|
||
}
|
||
|
||
.style2,
|
||
.style3 {
|
||
display: flex;
|
||
flex-direction: column;
|
||
color: #CC3333;
|
||
font-weight: 500;
|
||
|
||
.rent-and-cost {
|
||
text {
|
||
margin-right: 26rpx;
|
||
font-size: 24rpx;
|
||
}
|
||
|
||
margin-top: 5px;
|
||
padding-top: 5px;
|
||
padding-bottom: 6px;
|
||
}
|
||
|
||
.cart-and-pos {
|
||
>view {
|
||
margin-right: 50rpx;
|
||
display: flex;
|
||
}
|
||
|
||
display: flex;
|
||
border-top: 1px solid #f7f7f7;
|
||
padding-top: 5px;
|
||
margin-bottom: 5px;
|
||
justify-content: start;
|
||
font-weight: 500;
|
||
|
||
text {
|
||
color: #CC3333;
|
||
line-height: 12px;
|
||
font-size: 24rpx;
|
||
}
|
||
}
|
||
}
|
||
|
||
.sqr-and-lx {
|
||
display: flex;
|
||
// justify-content: space-between;
|
||
margin-top: 5px;
|
||
padding-bottom: 6px;
|
||
|
||
text {
|
||
color: #359867;
|
||
line-height: 12px;
|
||
font-size: 24rpx;
|
||
}
|
||
|
||
.style3 {
|
||
color: #696969;
|
||
}
|
||
|
||
>view {
|
||
// flex: 1;
|
||
// display: flex;
|
||
|
||
>view {
|
||
// margin-right: 4px;
|
||
}
|
||
}
|
||
}
|
||
|
||
.cart-and-date {
|
||
display: flex;
|
||
border-top: 1px solid #f7f7f7;
|
||
padding-top: 5px;
|
||
justify-content: space-between;
|
||
font-weight: 500;
|
||
|
||
text {
|
||
color: #CC3333;
|
||
line-height: 12px;
|
||
// margin-right: 48rpx;
|
||
}
|
||
}
|
||
}
|
||
}
|
||
</style> |