Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
singleStore
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Max
singleStore
Commits
a2a76c59
Commit
a2a76c59
authored
Apr 28, 2022
by
何毅恒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化立即购买时未登录逻辑
parent
31b8e911
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
346 additions
and
318 deletions
+346
-318
components/goods-popup/index.vue
components/goods-popup/index.vue
+345
-317
pages/order/confirm-order.vue
pages/order/confirm-order.vue
+1
-1
No files found.
components/goods-popup/index.vue
View file @
a2a76c59
This diff is collapsed.
Click to expand it.
pages/order/confirm-order.vue
View file @
a2a76c59
...
...
@@ -249,6 +249,7 @@ export default {
async
supportCashOnDelivery
(
shop_id
){
const
{
code
,
data
}
=
await
isSupportCashOnDelivery
(
shop_id
);
this
.
isSupportCOD
=
data
;
console
.
log
(
this
.
isSupportCOD
)
},
...
...
@@ -385,7 +386,6 @@ export default {
const
{
status
,
data
}
=
await
confirmOrder
(
form
)
if
(
status
)
{
cb
&&
typeof
cb
===
'
function
'
&&
cb
(
data
.
order_sn
)
console
.
log
(
data
)
// const a = await pay({order_sn: data.order_sn, openid: this.openid})
// console.log(a)
// wxPay({params: a.data, })
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment