diff --git a/pages.json b/pages.json
index ef6fdec..da6207c 100644
--- a/pages.json
+++ b/pages.json
@@ -20,6 +20,19 @@
"group": "商城"
}
},
+ {
+ "path": "pages/integration/index",
+ "style": {
+ "navigationBarTitleText": "积分商城",
+ "enablePullDownRefresh": true
+ },
+ "meta": {
+ "auth": false,
+ "sync": true,
+ "title": "积分商城",
+ "group": "商城"
+ }
+ },
{
"path": "pages/subscribe/subscribe",
"style": {
diff --git a/pages/activity/groupon/list.vue b/pages/activity/groupon/list.vue
index 08aee39..416c85b 100644
--- a/pages/activity/groupon/list.vue
+++ b/pages/activity/groupon/list.vue
@@ -203,9 +203,11 @@
}
}
.scroll-box {
+ margin-top: 13px;
height: 900rpx;
.goods-box {
position: relative;
+ padding: 0 10px;
.cart-btn {
position: absolute;
bottom: 10rpx;
diff --git a/pages/commission/components/commission-auth.vue b/pages/commission/components/commission-auth.vue
index 9a484fa..1b348fe 100644
--- a/pages/commission/components/commission-auth.vue
+++ b/pages/commission/components/commission-auth.vue
@@ -12,7 +12,7 @@
diff --git a/pages/commission/components/commission-info.vue b/pages/commission/components/commission-info.vue
index 1bd5fb4..25285aa 100644
--- a/pages/commission/components/commission-info.vue
+++ b/pages/commission/components/commission-info.vue
@@ -34,7 +34,7 @@
height: 192rpx;
margin: -88rpx 20rpx 0 20rpx;
padding-top: 88rpx;
- background: v-bind(headerBg) no-repeat;
+ background: url('https://zysc.fjptzykj.com:3000/shangcheng/10c7d7a9afb36266f658e5f398922b835530cb350ef98cf90d4ef6f60ccc1bc1.png') no-repeat;
background-size: 100% 100%;
.head-img-box {
diff --git a/pages/commission/components/commission-log.vue b/pages/commission/components/commission-log.vue
index b0fa56c..d6a8201 100644
--- a/pages/commission/components/commission-log.vue
+++ b/pages/commission/components/commission-log.vue
@@ -2,7 +2,7 @@