返回

前端工作总结263-判断绑定逻辑

发布时间:2022-11-18 11:25:28 285
/*绑定id逻辑分析*/
dialog() {
/*传给当前的account_id进行接收*/
putAction("/account/" + this.account_id + "/bind_ff_account_id", {
remote_account_id: this.BindData[this.form.index].id,
pavg: this.BindData[this.form.index].avatar_url,
plugin_key: this.BindData[this.form.index].plugin_key,
plugin_name: this.BindData[this.form.index].plugin_name,
plugin_icon_url: this.BindData[this.form.index].plugin_icon_url,
brand_id: this.BindData[this.form.index].brand_id
}).then(res=>{
this.$message.success("绑定成功")
}).catch(error=>{
this.$message.success("未绑定")
})
this.dialogVisible = false
},

判断绑定逻辑成功



特别声明:以上内容(图片及文字)均为互联网收集或者用户上传发布,本站仅提供信息存储服务!如有侵权或有涉及法律问题请联系我们。
举报
评论区(0)
按点赞数排序
用户头像
精选文章
thumb 中国研究员首次曝光美国国安局顶级后门—“方程式组织”
thumb 俄乌线上战争,网络攻击弥漫着数字硝烟
thumb 从网络安全角度了解俄罗斯入侵乌克兰的相关事件时间线
下一篇
前端工作总结264-命名报错 2022-11-18 10:57:06