8 Star 71 Fork 16

JYeontu/我和我的嘟嘟

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
appLock.wxml 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
JYeontu 提交于 2022-06-05 02:10 +08:00 . 完成密码柜功能
<!--components/appLock/appLock.wxml-->
<view style="width:100%;height:100%">
<view
id="j-apps-lock-body"
class="j-apps-lock-body"
bindtouchstart="mousedown"
bindtouchmove="mouseover"
bindtouchend="mouseup"
>
<view
id="{{JAppsLockId + 'lock'}}"
class="j-apps-lock"
>
<view class="j-apps-lock-cells">
<view
class="j-apps-lock-cell"
wx:for="{{size * size}}"
wx:key="index"
data-id="{{index}}"
style="border:{{showBorder[index] ? '1px solid gray' : '1px solid transparent'}}"
>
<view
id="{{'point-' + index}}"
class="j-apps-lock-point"
data-id="{{index}}"
></view>
</view>
</view>
</view>
</view>
</view>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zheng_yongtao/me-and-my-doodle.git
git@gitee.com:zheng_yongtao/me-and-my-doodle.git
zheng_yongtao
me-and-my-doodle
我和我的嘟嘟
master

搜索帮助