合同小程序前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
2.1 KiB

2 months ago
  1. ## 1.0.12(2023-09-11)
  2. 新增 授权时 获取手机号,`具体 移步查看 参数说明`
  3. ## 1.0.11(2023-09-11)
  4. 新增字段如下: |open_type|String| 'agreePrivacyAuthorization' | 基础库3.0.0 不支持多个 自定义 Button open-type 有效值 多个进行竖线隔开 open-type="getPhoneNumber|agreePrivacyAuthorization" | |is_force_phone|Boolean| false |是否强制授权手机号 open_type 参数中需存在 getPhoneNumber 才会生效 |show_toast_phone|String| |是否强制授权手机号 点击拒绝时提醒内容,不填则不提醒 |
  5. ## 1.0.10(2023-09-11)
  6. 新增字段如下:
  7. |open_type|String| 'agreePrivacyAuthorization' | 基础库3.0.0 不支持多个 自定义 Button open-type 有效值 多个进行竖线隔开 ```open-type="getPhoneNumber|agreePrivacyAuthorization"```
  8. | |is_force_phone|Boolean| false |是否强制授权手机号 open_type 参数中需存在 getPhoneNumber 才会生效
  9. |show_toast_phone|String| |是否强制授权手机号 点击拒绝时提醒内容,不填则不提醒 |
  10. ## 1.0.9(2023-09-11)
  11. 添加新 特性:
  12. 新增字段如下:
  13. |open_type|String| 'agreePrivacyAuthorization' | `基础库3.0.0 不支持多个` 自定义 Button open-type 有效值 多个进行竖线隔开 open-type="getPhoneNumber|agreePrivacyAuthorization" |
  14. |is_force_phone|Boolean| false |是否强制授权手机号 open_type 参数中需存在 getPhoneNumber 才会生效 |
  15. |show_toast_phone|String| |是否强制授权手机号 点击拒绝时提醒内容,不填则不提醒 |
  16. ## 1.0.8(2023-09-11)
  17. 文档完善
  18. ## 1.0.7(2023-09-11)
  19. 文档 更新
  20. ## 1.0.6(2023-09-09)
  21. 1. 点击同意的时候 显示 uni.showTabBar();
  22. ## 1.0.5(2023-09-09)
  23. 更新
  24. ## 1.0.4(2023-09-09)
  25. 添加协议中间的分隔符号,完善协议
  26. ## 1.0.3(2023-09-09)
  27. 添加协议中间的分隔符号
  28. ## 1.0.2(2023-09-09)
  29. 协议完善
  30. ## 1.0.1(2023-09-09)
  31. 完善文档
  32. ## 1.0.0(2023-09-09)
  33. 1. 支持自定义弹窗内容,弹出方式,触发条件,主题颜色
  34. 2. 支持多个自定义协议 和 协议多种模式,[ 文档链接,小程序页面地址 ]