调试接口
This commit is contained in:
parent
fbf4a45e73
commit
66521a0096
@ -86,9 +86,18 @@ export default {
|
||||
},
|
||||
methods:{
|
||||
async jump(row) {
|
||||
let thirdAccount = ""
|
||||
if("Tel"==row.thirdSoft){
|
||||
thirdAccount=this.footerInfo.tel
|
||||
}else if ("WhatsApp"==row.thirdSoft){
|
||||
thirdAccount=this.footerInfo.whatsapp
|
||||
}else if ("Email"==row.thirdSoft){
|
||||
thirdAccount=this.footerInfo.email
|
||||
}
|
||||
let data = {
|
||||
equipment: this.$store.state.device,
|
||||
thirdSoft: row.thirdSoft,
|
||||
thirdAccount: thirdAccount,
|
||||
}
|
||||
if (row.thirdSoft) {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user