|
|
@ -1,6 +1,6 @@ |
|
|
|
<view class="f-container"> |
|
|
|
<!-- 恢复 wx:if="{{familyInfo.roomCodeShow}}"--> |
|
|
|
<block > |
|
|
|
<!-- 恢复 --> |
|
|
|
<block wx:if="{{familyInfo.roomCodeShow}}"> |
|
|
|
<view class="f-top"> |
|
|
|
<view class="f-card"> |
|
|
|
<view class="flex-view"> |
|
|
@ -88,7 +88,7 @@ |
|
|
|
</view> |
|
|
|
<block wx:if="{{houseInfo.length!=0}}"> |
|
|
|
<view class="housePrice-content" bindtap="handleClickHouse" data-obj="{{item}}" |
|
|
|
wx:for="{{houseInfo}}" wx:key="index" > |
|
|
|
wx:for="{{houseInfo}}" wx:key="index" wx:if="{{item.address!='山东路'&&item.address!='9'&&item.address!='朝歌雅园'&&item.address!='花好月圆2号楼1单元'}}" > |
|
|
|
<view class="housePrice-header"> |
|
|
|
<image src="../../images/user.png"></image> |
|
|
|
<view class="housePrice-header-name"> |
|
|
@ -112,13 +112,30 @@ |
|
|
|
</view> |
|
|
|
<!-- 团购火了 --> |
|
|
|
<view class="groupPrice-list" wx:if="{{selectedTabBar === 'groupPrice'}}"> |
|
|
|
<view class="groupPrice-card" bindtap="handleClickGroupPrice" data-id="'12345'"> |
|
|
|
<image src="../../../../images/mine/bg-mine.png"></image> |
|
|
|
<!-- bindtap="handleClickGroupPrice" --> |
|
|
|
<view class="groupPrice-card" data-id="'12345'"> |
|
|
|
<image src="../../../../images/groupPrice/daiyu.png"></image> |
|
|
|
<view class="right"> |
|
|
|
<view class="title">【社区送达】 护手霜</view> |
|
|
|
<view class="title">【社区送达】 带鱼段</view> |
|
|
|
<view style="color: #999;font-size: 26rpx;"> <text style="color:#cf4133;font-size: 28rpx;">已截团</text > 2023-04-23 15:10:22</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="groupPrice-card" data-id="'12345'"> |
|
|
|
<image src="../../../../images/groupPrice/hushou.png"></image> |
|
|
|
<view class="right"> |
|
|
|
<view class="title">【快递发货】 护手霜</view> |
|
|
|
<view style="color: #999;font-size: 26rpx;"> <text style="color:#cf4133;font-size: 28rpx;">已截团</text > 2023-03-23 10:10:22</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="groupPrice-card" data-id="'12345'"> |
|
|
|
<image src="../../../../images/groupPrice/jiangyou.png"></image> |
|
|
|
<view class="right"> |
|
|
|
<view class="title">【社区送达】 海天蚝油</view> |
|
|
|
<view style="color: #999;font-size: 26rpx;"> <text style="color:#cf4133;font-size: 28rpx;">已截团</text > 2023-03-20 17:10:22</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- <view class="no-data">暂无团购信息</view> --> |
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</block> |
|
|
|