07 2021 档案

uniapp h5,app两端复制文本
摘要:// 复制文本内容 copy(data) { let url = data; // #ifdef APP-PLUS uni.setClipboardData({ data:url, success() { uni.showToast({ title: '复制成功', icon: 'none', du 阅读全文

posted @ 2021-07-21 17:17 Monroe_Yu 阅读(346) 评论(0) 推荐(0) 编辑

uniapp 开发的app 唤醒支付宝小程序
摘要:uni.getSystemInfo({ success(res) { if(res.platform == 'android') { const payinfos = '?money='+paymoney+'&external_num='+external_num; const query = en 阅读全文

posted @ 2021-07-15 14:08 Monroe_Yu 阅读(1318) 评论(0) 推荐(0) 编辑

uniapp 开发的app 唤醒微信客户端以及微信小程序
摘要:plus.share.getServices(function(res){ var sweixin = null; for(var i=0;i<res.length;i++){ var t = res[i]; if(t.id == 'weixin'){ sweixin = t; } } if(swe 阅读全文

posted @ 2021-07-15 14:07 Monroe_Yu 阅读(817) 评论(0) 推荐(0) 编辑