Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
6df32693
Commit
6df32693
authored
Mar 14, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
广告图上传修改
parent
9be47004
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
132 additions
and
125 deletions
+132
-125
package-lock.json
package-lock.json
+129
-124
package.json
package.json
+1
-0
GroupAdvertising.vue
src/components/TravelManager/TravelList/GroupAdvertising.vue
+2
-1
confirmationOrderDownLoad - 副本.vue
src/components/confirmationOrderDownLoad - 副本.vue
+0
-0
No files found.
package-lock.json
View file @
6df32693
This diff is collapsed.
Click to expand it.
package.json
View file @
6df32693
...
...
@@ -27,6 +27,7 @@
"
js-md5
"
:
"^0.7.3"
,
"
jspdf
"
:
"^1.4.1"
,
"
lrz
"
:
"^4.9.40"
,
"
moment
"
:
"^2.24.0"
,
"
node-sass
"
:
"^4.11.0"
,
"
pdfjs-dist
"
:
"^2.0.489"
,
"
pinyin
"
:
"^2.8.3"
,
...
...
src/components/TravelManager/TravelList/GroupAdvertising.vue
View file @
6df32693
...
...
@@ -160,11 +160,12 @@ export default {
var
imgUrl
=
this
.
domainManager
().
ViittoFileUrl
+
x
.
data
.
FilePath
;
obj
.
Path
=
x
.
data
.
FilePath
;
obj
.
ShowPath
=
imgUrl
;
imgArr
.
push
(
obj
.
Show
Path
);
imgArr
.
push
(
obj
.
Path
);
let
msg
=
{
TCID
:
this
.
msg
.
TCID
,
AdvertisingPicUrlList
:
imgArr
}
this
.
apipost
(
"travel_post_AddPriceLocalAdvert"
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
){
this
.
Success
(
res
.
data
.
message
);
...
...
src/components/confirmationOrderDownLoad - 副本.vue
deleted
100644 → 0
View file @
9be47004
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