mui中想要长按二维码并打开:
{
plus.barcode.scan( 'images/weixin.jpg', function (type,result) {
plus.runtime.openURL(result);
}, function (error) {
alert( error.message );
} )
没有办法打开二维码对应的微信公众号,该怎么办?
mui中想要长按二维码并打开:
{
plus.barcode.scan( 'images/weixin.jpg', function (type,result) {
plus.runtime.openURL(result);
}, function (error) {
alert( error.message );
} )
没有办法打开二维码对应的微信公众号,该怎么办?
0 个回复