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)
}
}