仪表盘
版本库
文件存储
活动
搜索
登录
IStation
/
Wxxcx.NTNY.V4.1
南通农业
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
添加操作手册跳转
tanghaolin
2022-11-03
521cea56f26ef3f49d467f2af79aa80ebda70500
[IStation/Wxxcx.NTNY.V4.1.git]
/
components
/
pop-up
/
index.wxml
1
2
3
4
5
6
7
<view catchtouchmove="popPreventTouchmove">
<view class="q-pp-mask {{ visible ? 'q-pp-mask-show' : '' }} ptp_exposure" bindtap="handleClickMask" catchtouchmove="popPreventTouchmove" data-ptpid="0d05-191c-8bb6-b8fb">
<view class=" q-pp {{ visible ? 'q-pp-show' : '' }}" catchtouchmove="popPreventTouchmove">
<slot name="content" data-type="unclose"></slot>
</view>
</view>
</view>