uni-appジャンプはQQに接続します

4759 ワード

QQページにジャンプ
			telme() {//QQ   
				var that = this;
				plus.runtime.openURL('mqq://im/chat?chat_type=wpa&uin=' + that.qq+ '&version=1&src_type=web ');
			},

			join(Key) {//  QQ 
				var that=this;
				that.key="ianr2RRMSG9dpebVNUeM1yJZQRqzHpq-";//   key
				plus.runtime.openURL('mqqopensdkapi://bizAgent/qm/qr?url=http%3A%2F%2Fqm.qq.com%2Fcgi-bin%2Fqm%2Fqr%3Ffrom%3Dapp%26p%3Dandroid%26k%3D' + that.key)
			}
			copy() {//      
				var that = this;
				uni.setClipboardData({
					data: that.email,
					success: function() {
						uni.showToast({
							title: '    !',
							icon: 'none'
						})
					}
				});
				uni.getClipboardData({
					success: function(res) {
						console.log(res.data);
					}
				});
			},

QQグループに参加するまでジャンプします.この調整は複雑な第一歩です.https://qun.qq.com/join.htmlドキュメントにアクセスしてQQグループの番号を鍵に変換