优化buyer端配置信息完善性

This commit is contained in:
lemon橪
2021-11-18 17:10:44 +08:00
parent 1ac5dcfe25
commit 6c6b89f512
12 changed files with 21 additions and 30 deletions

View File

@@ -68,12 +68,12 @@
</template>
<script>
import config from '@/config'
export default {
name: "Footer",
data() {
return {
config,
config:require('@/config'),
guideArr: [
// 导航链接
["购物指南", "购物流程", "会员介绍", "生活旅行", "常见问题"],

View File

@@ -49,7 +49,7 @@
</template>
<script>
import config from '@/config'
import {articleList} from '@/api/common.js'
import storage from '@/plugins/storage';
export default {
@@ -57,7 +57,7 @@ export default {
props: ['data'],
data () {
return {
config,
config:require('@/config'),
userInfo: {}, // 用户信息
articleList: [], // 常见问题
params: { // 请求常见问题参数

View File

@@ -57,7 +57,7 @@
</template>
<script>
import config from '@/config'
import {articleList} from '@/api/common.js'
import storage from '@/plugins/storage';
export default {
@@ -65,7 +65,7 @@ export default {
props: ['data'],
data () {
return {
config,
config:require('@/config'),
userInfo: {}, // 用户信息
articleList: [], // 常见问题
params: { // 请求常见问题参数

View File

@@ -31,7 +31,7 @@
<script>
import AMapLoader from '@amap/amap-jsapi-loader';
import { handleRegion } from '@/api/address.js';
import config from '@/config'
export default {
name: 'map',
props: {
@@ -42,7 +42,7 @@ export default {
},
data () {
return {
config,
config:require('@/config'),
showMap: false, // 展示地图
mapSearch: '', // 地图搜索
map: null, // 初始化地图