摘要: UI布局 <!--pages/input/input.wxml--> <view class="weui-cells__title">可以自动聚焦的input</view> <input class="weui-input" auto-focus placeholder="将会获取焦点" /> <v 阅读全文
posted @ 2022-07-18 22:18 lichong951 阅读(47) 评论(0) 推荐(0) 编辑
摘要: UI布局: <!--pages/from/from.wxml--> <form catchsubmit="formSubmit" catchreset="formReset"> <view class="page-section-title">switch</view> <switch name=" 阅读全文
posted @ 2022-07-18 22:00 lichong951 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 路径如下图: 高效的断点调试,解决bug的利器 具体步骤 1、先运行可浏览页面 2、找到待调试的页面 3、在调试器面板 Sources里找到对应路径的页面和js文件 4、在适当的位置设置断点 5、触发断点 6、注意单步调试按钮 自研产品推荐 历时一年半多开发终于smartApi-v1.0.0版本在2 阅读全文
posted @ 2022-07-18 16:39 lichong951 阅读(260) 评论(0) 推荐(0) 编辑
摘要: UI布局: <!--pages/CheckBox/CheckBox.wxml--> <view class="page-section-title">默认样式</view> <checkbox value="cb" checked="true" />选中 <checkbox value="cb" / 阅读全文
posted @ 2022-07-18 16:21 lichong951 阅读(12) 评论(0) 推荐(0) 编辑
摘要: UI布局: <!--pages/button/button.wxml--> <view class="btn-area" id="buttonContainer"> <button style="width: 100%;" type="primary">页面主操作 Normal</button> < 阅读全文
posted @ 2022-07-18 15:24 lichong951 阅读(19) 评论(0) 推荐(0) 编辑