youmengting-dev
游梦婷 1 year ago
parent db7ac9e500
commit f185fccb68
  1. 24
      common/share.js
  2. 4
      pages/welcome/welcome.vue

@ -63,12 +63,12 @@ export default {
link: that.shareLink, // 分享链接
imgUrl: 'https://hsg.dctpay.com/filesystem/wxApplets/logo.png', // 分享图标
success: function(res) {
// 支付成功后的回调函数
uni.showToast({
title: '分享成功',
duration: 2000,
icon: 'none'
})
// 回调函数
// uni.showToast({
// title: '分享成功',
// duration: 2000,
// icon: 'none'
// })
},
cancel: function(r) {},
fail: function(res) {}
@ -81,12 +81,12 @@ export default {
link: that.shareLink, // 分享链接
imgUrl: 'https://hsg.dctpay.com/filesystem/wxApplets/logo.png', // 分享图标
success: function(res) {
// 支付成功后的回调函数
uni.showToast({
title: '分享成功',
duration: 2000,
icon: 'none'
})
// uni.showToast({
// title: '分享成功',
// duration: 2000,
// icon: 'none'
// })
},
cancel: function(r) {},
fail: function(res) {}

@ -113,12 +113,16 @@
return
}
if(value != "/"){
uni.navigateTo({
url: value
})
return;
}
}
uni.switchTab({
url: '../tabBar/home/home'
})

Loading…
Cancel
Save