Commit 5af4c3b8 authored by zhangyuan's avatar zhangyuan

分享链接复制

parent 30466ca0
......@@ -47,7 +47,7 @@ const shareStore = makeAutoObservable({
async doShare(isInvite = false) {
const { shareInfo } = store.frontVariable;
if (CFG.channel == CHANNEL.HXBANK) { // 华夏银行APP分享
const _url = await this.getShareLink(isInvite);
try {
// 分享方法
hxbankShare({
......@@ -57,7 +57,8 @@ const shareStore = makeAutoObservable({
} catch (err) {
console.log('分享方法', err)
}
} else {
const _url = await this.getShareLink(isInvite);
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment