4 lines
241 B
Plaintext
4 lines
241 B
Plaintext
<!--template/rent-pop/rent-pop.wxml-->
|
|
<view class="pop flexcenter flexcolumn" wx:if="{{ state }}" bind:tap="close" catch:touchmove="return">
|
|
<image class="imgimg" src="{{ popup.image }}" mode="widthFix" catch:tap="skip"></image>
|
|
</view> |