Commit e62e8218aa2d8e6beb38dea7399e012c80166cbc
Merge branch 'dev' into 'test'
商品详情,拼单列表,拼团参团 See merge request !16
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> | ... | ... |