Skip to content

Conversation

@jinker
Copy link
Contributor

@jinker jinker commented Dec 12, 2017

the wrong transformation:

<label wx:if="{{activity.qrcode_url}}" bindtap="showQrCode" class="button small yellow">
      <image class="btn-img" src="./image/icon_redpacket.png"/>更多红包
</label>

to

<image class="btn-img" src="./image/icon_redpacket.png"/>更多红包
<label wx:if="{{activity.qrcode_url}}" bindtap="showQrCode" class="button small yellow"></label>

the wrong transformation: 
```
<label wx:if="{{activity.qrcode_url}}" bindtap="showQrCode" class="button small yellow">
      <image class="btn-img" src="./image/icon_redpacket.png"/>更多红包
</label>
```
to 
```
<image class="btn-img" src="./image/icon_redpacket.png"/>更多红包
<label wx:if="{{activity.qrcode_url}}" bindtap="showQrCode" class="button small yellow"></label>
```
@Cap32 Cap32 merged commit 986c2a0 into Cap32:master Dec 30, 2017
@Cap32
Copy link
Owner

Cap32 commented Dec 30, 2017

Thanks @jinker 👍🏿

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants