Browse Source

情报图片失真问题

featrue/v4.4
DESKTOP-A1SENDA\HUzy 4 years ago
parent
commit
6e58faf93d
2 changed files with 3 additions and 2 deletions
  1. 3
      pages/article/newInfo/index.js
  2. 2
      pages/article/newInfo/index.wxml

3
pages/article/newInfo/index.js

@ -127,7 +127,8 @@ Component({
mathTimesRtrun:function(text){ mathTimesRtrun:function(text){
return math.times(text, 1000) return math.times(text, 1000)
}
},
} }
}) })

2
pages/article/newInfo/index.wxml

@ -146,7 +146,7 @@
</view> </view>
</view> </view>
<view class="bottomViewRight"> <view class="bottomViewRight">
<image class="bottomViewRightImg" src="{{item.imageUrlList[0]||'https://img.imgdb.cn/item/607664a48322e6675cd68a55.png'}}"></image>
<image class="bottomViewRightImg" src="{{item.imageUrlList[0]||'https://img.imgdb.cn/item/607664a48322e6675cd68a55.png'}}" mode="aspectFill"></image>
</view> </view>
</view> </view>
</scroll-view> </scroll-view>

Loading…
Cancel
Save