diff --git a/.env b/.env index d6a7aaa..e59c517 100644 --- a/.env +++ b/.env @@ -3,10 +3,11 @@ SHOPRO_VERSION = v1.8.3 # 后端接口 - 正式环境(通过 process.env.NODE_ENV 非 development) SHOPRO_BASE_URL = https://zysc.fjptzykj.com +#SHOPRO_BASE_URL = http://192.168.1.20:6127 # 后端接口 - 测试环境(通过 process.env.NODE_ENV = development) SHOPRO_DEV_BASE_URL = https://zysc.fjptzykj.com -### SHOPRO_DEV_BASE_URL = http://yunai.natapp1.cc +#SHOPRO_DEV_BASE_URL = http://192.168.1.20:6127 # 后端接口前缀(一般不建议调整) SHOPRO_API_PATH = /app-api diff --git a/pages.json b/pages.json index 50d55d1..fdc3184 100644 --- a/pages.json +++ b/pages.json @@ -20,6 +20,32 @@ "group": "商城" } }, + { + "path": "pages/integration/index", + "style": { + "navigationBarTitleText": "积分商城", + "enablePullDownRefresh": true + }, + "meta": { + "auth": false, + "sync": true, + "title": "积分商城", + "group": "商城" + } + }, + { + "path": "pages/subscribe/subscribe", + "style": { + "navigationBarTitleText": "预约", + "enablePullDownRefresh": true + }, + "meta": { + "auth": false, + "sync": true, + "title": "预约", + "group": "商城" + } + }, { "path": "pages/index/user", "style": { @@ -120,11 +146,10 @@ } }, { - "path" : "pages/mulu/mulu", - "style" : - { - "navigationBarTitleText" : "详情", - "enablePullDownRefresh" : true, + "path": "pages/mulu/mulu", + "style": { + "navigationBarTitleText": "详情", + "enablePullDownRefresh": true, "navigationStyle": "default" } } @@ -165,6 +190,28 @@ "group": "商品" } }, + { + "path": "point", + "style": { + "navigationBarTitleText": "积分商品" + }, + "meta": { + "sync": true, + "title": "积分商品", + "group": "商品" + } + }, + { + "path": "sales", + "style": { + "navigationBarTitleText": "促销商品" + }, + "meta": { + "sync": true, + "title": "促销商品", + "group": "商品" + } + }, { "path": "list", "style": { @@ -238,16 +285,16 @@ "title": "申请售后" } }, - { - "path": "aftersale/return-delivery", - "style": { - "navigationBarTitleText": "退货物流" - }, - "meta": { - "auth": true, - "title": "退货物流" - } - }, + { + "path": "aftersale/return-delivery", + "style": { + "navigationBarTitleText": "退货物流" + }, + "meta": { + "auth": true, + "title": "退货物流" + } + }, { "path": "aftersale/list", "style": { @@ -306,6 +353,18 @@ "group": "用户中心" } }, + { + "path": "user_vip/index", + "style": { + "navigationBarTitleText": "会员中心" + }, + "meta": { + "auth": true, + "sync": true, + "title": "会员中心", + "group": "用户中心" + } + }, { "path": "goods-collect", "style": { @@ -352,6 +411,16 @@ "title": "编辑地址" } }, + { + "path": "goods_details_store/index", + "style": { + "navigationBarTitleText": "门店管理" + }, + "meta": { + "auth": true, + "title": "门店管理" + } + }, { "path": "wallet/money", "style": { @@ -462,17 +531,17 @@ "group": "分销商城" } }, { - "path": "withdraw", - "style": { - "navigationBarTitleText": "申请提现" - }, - "meta": { - "auth": true, - "sync": true, - "title": "申请提现", - "group": "分销商城" - } - } + "path": "withdraw", + "style": { + "navigationBarTitleText": "申请提现" + }, + "meta": { + "auth": true, + "sync": true, + "title": "申请提现", + "group": "分销商城" + } + } ] }, { @@ -697,4 +766,4 @@ } ] } -} +} \ No newline at end of file diff --git a/pages/activity/groupon/detail.vue b/pages/activity/groupon/detail.vue index 0cf22f1..bade0a3 100644 --- a/pages/activity/groupon/detail.vue +++ b/pages/activity/groupon/detail.vue @@ -1,516 +1,531 @@ + .order-btn { + width: 668rpx; + height: 70rpx; + border: 2rpx solid #dfdfdf; + border-radius: 35rpx; + color: #999999; + font-weight: 500; + font-size: 26rpx; + line-height: normal; + } + + .disabled-btn { + width: 668rpx; + height: 70rpx; + background: #dddddd; + border-radius: 35rpx; + color: #999999; + font-weight: 500; + font-size: 28rpx; + line-height: normal; + } + + .join-btn { + width: 668rpx; + height: 70rpx; + background: linear-gradient(90deg, #ff6000 0%, #fe832a 100%); + box-shadow: 0px 8rpx 6rpx 0px rgba(255, 104, 4, 0.22); + border-radius: 35rpx; + color: #fff; + font-weight: 500; + font-size: 28rpx; + line-height: normal; + } + + .detail-cell-wrap { + width: 100%; + padding: 10rpx 20rpx; + box-sizing: border-box; + border-top: 2rpx solid #dfdfdf; + background-color: #fff; + // min-height: 60rpx; + + .label-text { + font-size: 28rpx; + font-weight: 400; + } + + .cell-content { + font-size: 28rpx; + font-weight: 500; + color: $dark-6; + } + + .right-forwrad-icon { + font-size: 28rpx; + font-weight: 500; + color: $dark-9; + } + } + \ No newline at end of file diff --git a/pages/activity/groupon/list.vue b/pages/activity/groupon/list.vue index b5a2746..416c85b 100644 --- a/pages/activity/groupon/list.vue +++ b/pages/activity/groupon/list.vue @@ -119,7 +119,7 @@ width: 100%; height: 458rpx; margin-top: -88rpx; - background: v-bind(headerBg) no-repeat; + background: url('https://zysc.fjptzykj.com:3000/shangcheng/fea9ad54f32d4705a633874efd534e70e507030ea5a7604b0110fdf7292f1f4d.png'); background-size: 100% 100%; } .list-content { @@ -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/activity/point/list.vue b/pages/activity/point/list.vue new file mode 100644 index 0000000..129f988 --- /dev/null +++ b/pages/activity/point/list.vue @@ -0,0 +1,76 @@ + + + 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 @@