随笔分类 - 小程序
摘要:display:-webkit-box; overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:2;
阅读全文
摘要:##html <!--components/problem/problem.wxml--> <view class="problemBox"> <scroll-view scroll-x wx:for="{{problemInfo}}" wx:key="index" style="white-spa
阅读全文
摘要:##wxml <!--pages/test/test.wxml--> <block wx:for="{{a}}" wx:for-index="father_index" wx:for-item="father_item"> <view data-index="{{father_index}}"> <
阅读全文
摘要:##尺寸单位 当屏幕宽度等于 750px 时,1px = 1rpx 当屏幕宽度等于375px时, 1px =0.5rpx 样式导入只支持相对路径 ##内置组件 **view标签 **相当于 div标签 text标签能嵌套text标签 长按文字可以复制 image标签 ** ** 打包上线的大小不能超
阅读全文
摘要:** 授权用户信息和授权手机号,必须用按钮触发,获取手机号信息必须使用企业得appid,个人得appid获取不到手机号** 看代码 ##html <button bindgetuserinfo="show" open-type="getUserInfo">获取授权</button> <button
阅读全文

浙公网安备 33010602011771号