diff --git a/pages.json b/pages.json index ccd7cc09..70ff2492 100644 --- a/pages.json +++ b/pages.json @@ -123,18 +123,6 @@ "group": "商品" } }, - - { - "path": "score", - "style": { - "navigationBarTitleText": "积分商品" - }, - "meta": { - "sync": true, - "title": "积分商品", - "group": "商品" - } - }, { "path": "list", "style": { @@ -443,18 +431,6 @@ "title": "签到中心", "group": "应用" } - }, - { - "path": "score-shop", - "style": { - "navigationBarTitleText": "积分商城" - }, - "meta": { - "auth": false, - "sync": true, - "title": "积分商城", - "group": "应用" - } } ] }, diff --git a/pages/app/score-shop.vue b/pages/app/score-shop.vue deleted file mode 100644 index e00605fe..00000000 --- a/pages/app/score-shop.vue +++ /dev/null @@ -1,77 +0,0 @@ - - - diff --git a/pages/goods/score.vue b/pages/goods/score.vue deleted file mode 100644 index ee3707c0..00000000 --- a/pages/goods/score.vue +++ /dev/null @@ -1,368 +0,0 @@ - - - - - diff --git a/sheep/api/app.js b/sheep/api/app.js index cf9b6ecf..5e4eb41f 100644 --- a/sheep/api/app.js +++ b/sheep/api/app.js @@ -56,26 +56,6 @@ export default { url: 'page/' + id, method: 'GET', }), - //积分商城 - scoreShop: { - list: (params) => - request({ - url: 'app/scoreShop', - method: 'GET', - params, - }), - ids: (params = {}) => - request({ - url: 'app/scoreShop/ids', - method: 'GET', - params, - }), - detail: (id) => - request({ - url: 'app/scoreShop/' + id, - method: 'GET', - }), - }, //小程序直播 mplive: { getRoomList: (ids) => diff --git a/sheep/components/s-block-item/s-block-item.vue b/sheep/components/s-block-item/s-block-item.vue index 89c2eb82..9cd60073 100644 --- a/sheep/components/s-block-item/s-block-item.vue +++ b/sheep/components/s-block-item/s-block-item.vue @@ -39,8 +39,6 @@ - - diff --git a/sheep/components/s-goods-item/s-goods-item.vue b/sheep/components/s-goods-item/s-goods-item.vue index c5b12dd8..456bb163 100644 --- a/sheep/components/s-goods-item/s-goods-item.vue +++ b/sheep/components/s-goods-item/s-goods-item.vue @@ -28,14 +28,6 @@ > ¥{{ fen2yuan(price) }} - + - - - {{ score }} - x {{ num }} diff --git a/sheep/components/s-score-block/s-score-block.vue b/sheep/components/s-score-block/s-score-block.vue deleted file mode 100644 index 569f5d28..00000000 --- a/sheep/components/s-score-block/s-score-block.vue +++ /dev/null @@ -1,202 +0,0 @@ - - - diff --git a/sheep/components/s-score-card/s-score-card.vue b/sheep/components/s-score-card/s-score-card.vue deleted file mode 100644 index ae2fd59b..00000000 --- a/sheep/components/s-score-card/s-score-card.vue +++ /dev/null @@ -1,459 +0,0 @@ - - - -