提交 2c7c235f authored 作者: 王天霸's avatar 王天霸

no message

上级 ca9bccda
......@@ -110,6 +110,7 @@ const user = {
commit('SET_ROLES', ['ROLE_DEFAULT'])
}
commit('SET_NAME', user.Username)
sessionStorage.setItem('iphone', user.Username)
commit('SET_SELLERID', user.SellerId)
commit('SET_APPLYSTATE', user.state) // 记录 商户入驻后的审核状态
commit('SET_AVATAR', avatar)
......
......@@ -446,7 +446,7 @@
this.frozen_bond = res.data.frozen_bond || 0
this.cate_bond = res.data.cate_bond || 0
this.seller_id = res.data.seller_id
this.emergency_tel = res.data.emergency_tel
this.emergency_tel = sessionStorage.getItem('iphone')
this.cancellationForm.money = this.getFixed(this.bond)
this.payForm.money = this.getFixed(this.cate_bond - this.bond)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论