### 项目名称 多典花典当商城 ### profile文件 ios和android的证书文件 ios: 私钥:123456 android: 证书别名: 测试:ddhtest.keystore 线上:ddhprod.keystore 私钥:123456 package id:io.dcloud.ddh 查看证书信息的命令:`keytool -v -list -keystore (keystore/jks的文件绝对路径)` ### 分支说明 main:主分支,只有典当部分的代码 new-finance:是典当+贷超的代码 auth-dev:是典当基础上通过webview加载h5贷超(已合并到new-ddh-app分支) new-ddh-app:是典当基础上通过webview加载h5贷超(线上发包使用的分支) improve-new-ddh-app:是典当基础上通过webview加载h5贷超(在new-ddh-app上优化的分支,添加启动页) new-dev:弃用 ### 资源 APP当中的资源文件在【远益典当】账户的OSS里面 资源Bucket名字:【uni-app-ddh】 资源Bucket域名:https://ddh.yyhock.com/* ### 其他 参考: - [uniapp 全局数据(globalData)的设置,获取,更改](https://blog.csdn.net/qq_37128634/article/details/106059230) - [UNIAPP 吸顶功能](https://blog.csdn.net/weixin_46371234/article/details/120202491) - [webview 刷新](https://blog.csdn.net/weixin_63543108/article/details/132255480) - [webview h5+](https://www.html5plus.org/doc/zh_cn/webview.html#plus.webview.prefetchURL)