修改小程序bug

This commit is contained in:
邓洁
2023-02-27 00:46:01 +08:00
parent b0d3372b7c
commit fd3b8347a4
8 changed files with 45 additions and 18 deletions

View File

@@ -72,7 +72,9 @@
//获取客服电话
getCsTel() {
this.$apiServe.getCsTel().then(res => {
this.mobile = res.data.data.cs_tel
if (res.data.data) {
this.mobile = res.data.data.cs_tel
}
}).finally(_ => {})
},
//跳转到绑定公司页面