Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

小程序相关 #86

Open
5Mi opened this issue Jul 2, 2020 · 0 comments
Open

小程序相关 #86

5Mi opened this issue Jul 2, 2020 · 0 comments

Comments

@5Mi
Copy link
Owner

5Mi commented Jul 2, 2020

使用uniapp注意

参考

注意

  • 基础库版本设置: 登录小程序管理后台,进入“设置->基本设置->基础库最低版本设置”进行配置。
  • 引用小程序原生组件可在标签上使用ref="some",用this.$refs.some来获取
  • App.vue中对应小程序全局生命周期,其中无法取得Vue实例(可使用globalData或引入store来传递数据)
  • request 合法域名
    • 字体安全域名
    • https://apis.map.qq.com腾讯地图等第三方
    • 静态资源(图片$BASEURL),upload 相关: 接口(upLoadUrl),资源(图片,视频)
  • 入口页面需等待App.vue初始化完成await onLaunchPromise 其中import { onLaunchPromise } from '@/util/helper'可在入口隐藏返回首页按钮uni.hideHomeButton()
  • 对于小程序,可以在 App 的 onLaunch 和 onShow,或wx.getLaunchOptionsSync 中获取场景值, 值得一提的是其中 onShow方法返回的场景值会随场景相应变化(搜索小程序进入,小程序进程仍存在,再通过公众号菜单进入,触发app的onshow,返回的场景值会改变)
  • 小程序发布,右上角打开调试后 可不校验请求域名

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant