Commit a01c820e by 谢中龙

修改优化

parent 8c886932
......@@ -112,6 +112,10 @@
position: relative;
}
image{
height:auto
}
.positionAbs{
position: absolute;
z-index: 2;
......
......@@ -128,14 +128,6 @@ wxService.page({
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({
});
this.setLocalStorageByKey(item.id);
this.getGoodsCouponActivityList();
}
})
},
......
......@@ -290,10 +290,10 @@
bindtap="onTapToActivityInfo"
wx:for-index="idx" >
<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>
<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 class="content-footer">
......
......@@ -162,7 +162,7 @@
"id": 16,
"name": "商品详情页",
"pathName": "pages/productDetail/productDetail",
"query": "id=684047015461785600",
"query": "id=708760463617429504",
"scene": null
},
{
......
/* subPackage/page/pages/categoryPro/categoryPro.wxss */
page{
padding-top: 81rpx;
}
.empty{
width: 300rpx;
color: #808080;
......@@ -9,7 +12,20 @@
padding: 16rpx 54rpx 16rpx 30rpx;
display: flex;
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{
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