Skip to content

Commit 3dacad4

Browse files
author
chao.wang
committed
优化
1 parent 1530f3c commit 3dacad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/page/home/home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<ul class="groupcity_name_container citylistul clear">
3333
<router-link tag="li" v-for="item in value" :to="'/city/' + item.id" :key="item.id" class="ellipsis">
3434
{{item.name}}
35-
3635
</router-link>
3736
</ul>
3837
</li>
@@ -70,6 +69,7 @@ export default {
7069
//获取所有城市
7170
groupcity().then(res => {
7271
this.groupcity = res;
72+
console.log(res)
7373
})
7474
},
7575

0 commit comments

Comments
 (0)