feature(uniapp商品): 商品详情

This commit is contained in:
luowenfeng
2022-07-27 16:04:53 +08:00
parent 07d361f498
commit af6a022450
5 changed files with 57 additions and 11 deletions

View File

@ -169,8 +169,8 @@ export default {
}
},
onLoad() {
//this.loadBannerData();
//this.loadNoticeData();
this.loadBannerData();
this.loadNoticeData();
},
methods: {
loadBannerData() {
@ -302,7 +302,7 @@ export default {
margin: 10rpx;
background: #ffffff;
border-radius: 10rpx;
box-shadow: -1rpx 1rpx 2rpx #afd3f5, 1rpx 1rpx 0rpx #afd3f5;
box-shadow: 0rpx 6rpx 8rpx rgba(58,134,185,0.2);
.prod-image {
width: 224rpx;
height: 224rpx;