diff --git a/components/PromotionGood.vue b/components/PromotionGood.vue
index f9ec5ca..4523fd9 100644
--- a/components/PromotionGood.vue
+++ b/components/PromotionGood.vue
@@ -3,7 +3,8 @@
- 为你推荐
+ 为你推荐
+
diff --git a/components/sh-activity-goods.vue b/components/sh-activity-goods.vue
index d494640..7ac21b2 100644
--- a/components/sh-activity-goods.vue
+++ b/components/sh-activity-goods.vue
@@ -1,5 +1,5 @@
-
+
{{ detail.people}}人团
@@ -26,8 +26,11 @@ export default {
computed: {},
methods: {
// 路由跳转
- jump(path, parmas) {
- this.$Router.push({ path: path, query: parmas });
+ jump(path, query) {
+ this.$yrouter.push({
+ path,
+ query
+ });
}
}
};
diff --git a/config/index.js b/config/index.js
index 7031cd1..555847f 100644
--- a/config/index.js
+++ b/config/index.js
@@ -1,5 +1,5 @@
// export const VUE_APP_API_URL = 'http://natapp.xinxintuan.co/api';
-export const VUE_APP_API_URL = 'https://wxapi.yixiang.co/api';
-// export const VUE_APP_API_URL = 'https://h5api.xinxintuan.co/api';
+// export const VUE_APP_API_URL = 'https://wxapi.yixiang.co/api';
+export const VUE_APP_API_URL = 'https://h5api.xinxintuan.co/api';
export const VUE_APP_RESOURCES_URL = 'https://h5.yixiang.co/static';
diff --git a/manifest.json b/manifest.json
index 6bbb11d..6724313 100644
--- a/manifest.json
+++ b/manifest.json
@@ -164,6 +164,7 @@
"key" : ""
}
}
- }
+ },
+ "domain" : "h5.yixiang.co"
}
}
diff --git a/pages/home/index.vue b/pages/home/index.vue
index 68b0cf4..4c61ab6 100644
--- a/pages/home/index.vue
+++ b/pages/home/index.vue
@@ -4,9 +4,9 @@
+ :class="[bgcolor]">
- {{ info.name || '商城' }}
+ {{ 'yshop商城' }}
@@ -98,6 +98,7 @@
categoryCurrent: 0,
menuNum: 5,
bgcolor: '',
+ bgColor: '',
swiperCurrent: 0, //轮播下标
webviewId: 0,
showCoupon: false,
@@ -172,7 +173,8 @@
slidesPerView: 'auto',
observer: true,
observeParents: true
- }
+ },
+ bgImage:''
};
},
computed: {