Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
self-support
Project
Project
Details
Activity
Releases
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
李俊赕
self-support
Commits
db58d578
Commit
db58d578
authored
Jun 29, 2021
by
Damon
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
https://git.banshouhui.com/lijundan/self-support
into dev
parents
cfe0326f
ef6dc641
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
index.vue
src/pages/mine/warehouse/index.vue
+1
-1
partsDetail.vue
src/pages/mine/warehouse/partsDetail.vue
+5
-2
detail.vue
src/pages/order/detail.vue
+1
-1
No files found.
src/pages/mine/warehouse/index.vue
View file @
db58d578
...
...
@@ -191,7 +191,7 @@
this
.
$refs
.
uToast
.
show
({
title
:
message
,
type
:
type
,
duration
:
1
0
00
,
duration
:
1
5
00
,
callback
:
function
()
{}
})
})
...
...
src/pages/mine/warehouse/partsDetail.vue
View file @
db58d578
...
...
@@ -53,6 +53,9 @@
{{
buttonText
}}
</u-button>
</view>
<view>
<u-toast
ref=
"uToast"
/>
</view>
</view>
</
template
>
...
...
@@ -194,7 +197,7 @@
},
methods
:
{
handleClick
()
{
this
.
$u
.
api
[
this
.
o
perateType
](
this
.
info
.
id
).
then
(
res
=>
{
this
.
$u
.
api
[
this
.
buttonO
perateType
](
this
.
info
.
id
).
then
(
res
=>
{
var
type
=
'error'
var
message
=
res
.
message
if
(
res
.
code
==
200
)
{
...
...
@@ -206,7 +209,7 @@
this
.
$refs
.
uToast
.
show
({
title
:
message
,
type
:
type
,
duration
:
1
0
00
,
duration
:
1
5
00
,
callback
:
function
()
{}
})
var
pages
=
getCurrentPages
();
...
...
src/pages/order/detail.vue
View file @
db58d578
...
...
@@ -924,7 +924,7 @@
this
.
$refs
.
uToast
.
show
({
title
:
message
,
type
:
type
,
duration
:
1
0
00
,
duration
:
1
5
00
,
callback
:
function
()
{}
})
})
...
...
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