From 0990e082010677d85a4bf1cc013170c1acbeab95 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Tue, 13 Jan 2026 14:52:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=A7=AF=E5=88=86=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=EF=BC=8C=E4=BF=AE=E6=94=B9=E5=88=86=E9=94=80=E5=91=98?= =?UTF-8?q?=E7=AD=9B=E9=80=89=EF=BC=8C=E4=BF=AE=E6=94=B9=E8=B6=85=E7=BA=A7?= =?UTF-8?q?=E4=BC=9A=E5=91=98=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8=E6=A3=80?= =?UTF-8?q?=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/my-components/my-user-select.vue | 222 ++ http/api/market/index.js | 11 +- http/api/market/points.js | 17 + http/yskApi/http.js | 2 +- .../components/fenxiao-user-select.vue | 219 ++ pageMarket/distribution/index.vue | 874 +++-- pageMarket/superVip/index.vue | 10 +- pagesCreateOrder/choose-user/choose-user.vue | 4 +- .../confirm-order/confirm-order.vue | 21 +- .../components/edit-accountPoints.vue | 146 +- pagesOrder/pay-order/pay-order.vue | 2904 ++++++++--------- 11 files changed, 2416 insertions(+), 2014 deletions(-) create mode 100644 components/my-components/my-user-select.vue create mode 100644 http/api/market/points.js create mode 100644 pageMarket/distribution/components/fenxiao-user-select.vue 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 @@ - + + +