uni-app使用uvui

# uni-app使用uvui 文档:https://www.uvui.cn/components/intro.html 基础布局,uv-row行,一行以12宽为单位,uv-col栏 ```html <uv-row customStyle="margin-bottom: 10px"> <uv-col span="3"> <view class="demo-layout bg-purple"></view> </u

uni-app基础用法

# uni-app基础用法 ## 模板 ```html <!-- 超链接 --> <navigator url="navigate/navigate?title=navigate" hover-class="navigator-hover"> <button type="default">跳转到新页面</button> </navigator> <navigator url="redirect/redirec

微信小程序

# 微信小程序 微信开发工具:https://developers.weixin.qq.com/miniprogram/dev/devtools/stable.html 微信小程序后台:https://mp.weixin.qq.com/ **注意微信每个应用的appid和key都不一样的,需要在客户端和服务端都区分** ### 踩坑 对自定义的组件属性 style="margin-top: 10px;" 会无效,需要使用cus