This commit is contained in:
weipengfei 2024-01-26 13:58:33 +08:00
parent 881dbcc501
commit 9363d3a413
4 changed files with 8 additions and 7 deletions

View File

@ -1,7 +1,7 @@
<template>
<view class="a_h_home">
<view class="a_h_body" v-if="show">
<image @click="open()" class="a_h_bg" mode="widthFix" src="https://lihai001.oss-cn-chengdu.aliyuncs.com/public/uploads/new_activity/tow_price_card.webp"></image>
<image @click.stop="open()" class="a_h_bg" mode="widthFix" src="https://lihai001.oss-cn-chengdu.aliyuncs.com/public/uploads/new_activity/tow_price_card.webp"></image>
<image v-if="showClose" @click.stop="close()" class="a_h_close" src="../static/images/wt_close.png"></image>
</view>
</view>

View File

@ -1808,6 +1808,7 @@
"selectedColor": "#E93323",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"iconWidth": "36",
"list": [

View File

@ -121,13 +121,13 @@
<view class="goodslist">
<WaterfallsFlow v-if="productList.length>0" :wfList="productList" :type="1" />
<block v-else>
<view style="display: flex;flex-direction: column;align-items: center;">
<!-- <view style="display: flex;flex-direction: column;align-items: center;">
<image src='@/static/images/no_short.png' style="width: 500rpx; height: 180rpx;"></image>
<text class="pictrue_tips">暂无商品试试其他位置</text>
</view>
<view class="common-hd">
</view> -->
<!-- <view class="common-hd">
<view class="title">为你推荐</view>
</view>
</view> -->
<WaterfallsFlow :wfList="productList2" :type="1" />
</block>
</view>
@ -156,7 +156,7 @@
<activityCard @close="closeActivityCard"></activityCard>
</uni-popup>
<!-- <activityHome :showClose="false" @click="navgo(`/pages/newActivity/towPrice/towPrice?street_id=${street_id}&townName=${street}`)"></activityHome> -->
<activityHome :showClose="false" @click="navgo(`/pages/newActivity/towPrice/towPrice?street_id=${street_id}&townName=${street}`)"></activityHome>
<!-- <m-tabbar native>
<template v-slot:tabbar_index_2>
<view class="custom_style">

View File

@ -94,7 +94,7 @@
}, {
name: '充值记录'
}],
changeList: [0.01, 15, 20, 50, 100],
changeList: [10, 15, 20, 50, 100],
nowChange: 0,
nowPrice: 0,
priceCount: 1,