From af7a76a450c726dd3f86a00ed2959b1391a3f8b5 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Thu, 29 Feb 2024 20:59:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/payment.js | 45 + components/personalActive.vue | 2 +- pages.json | 14 + pages/index/index.vue | 41 +- pages/payment/get_payment.vue | 347 ++++++ pages/payment/settlement.vue | 1919 ++++++++++++++++++++++++++++++ pages/redpacket/redpack_type.vue | 5 +- 7 files changed, 2362 insertions(+), 11 deletions(-) create mode 100644 api/payment.js create mode 100644 pages/payment/get_payment.vue create mode 100644 pages/payment/settlement.vue diff --git a/api/payment.js b/api/payment.js new file mode 100644 index 0000000..441e510 --- /dev/null +++ b/api/payment.js @@ -0,0 +1,45 @@ +// +---------------------------------------------------------------------- +// | CRMEB [ CRMEB赋能开发者,助力企业发展 ] +// +---------------------------------------------------------------------- +// | Copyright (c) 2016~2021 https://www.crmeb.com All rights reserved. +// +---------------------------------------------------------------------- +// | Licensed CRMEB并不是自由软件,未经许可不能去掉CRMEB相关版权 +// +---------------------------------------------------------------------- +// | Author: CRMEB Team +// +---------------------------------------------------------------------- +import request from "@/utils/request.js"; + +/** + * 添加购物车 + */ +export function addCart(data) { + return request.post(`user/cart/create`, data); +} + +/** + * 根据店铺id 获取店铺信息 + */ +export function getProductInfo(data) { + return request.get(`scanPay/product`, data); +} + +/** + * 订单校验 + */ +export function orderCheck(data) { + return request.post(`v2/order/check`, data); +} + +/** + * 生成订单 + */ +export function orderPay(data) { + return request.post(`v2/order/create`, data); +} + +/** + * 生成二维码 + */ +export function qrcode(data) { + return request.get(`scanPay/qrcode`, data); +} \ No newline at end of file diff --git a/components/personalActive.vue b/components/personalActive.vue index f90b294..9c9a393 100644 --- a/components/personalActive.vue +++ b/components/personalActive.vue @@ -35,7 +35,7 @@ }, getArticleList(){ getArticleList(25).then(res=>{ - this.info = res.data.list[0] + this.info = res.data.list[1] }) } } diff --git a/pages.json b/pages.json index a26afd8..4cd9065 100644 --- a/pages.json +++ b/pages.json @@ -109,6 +109,20 @@ "navigationStyle": "custom" } }, + { + "path": "pages/payment/get_payment", + "style": { + "navigationBarTitleText": "面对面收款", + "navigationStyle": "custom" + } + }, + { + "path": "pages/payment/settlement", + "style": { + "navigationBarTitleText": "支付", + "navigationStyle": "custom" + } + }, { "path": "pages/news_list/index", "style": { diff --git a/pages/index/index.vue b/pages/index/index.vue index f9065ff..a68123c 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -9,9 +9,12 @@ {{ street||'定位中' }} - - - + + + + + + @@ -22,11 +25,14 @@ - {{street||'定位中' }} + {{ street||'定位中' }} - - - + + + + + + + + + + + + + 付款金额 + + + + + + + + + + + {{cartForm.total_amount}} + + + 实物提货券 + 即买即用 + + + 提交订单 + + + + + + + \ No newline at end of file diff --git a/pages/payment/settlement.vue b/pages/payment/settlement.vue new file mode 100644 index 0000000..46f642b --- /dev/null +++ b/pages/payment/settlement.vue @@ -0,0 +1,1919 @@ + + + + \ No newline at end of file diff --git a/pages/redpacket/redpack_type.vue b/pages/redpacket/redpack_type.vue index e101723..b5385ab 100644 --- a/pages/redpacket/redpack_type.vue +++ b/pages/redpacket/redpack_type.vue @@ -20,9 +20,9 @@ {{item.type_cn}} - + @@ -55,6 +55,7 @@ uni.navigateBack(); }, navgo(item){ + return ; if(item.type==1) uni.navigateTo({ url: '/pages/newActivity/subsidy/subsidy2' })