xverse-weapp
v2.0.2
Published
小程序使用模版
Downloads
1
Readme
xverse-template-miniapp
小程序使用模版
如何使用
添加request合法域名 https://sit-online.xverse.cn https://uat-online.xverse.cn https://online.xverse.cn https://uat-report.xverse.cn https://console-api.xverse.cn
添加业务域名 https://h5.xverse.cn https://sit-h5.xverse.cn https://uat-h5.xverse.cn
小程序CI
1、需要在小程序公众平台上下载小程序代码上传密钥,下载后存放在key文件目录中 2、检查在 config/index 中配置的 appId 和 privateKeyPath 3、在流水线上配置
支持能力
webview跳转小程序获取手机号
具体使用见 pages/phone-number
小程序码参数设置和获取
具体使用见 pages/index
注意事项
引用@tarojs/components 或者第三方组件,非首页情况下,跳转改页面后出现组件不显示情况(taro bug),这里采用在 src/component/taro-component 下导出,再引入到业务代码中使用可解决这个问题。
环境规则
默认开发版对应sit、体验版对应uat、生产对应prod 获取环境的方法见 utils/env.ts