bug fix codeFloating data

code
Ge Hao 7 years ago
parent 2d3f85249b
commit d6105070a5
  1. 2
      pages/show_product/show_product.wxml

@ -37,6 +37,6 @@
</view>
</view>
<view id="codeFloating" catchtouchmove="changeCodeState" catchtap="catchScaleCode" animation="{{'codeFloating.data'}}">
<view id="codeFloating" catchtouchmove="changeCodeState" catchtap="catchScaleCode" animation="{{codeFloating.data}}">
<image src="{{codeFloating.url}}" style="{{codeFloating.imgStyle}}"></image>
</view>
Loading…
Cancel
Save