Commit a01c820e by 谢中龙

修改优化

parent 8c886932
...@@ -112,6 +112,10 @@ ...@@ -112,6 +112,10 @@
position: relative; position: relative;
} }
image{
height:auto
}
.positionAbs{ .positionAbs{
position: absolute; position: absolute;
z-index: 2; z-index: 2;
......
...@@ -128,14 +128,6 @@ wxService.page({ ...@@ -128,14 +128,6 @@ wxService.page({
return; return;
} }
//一口价
if(item.type == 2){
wx.navigateTo({
url: `/subPackageA/page/pages/promotionProducts/promotionProducts?id=${item.activityId}&type=${item.type}`,
});
return ;
}
}, },
//领券弹出层 //领券弹出层
...@@ -234,6 +226,8 @@ wxService.page({ ...@@ -234,6 +226,8 @@ wxService.page({
}); });
this.setLocalStorageByKey(item.id); this.setLocalStorageByKey(item.id);
this.getGoodsCouponActivityList();
} }
}) })
}, },
......
...@@ -290,10 +290,10 @@ ...@@ -290,10 +290,10 @@
bindtap="onTapToActivityInfo" bindtap="onTapToActivityInfo"
wx:for-index="idx" > wx:for-index="idx" >
<view class="promotions-name"> <view class="promotions-name">
<view class="promotion-type">{{item.promotionType}}</view> <!-- <view class="promotion-type">{{item.promotionType}}</view> -->
<view class="pro-title">{{item.activityName}}</view> <view class="pro-title">{{item.activityName}}</view>
</view> </view>
<image src="/assets/imgs/arrow-right.png" mode="aspectFit" wx:if="{{item.type == 2 || item.type == 5}}"></image> <image src="/assets/imgs/arrow-right.png" mode="aspectFit" wx:if="{{item.type == 5}}"></image>
</view> </view>
</view> </view>
<view class="content-footer"> <view class="content-footer">
......
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
"id": 16, "id": 16,
"name": "商品详情页", "name": "商品详情页",
"pathName": "pages/productDetail/productDetail", "pathName": "pages/productDetail/productDetail",
"query": "id=684047015461785600", "query": "id=708760463617429504",
"scene": null "scene": null
}, },
{ {
......
/* subPackage/page/pages/categoryPro/categoryPro.wxss */ /* subPackage/page/pages/categoryPro/categoryPro.wxss */
page{
padding-top: 81rpx;
}
.empty{ .empty{
width: 300rpx; width: 300rpx;
color: #808080; color: #808080;
...@@ -9,7 +12,20 @@ ...@@ -9,7 +12,20 @@
padding: 16rpx 54rpx 16rpx 30rpx; padding: 16rpx 54rpx 16rpx 30rpx;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center;
position: fixed;
box-sizing: border-box;
width: 100%;
left: 0;
top: 0;
z-index: 2;
background: #ffffff;
height: 80rpx;
border-bottom: solid 1rpx #dddddd;
} }
.nav-list{ .nav-list{
display: flex; display: flex;
} }
......
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