小程序学习笔记

微信小程序

在小程序中 <view></view> 标签替换 <div></div> , <imgage src = "" mode = "widthFix"></image> 替换 <img> 。

image标签中mode的含义为图片裁剪缩放的模式,此处image标签的参考文档:image 标签 微信官方开发文档

<!-- 打开权限设置 -->
<!-- bindopensetting 在打开授权设置页后回调,open-type=openSetting时有效 -->
<button open-type="openSetting" bindopensetting="callback"></button>

<text>123</text> 文本组件,来源于uni-app

posted @ 2022-10-08 13:52  圆子同学  阅读(24)  评论(0)    收藏  举报