- <!-- 示例面板模板 -->
- <template name="example-panel">
- <view wx:if="{{IsShowExample}}" class="panelExample container FlexColumn" style='min-height:{{Containnerheight}}rpx;' catchtouchmove="catchTouchMove">
- <scroll-view scroll-y="true" class="exampleScrollView" style='height:{{Containnerheight}}rpx;'>
- <image src="{{exampleImagePath}}" class="pic_h01"></image>
- </scroll-view>
- <image src="../images/pic_04.png" class="pic_04"></image>
- <view class="panelExampleBtn FlexColumn" catch:tap="setDataBoolean" data-name="IsShowExample">
- <view class="panelExampleBtn1">关闭</view>
- </view>
- </view>
- </template>
|