|
|
|
@ -526,7 +526,7 @@ export default { |
|
|
|
|
}) |
|
|
|
|
.catch(() => {}) |
|
|
|
|
} else { |
|
|
|
|
this.tool.package && window.open(this.tool.package) |
|
|
|
|
this.tool.package && window.open(this.tool.package,'_self') |
|
|
|
|
} |
|
|
|
|
// this.$alert("请您购买后在我的工具下载。") |
|
|
|
|
}, |
|
|
|
@ -543,7 +543,7 @@ export default { |
|
|
|
|
}) |
|
|
|
|
.catch(() => {}) |
|
|
|
|
} else { |
|
|
|
|
this.tool.instructionManual && window.open(this.tool.instructionManual) |
|
|
|
|
this.tool.instructionManual && window.open(this.tool.instructionManual,'_self') |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
// 下载用户手册 |
|
|
|
@ -559,7 +559,7 @@ export default { |
|
|
|
|
}) |
|
|
|
|
.catch(() => {}) |
|
|
|
|
} else { |
|
|
|
|
this.tool.userGuide && window.open(this.tool.userGuide) |
|
|
|
|
this.tool.userGuide && window.open(this.tool.userGuide,'_self') |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
//加入购物车 |
|
|
|
|