2.28学习笔记微信小程序的调试

以微信小程序内容为主。

1、微信小程序注释

快捷键:Ctrl + /
块注释:/* */
行注释://

2、微信小程序修改域名

修改域名

3、微信小程序navigator组件用法

指向tabbar中页面时,需要设置open-type属性值为switchTab。
https://developers.weixin.qq.com/miniprogram/dev/component/navigator.html

猜你喜欢

转载自blog.csdn.net/weixin_43888129/article/details/88048777