This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Augcl
/
recycle-front
generated from
hly/uniapp-shop-templates
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
‘不可回收金额去除默认为0’
master
Lj
3 weeks ago
parent
a88d8c7d3d
commit
3d3c764a04
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/manager/inspect-result.vue
+ 1
- 1
pages/manager/inspect-result.vue
View File
@ -243,7 +243,7 @@ export default {
this
.
unrecyclableList
.
push
(
{
this
.
unrecyclableList
.
push
(
{
id
:
item
.
id
,
id
:
item
.
id
,
count
:
item
.
unrecyclable
,
count
:
item
.
unrecyclable
,
total
:
0
total
:
item
.
price
}
)
}
)
}
}
}
)
}
)
Write
Preview
Loading…
Cancel
Save