罗世杰:店铺列表字段绑定
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<u-image width="80px" height="80px" :src="shopInfo.pics" radius="8px"></u-image>
|
||||
</view>
|
||||
<view class="text-area">
|
||||
<text style="font-weight: 500;">{{shopInfo.title}}</text>
|
||||
<text style="font-weight: 500;">{{shopInfo.tt}}</text>
|
||||
<view v-if="showStyle == 0" class="pos-and-sqr" >
|
||||
<view>
|
||||
<view>
|
||||
@@ -30,8 +30,9 @@
|
||||
</view>
|
||||
<view class="rent-and-date">
|
||||
<text>租金:{{shopInfo.zujin}}元/月</text>
|
||||
<text v-if="showStyle == 0">发布日期:{{shopInfo.create_time}}</text>
|
||||
<text v-if="showStyle == 0">发布日期:{{$u.timeFormat(shopInfo.create_time,'yyyy-mm-dd')}}</text>
|
||||
<text v-if="showStyle == 1">转让费:{{shopInfo.zhuanrangfei}}</text>
|
||||
<!-- 有 bug -->
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -163,7 +164,7 @@
|
||||
id: this.shopInfo.id,
|
||||
type: this.shopInfo.type
|
||||
})
|
||||
// console.log("query",query);
|
||||
console.log("query",query);
|
||||
uni.navigateTo({
|
||||
url: '/pages/detail/detail' + `${query}`
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user