|
|
@ -24,7 +24,7 @@ export default { |
|
|
|
//分享
|
|
|
|
//分享
|
|
|
|
async doShare() { |
|
|
|
async doShare() { |
|
|
|
|
|
|
|
|
|
|
|
const app = getApp(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
let that = this;
|
|
|
|
let that = this;
|
|
|
|
that.localPath = window.location.href; |
|
|
|
that.localPath = window.location.href; |
|
|
@ -50,6 +50,7 @@ export default { |
|
|
|
h5ShareMethod(){ |
|
|
|
h5ShareMethod(){ |
|
|
|
|
|
|
|
|
|
|
|
let that = this; |
|
|
|
let that = this; |
|
|
|
|
|
|
|
const app = getApp(); |
|
|
|
if(!that.resVerifyWx){ |
|
|
|
if(!that.resVerifyWx){ |
|
|
|
return |
|
|
|
return |
|
|
|
} |
|
|
|
} |
|
|
|