self.$ajax .get("/api/http/shop/searchShop.jhtml", { params: { shopId: src[5] }, }) .then(function(response) { 页面返回的东西 // console.log(response); self.detailForm = response.data.result; console.log(response.data.result.phone) self.detailForm.phone = Utils.iphoneSymbol(self.detailForm.phone); console.log(response.data.result.phone) } }
添加回答
举报
0/150
提交
取消