Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
user
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hooloo
mp
user
Commits
f95c0b71
Commit
f95c0b71
authored
2 years ago
by
weijiguang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://140.143.224.240:8100/hooloo/mp/user
parents
3dd4c735
c96c9e2a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
13 deletions
+3
-13
components/OrderQrCode/index.vue
+1
-1
menuSubPackage/pages/goodsDetail/goodsDetail.vue
+0
-11
orderSubPackage/pages/orderInfo/index.vue
+2
-1
No files found.
components/OrderQrCode/index.vue
View file @
f95c0b71
...
...
@@ -128,7 +128,7 @@ export default {
if
(
this
.
showMask
)
{
this
.
qrCode
=
''
;
}
else
{
this
.
qrCode
=
'https://t7.baidu.com/it/u=192737963,550444895&fm=218&app=126&size=f242,150&n=0&f=PNG?s=18AAE7177DCBF747466A567D03008078&sec=1656608400&t=2fa7a10f21b5f54a2aefd0fde2db3bb9'
;
this
.
qrCode
=
path
;
}
},
jsonParse
(
json
)
{
...
...
This diff is collapsed.
Click to expand it.
menuSubPackage/pages/goodsDetail/goodsDetail.vue
View file @
f95c0b71
...
...
@@ -292,8 +292,6 @@ export default {
const
newInfo
=
JSON
.
parse
(
JSON
.
stringify
(
newgoods
))
newInfo
.
category
=
this
.
goodInfo
.
category
// newInfo.skus.map(res=>res.state = '2')
// newInfo.skus[0].state = '2'
this
.
goodInfo
=
{...
newInfo
}
this
.
initInfo
(
this
.
goodInfo
)
...
...
@@ -306,13 +304,6 @@ export default {
Utils
.
getallNum
(
goods
)
uni
.
switchTab
({
url
:
'/pages/menu/menu'
})
}
// return
// const { data } = await Order.checkSku({skuId:goods.skuId})
// else{
// goods.num = this.size;
// Utils.getallNum(goods)
// uni.switchTab({ url: '/pages/menu/menu' })
// }
}
},
async
getallNum
(
e
)
{
...
...
@@ -327,8 +318,6 @@ export default {
const
newInfo
=
JSON
.
parse
(
JSON
.
stringify
(
newgoods
))
newInfo
.
category
=
this
.
goodInfo
.
category
// newInfo.skus.map(res=>res.state = '2')
// newInfo.skus[0].state = '2'
this
.
goodInfo
=
{...
newInfo
}
this
.
initInfo
(
this
.
goodInfo
)
...
...
This diff is collapsed.
Click to expand it.
orderSubPackage/pages/orderInfo/index.vue
View file @
f95c0b71
...
...
@@ -123,7 +123,7 @@ export default {
console
.
log
(
Authorization
)
if
(
orderId
){
if
(
!
Authorization
){
uni
.
switchTab
({
url
:
'/pages/order/order'
}
)
this
.
goBack
(
)
return
}
else
{
oId
=
orderId
...
...
@@ -174,6 +174,7 @@ export default {
return
rpx
*
(
wx
.
getSystemInfoSync
().
windowWidth
/
750
);
},
goBack
(){
console
.
log
(
'退出订单详情'
,
this
.
backFlag
)
if
(
!
this
.
backFlag
){
uni
.
switchTab
({
url
:
'/pages/order/order'
})
}
...
...
This diff is collapsed.
Click to expand it.
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