diff --git a/common/api.js b/common/api.js index 2486592..256be39 100644 --- a/common/api.js +++ b/common/api.js @@ -33,8 +33,13 @@ export const API_BUYAGREE = '/api/agent_info/buy_protocol'; //购买协议 export const API_CONFIRMDETAILS = '/api/order/price'; //确认购买商品详情 -export const API_CREATEORDER = '/api/order/create'; //创建订单 +export const API_CREATEORDER = '/api/order/create'; //创建订单并支付 +export const API_ORDERPAY = '/api/order/pay'; //订单页面支付 + + + +export const API_CONFIRM_CODE = '/api/verification/verify'; //核销订单 export const API_MESSAGELIST = '/api/message/list'; //消息列表 export const API_MESSAGEDETAILS = '/api/message/show'; //消息详情 diff --git a/pages/user/user.vue b/pages/user/user.vue index fa2eb04..750395d 100644 --- a/pages/user/user.vue +++ b/pages/user/user.vue @@ -67,6 +67,22 @@ + + + + 商家工具 + + + + + 卡券核销 + + + + + + +