Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
bf0d57b5
Commit
bf0d57b5
authored
Sep 01, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f6d1a6db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
11 deletions
+9
-11
prizeMange.vue
src/components/tradePavilion/prizeMange.vue
+9
-11
No files found.
src/components/tradePavilion/prizeMange.vue
View file @
bf0d57b5
...
...
@@ -482,17 +482,16 @@ export default {
this
.
openImage
=
type
;
},
jumpBrandList
(
item
)
{
// this.apipost("/api/Trade/GetPrizeDetails", { Id: id }, (res) => {
// if (res.data.resultCode == 1) {
// } else {
// this.Error(res.data.message);
// }
// });
// query: { data: res.data.data.BrandList, readonly: 1 },
if
(
item
.
TotalCount
>
0
)
{
this
.
$router
.
push
({
path
:
"/firstStoreApply"
,
this
.
apipost
(
"/api/Trade/GetPrizeDetails"
,
{
Id
:
item
.
Id
},
(
res
)
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
$router
.
push
({
path
:
"/brandManagement"
,
query
:
{
data
:
res
.
data
.
data
.
BrandList
,
readonly
:
1
},
});
}
else
{
this
.
Error
(
res
.
data
.
message
);
}
});
}
},
...
...
@@ -515,7 +514,6 @@ export default {
});
},
UploadSmall
(
file
)
{
console
.
log
(
494
,
file
.
file
);
const
isLt1M
=
file
.
file
.
size
/
1024
/
1024
<
1
;
if
(
!
isLt1M
)
{
this
.
$message
.
error
(
"上传头像图片大小不能超过 1MB!"
);
...
...
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