From c0fd22bd3f305517481082d1299fba60b4283029 Mon Sep 17 00:00:00 2001 From: axlrose2333 <690927457@qq.com> Date: Fri, 24 Feb 2023 14:45:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=A7=AF=E5=88=86=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/integral.js | 12 + src/utils/city.json | 206 +++++++++++++++++ src/view/course/components/chapter.vue | 8 +- src/view/integralManage/index.vue | 294 +++++++++++++++++++++++++ src/view/orderManage/orderDetail.vue | 6 +- 5 files changed, 520 insertions(+), 6 deletions(-) create mode 100644 src/api/integral.js create mode 100644 src/utils/city.json create mode 100644 src/view/integralManage/index.vue diff --git a/src/api/integral.js b/src/api/integral.js new file mode 100644 index 0000000..031421e --- /dev/null +++ b/src/api/integral.js @@ -0,0 +1,12 @@ +import service from '@/utils/request' +const api = { + // 积分 + getIntegralList : data => { + return service({ + url: '/integral/list', + method: 'get', + params:data + }) + } +} +export default api diff --git a/src/utils/city.json b/src/utils/city.json new file mode 100644 index 0000000..1e9143e --- /dev/null +++ b/src/utils/city.json @@ -0,0 +1,206 @@ +[ + { + "ProID": 1, + "name": "北京市", + "ProSort": 1, + "ProRemark": "直辖市" + }, + { + "ProID": 2, + "name": "天津市", + "ProSort": 2, + "ProRemark": "直辖市" + }, + { + "ProID": 3, + "name": "河北省", + "ProSort": 5, + "ProRemark": "省份" + }, + { + "ProID": 4, + "name": "山西省", + "ProSort": 6, + "ProRemark": "省份" + }, + { + "ProID": 5, + "name": "内蒙古自治区", + "ProSort": 32, + "ProRemark": "自治区" + }, + { + "ProID": 6, + "name": "辽宁省", + "ProSort": 8, + "ProRemark": "省份" + }, + { + "ProID": 7, + "name": "吉林省", + "ProSort": 9, + "ProRemark": "省份" + }, + { + "ProID": 8, + "name": "黑龙江省", + "ProSort": 10, + "ProRemark": "省份" + }, + { + "ProID": 9, + "name": "上海市", + "ProSort": 3, + "ProRemark": "直辖市" + }, + { + "ProID": 10, + "name": "江苏省", + "ProSort": 11, + "ProRemark": "省份" + }, + { + "ProID": 11, + "name": "浙江省", + "ProSort": 12, + "ProRemark": "省份" + }, + { + "ProID": 12, + "name": "安徽省", + "ProSort": 13, + "ProRemark": "省份" + }, + { + "ProID": 13, + "name": "福建省", + "ProSort": 14, + "ProRemark": "省份" + }, + { + "ProID": 14, + "name": "江西省", + "ProSort": 15, + "ProRemark": "省份" + }, + { + "ProID": 15, + "name": "山东省", + "ProSort": 16, + "ProRemark": "省份" + }, + { + "ProID": 16, + "name": "河南省", + "ProSort": 17, + "ProRemark": "省份" + }, + { + "ProID": 17, + "name": "湖北省", + "ProSort": 18, + "ProRemark": "省份" + }, + { + "ProID": 18, + "name": "湖南省", + "ProSort": 19, + "ProRemark": "省份" + }, + { + "ProID": 19, + "name": "广东省", + "ProSort": 20, + "ProRemark": "省份" + }, + { + "ProID": 20, + "name": "海南省", + "ProSort": 24, + "ProRemark": "省份" + }, + { + "ProID": 21, + "name": "广西壮族自治区", + "ProSort": 28, + "ProRemark": "自治区" + }, + { + "ProID": 22, + "name": "甘肃省", + "ProSort": 21, + "ProRemark": "省份" + }, + { + "ProID": 23, + "name": "陕西省", + "ProSort": 27, + "ProRemark": "省份" + }, + { + "ProID": 24, + "name": "新疆维吾尔自治区", + "ProSort": 31, + "ProRemark": "自治区" + }, + { + "ProID": 25, + "name": "青海省", + "ProSort": 26, + "ProRemark": "省份" + }, + { + "ProID": 26, + "name": "宁夏回族自治区", + "ProSort": 30, + "ProRemark": "自治区" + }, + { + "ProID": 27, + "name": "重庆市", + "ProSort": 4, + "ProRemark": "直辖市" + }, + { + "ProID": 28, + "name": "四川省", + "ProSort": 22, + "ProRemark": "省份" + }, + { + "ProID": 29, + "name": "贵州省", + "ProSort": 23, + "ProRemark": "省份" + }, + { + "ProID": 30, + "name": "云南省", + "ProSort": 25, + "ProRemark": "省份" + }, + { + "ProID": 31, + "name": "西藏自治区", + "ProSort": 29, + "ProRemark": "自治区" + }, + { + "ProID": 32, + "name": "台湾省", + "ProSort": 7, + "ProRemark": "省份" + }, + { + "ProID": 33, + "name": "澳门特别行政区", + "ProSort": 33, + "ProRemark": "特别行政区" + }, + { + "ProID": 34, + "name": "香港特别行政区", + "ProSort": 34, + "ProRemark": "特别行政区" + } +] diff --git a/src/view/course/components/chapter.vue b/src/view/course/components/chapter.vue index 2070a92..4868285 100644 --- a/src/view/course/components/chapter.vue +++ b/src/view/course/components/chapter.vue @@ -216,11 +216,13 @@ function addExamFunc(data) { - + + + - + diff --git a/src/view/integralManage/index.vue b/src/view/integralManage/index.vue new file mode 100644 index 0000000..ca54cf5 --- /dev/null +++ b/src/view/integralManage/index.vue @@ -0,0 +1,294 @@ + + + + diff --git a/src/view/orderManage/orderDetail.vue b/src/view/orderManage/orderDetail.vue index 25d26bd..dea0997 100644 --- a/src/view/orderManage/orderDetail.vue +++ b/src/view/orderManage/orderDetail.vue @@ -90,9 +90,9 @@ function getStateName(state) { -
-
去付款
-
+ + +