'颜色尺码价格联动'
This commit is contained in:
@@ -75,6 +75,7 @@ import ProductGrid from './components/ProductGrid.vue'
|
||||
import FilterDrawer from './components/FilterDrawer.vue'
|
||||
|
||||
import { getCountries, getCategories, getTagGroups, getGoods } from '@/api/public.js'
|
||||
import { buildUrl } from '@/api/request.js'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
@@ -129,7 +130,7 @@ export default {
|
||||
const countries = countriesData.map((c) => ({
|
||||
id: c.id,
|
||||
name: c.countryName,
|
||||
flag: this.codeToEmoji(c.countryIcon)
|
||||
icon: buildUrl(c.countryIcon || '')
|
||||
}))
|
||||
this.countries = countries
|
||||
|
||||
|
||||
Reference in New Issue
Block a user