Commit 986c2a0
bugfix: image in label transform wrong
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>
```1 parent d88ed94 commit 986c2a0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments