diff --git a/api/newFun.js b/api/newFun.js index b518b0b..1f40174 100644 --- a/api/newFun.js +++ b/api/newFun.js @@ -1,5 +1,10 @@ import request from '@/utils/request' +// 邀请有礼 邀请好友海报 +export const InviteUserPoster = (param) => { + return request.post('user/InviteUserPoster', param) +} + // 邀请有礼 记录 export const inviteGetList = (param) => { return request.post('invite/getList', param) diff --git a/pages/cart/index.vue b/pages/cart/index.vue index fe3e7e2..89e275f 100644 --- a/pages/cart/index.vue +++ b/pages/cart/index.vue @@ -322,9 +322,13 @@ const app = this if (app.checkedIds.length) { const cartIds = app.checkedIds.join() - app.$navTo('pages/checkout/index', { - mode: 'cart', - cartIds + // app.$navTo('pages/checkout/index', { + // mode: 'cart', + // cartIds + // }) + app.$navTo('pages/sureOrder/index', { + mode: 'cart', + cartIds }) } }, diff --git a/pages/goods/detail.vue b/pages/goods/detail.vue index aa891a6..7f23911 100644 --- a/pages/goods/detail.vue +++ b/pages/goods/detail.vue @@ -219,7 +219,7 @@ 立即购买 - + 立即预约 @@ -281,10 +281,11 @@ 确定 - + + - + @@ -295,7 +296,7 @@ - + @@ -303,15 +304,15 @@ 复制文案 - + - - + 微信好友 + - + @@ -320,7 +321,7 @@ - + 取消 @@ -329,13 +330,13 @@ - - + + +