diff --git a/components/my-components/my-user-select.vue b/components/my-components/my-user-select.vue new file mode 100644 index 0000000..27b5eda --- /dev/null +++ b/components/my-components/my-user-select.vue @@ -0,0 +1,222 @@ + + + \ No newline at end of file diff --git a/http/api/market/index.js b/http/api/market/index.js index 014ff57..f98301e 100644 --- a/http/api/market/index.js +++ b/http/api/market/index.js @@ -188,4 +188,13 @@ export function shopUserFlow(data) { method: 'get', data }); -} \ No newline at end of file +} + + +export function getShopUser(data) { + return request({ + url: `account/admin/shopUser`, + method: 'get', + data + }); +} diff --git a/http/api/market/points.js b/http/api/market/points.js new file mode 100644 index 0000000..42a940d --- /dev/null +++ b/http/api/market/points.js @@ -0,0 +1,17 @@ +import http from '@/http/http.js' +const request = http.request +const MARKET_URL = 'market' +const ORDER_URL = 'order' + +/** + * 积分:配置:新增/更新 + * @param {Object} data + */ +export function pointsConfig(data) { + return request({ + url: MARKET_URL+`/admin/points/config`, + method: "GET", + data + }) +} + diff --git a/http/yskApi/http.js b/http/yskApi/http.js index fe371ef..5d3eeb0 100644 --- a/http/yskApi/http.js +++ b/http/yskApi/http.js @@ -14,7 +14,7 @@ import storageManage from '@/commons/utils/storageManage.js' import infoBox from "@/commons/utils/infoBox.js" import go from '@/commons/utils/go.js'; import { reject } from 'lodash'; -let baseUrl = appConfig.returnBaseUrl({apiType:'php'}); +let baseUrl = appConfig.returnBaseUrl({apiType:'java'}); const loadingShowTime = 200 function getHeader(){ diff --git a/pageMarket/distribution/components/fenxiao-user-select.vue b/pageMarket/distribution/components/fenxiao-user-select.vue new file mode 100644 index 0000000..9edf009 --- /dev/null +++ b/pageMarket/distribution/components/fenxiao-user-select.vue @@ -0,0 +1,219 @@ + + + \ No newline at end of file diff --git a/pageMarket/distribution/index.vue b/pageMarket/distribution/index.vue index 862e804..dd62192 100644 --- a/pageMarket/distribution/index.vue +++ b/pageMarket/distribution/index.vue @@ -1,34 +1,25 @@ + .delete-btn { + background: #ffe7e6; + color: #ff1c1c; + } + + .filter-box { + display: flex; + padding: 8rpx 24rpx; + align-items: center; + border-radius: 8rpx; + border: 2rpx solid #d9d9d9; + background: #f7f7f7; + min-height: 62rpx; + box-sizing: border-box; + } + \ No newline at end of file diff --git a/pageMarket/superVip/index.vue b/pageMarket/superVip/index.vue index f08c874..c39e2db 100644 --- a/pageMarket/superVip/index.vue +++ b/pageMarket/superVip/index.vue @@ -14,10 +14,13 @@ - + + +