|
@@ -569,7 +569,7 @@ export default {
|
|
if (level === 0) {
|
|
if (level === 0) {
|
|
if (['frock', 'home'].includes(this.pageType)) {
|
|
if (['frock', 'home'].includes(this.pageType)) {
|
|
this.provinceList = res.data.filter(k => {
|
|
this.provinceList = res.data.filter(k => {
|
|
- return k.name === this.$IpAdd.province
|
|
|
|
|
|
+ return k.name === '广东省'
|
|
})
|
|
})
|
|
} else {
|
|
} else {
|
|
this.provinceList = res.data
|
|
this.provinceList = res.data
|