代代_123
代代_123
  • 发布:2023-03-09 17:46
  • 更新:2023-03-09 17:46
  • 阅读:303

ios不能打开微信小程序体验版?安卓可以打开体验版

分类:uni-app
        // #ifdef APP-PLUS  
           plus.share.getServices(shareList=>{  
             let shareWx = shareList.find(val=> val.id == 'weixin')  
               if(shareWx.nativeClient){  
                 shareWx.launchMiniProgram({  
                    id: 123,  
                    path: 123,  
                    type: 2  
                 })  
               } else {  
                 uni.showToast({icon: 'none', title: "未安装微信,无法打开对应小程序"})  
               }  
           }, e=>{  
             uni.showToast({icon: 'none', title: "打开小程序失败"})  
           })  
        // #endif
2023-03-09 17:46 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复