小程序添加分包的时候报错 “pages *** 不应该在分包 subPackages[*] 中”
分包和主包不能一个路径,可以这样写
"root":"pages/weixiuConfirm"
分包和主包不能一个路径,可以这样写
"root":"pages/weixiuConfirm"
https://developers.weixin.qq.com/miniprogram/dev/devtools/git.html...
平台referer备注微信小程序https://servicewechat.com/{appid}/{version}/page-frame.html头条抖音https://tmaservice.de...
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/userProfile.html...
111...
绑定点击事件, 子组件触发父组件的自定义事件 this.triggerEvent("事件名",参数)向父组件传递参数123456789101112131415//子组件...
public function isWeixin() {  ...