|
@@ -1,7 +1,7 @@
|
|
|
<view class='container'>
|
|
|
<view class='made-content'>
|
|
|
<view class='made-img-box'>
|
|
|
- <image class='made-img-image_1' src='{{obverseImgObject[imgTouch.isActive+"_1"]}}' mode="aspectFill"></image>
|
|
|
+ <image class='made-img-image_1' src='{{obverseImgObject[imgTouch.isActive+"_1"]}}' mode="aspectFill" bindtouchstart="touchstart" bindtouchmove="touchmove" bindtouchend="touchend"></image>
|
|
|
<image class='made-image' src='{{obverseImgObject[imgTouch.isActive]}}'></image>
|
|
|
<made-solid prop-position="{{dataPositionObj}}" prop-size="{{propSize}}">
|
|
|
<view class='f-box f-align-items-center f-justify-content-center made-prompt' wx:if="{{!madeStatic}}">{{fontContent}}</view>
|