youmengting-dev
游梦婷 1 year ago
parent da427ad29d
commit 5b3d475a0a
  1. 3
      common/share.js

@ -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
} }

Loading…
Cancel
Save