Commit c4cf31d2 by 程智春

widthFix

parent a416ae91
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<view class="pop-up" wx:if="{{domainShow}}"> <view class="pop-up" wx:if="{{domainShow}}">
<view class="shade"></view> <view class="shade"></view>
<view class="content"> <view class="content">
<image src="{{img}}" bindtap="onclickHandle"></image> <image src="{{img}}" bindtap="onclickHandle" mode="widthFix"></image>
<view class="back {{datas.componentData.backButtonSite=='bottom'?'back-bottom':'back-top'}}" bindtap="backHandle"> <view class="back {{datas.componentData.backButtonSite=='bottom'?'back-bottom':'back-top'}}" bindtap="backHandle">
<em></em> <em></em>
<em></em> <em></em>
......
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