Commit d3511218 authored by ben.liu's avatar ben.liu

feat: 导流url

parent 99548441
registry=http://npmprivate.quantgroups.com/
\ No newline at end of file
...@@ -119,6 +119,10 @@ export default { ...@@ -119,6 +119,10 @@ export default {
} }
}, },
onShareOverlayClick() { onShareOverlayClick() {
if(this.pageInfo.diversion){
window.location.href = this.pageInfo.diversion;
return;
}
if (isH5Normal) { if (isH5Normal) {
window.location.href = this.shareOpenMethod === 1 ? this.mpSchema : this.appSchema; window.location.href = this.shareOpenMethod === 1 ? this.mpSchema : this.appSchema;
setTimeout(() => { setTimeout(() => {
......
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