Commit 022fc59a by 高淑倩

优化

parent 5b8b2084
......@@ -94,7 +94,6 @@ Component({
imagewidth: imageSize.imageWidth,
imageheight: imageSize.imageHeight
})
console.log('-----', imageSize)
},
preview(event) {
utilLink.currentLinkRouter(event)
......
......@@ -19,7 +19,7 @@
style="height:100%"
>
<image
class="pic-img hhh"
class="pic-img"
style="width: {{100}}%;"
src="{{utils.formateUrl(item.imageUrl,baseImgUrl)}}"
data-appid="{{item.link.appid}}"
......@@ -29,13 +29,12 @@
bindload="imageLoad"
bindtap='preview'
mode="widthFix"
/>
</button>
<image
wx:if="{{currentHasUserInfo}}"
class="pic-img yyyy"
class="pic-img"
style="width: {{100}}%;"
src="{{utils.formateUrl(item.imageUrl,baseImgUrl)}}"
data-appid="{{item.link.appid}}"
......@@ -50,7 +49,7 @@
</view>
<view wx:else>
<image
class="pic-img ttt"
class="pic-img"
style="width: {{100}}%;"
src="{{utils.formateUrl(item.imageUrl,baseImgUrl)}}"
data-appid="{{item.link.appid}}"
......
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