Browse Source

feat: 安卓客户端新增权限提示参数

zhangyuhan 1 year ago
parent
commit
5eb930ab92
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jydocs-mobile/src/utils/globalFunctionsForApp.ts

+ 1 - 1
jydocs-mobile/src/utils/globalFunctionsForApp.ts

@@ -22,7 +22,7 @@ export function shareToOthers (options: any = {}) {
     // app分享
     try {
       // options.type--1微信分享,2qq分享,3朋友圈分享
-      JyObj.share(options.type, options.title, options.content, options.link)
+      JyObj.share(options.type, options.title, options.content, options.link, '剑鱼标讯需申请存储权限、电话权限,以便您能顺利参与分享有礼活动,将招标信息、文库内容成功分享到社交平台。')
     } catch (error) {
       console.log(error)
     }