|
|
|
@ -465,7 +465,6 @@ Page({ |
|
|
|
|
|
|
|
//打败Actionsheet,进行分享
|
|
|
|
openActionsheet: function () { |
|
|
|
console.log("qrImageUrl:" + this.data.qrImageUrl) |
|
|
|
if (this.data.qrImageUrl.length == 0) { |
|
|
|
wx.showLoading({ |
|
|
|
title: '正在获取', |
|
|
|
@ -509,6 +508,7 @@ Page({ |
|
|
|
} |
|
|
|
}); |
|
|
|
} else { |
|
|
|
console.log("openActionsheet>>qrImageUrl:" + this.data.qrImageUrl) |
|
|
|
this.setData({ |
|
|
|
'show': true |
|
|
|
}); |
|
|
|
|