Commit aa3b8463 authored by 刘殿昕's avatar 刘殿昕

服务总数

parent 21ef3593
...@@ -327,6 +327,7 @@ export default { ...@@ -327,6 +327,7 @@ export default {
this.$api.serviceShop.getServiceShopList(query).then(response => { this.$api.serviceShop.getServiceShopList(query).then(response => {
if (response.data.success == "1") { if (response.data.success == "1") {
this.lists = response.data.data; this.lists = response.data.data;
this.total = response.data.total;
} else { } else {
console.log(response.data.errMsg); console.log(response.data.errMsg);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment