Commit 685ea4fc211e38f4305b292df9212453ce6d410b
1 parent
128fab16
商品详情,拼单列表,拼团参团
Showing
3 changed files
with
4 additions
and
5 deletions
pages/goods/goodsInfo/goodsInfo.wxss
pages/team/team_ping/team_ping.wxss
pages/team/team_show/team_show.wxml
... | ... | @@ -62,7 +62,7 @@ |
62 | 62 | </view> |
63 | 63 | </view> |
64 | 64 | <view class='d' wx:for="{{sf_arr}}" > |
65 | - <image src='{{iurl}}/miniapp/images/shafa.png'></image> | |
65 | + <image src='{{iurl}}/miniapp/images/shafa.png' style='width:100%; height:100%'></image> | |
66 | 66 | </view> |
67 | 67 | <view class='xc-ellipsis-img' wx:if="{{ordertx.length>5}}"> |
68 | 68 | <image style='width:56rpx;height:56rpx;margin-left:10rpx;' src="{{imageurl}}/miniapp/images/xc_ellipsis.png"></image> | ... | ... |