Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
office
haoban-3
Commits
2ae90fb9
Commit
2ae90fb9
authored
Aug 05, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
6b5526d9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
+11
-4
api.js
src/api/api.js
+7
-0
preview-page.vue
src/components/preview-page.vue
+3
-3
info.vue
src/views/salesleads/actCodeManage/attractFlowLink/info.vue
+1
-1
No files found.
src/api/api.js
View file @
2ae90fb9
...
...
@@ -76,6 +76,12 @@ Vue.axios.interceptors.request.use(
Vue
.
axios
.
interceptors
.
response
.
use
(
data
=>
{
removePending
(
data
.
config
);
//在一个ajax响应后再执行一下取消操作,把已经完成的请求从pending中移除
if
(
data
.
data
.
hasOwnProperty
(
'errorCode'
)
&&
data
.
data
.
errorCode
!=
1
)
{
Message
.
error
({
message
:
`
${
data
.
data
.
message
}
`
});
}
if
(
data
.
data
.
hasOwnProperty
(
'code'
)
&&
data
.
data
.
code
!=
0
)
{
Message
.
error
({
message
:
`
${
data
.
data
.
message
}
`
});
}
if
(
data
.
status
&&
data
.
status
==
200
&&
data
.
data
.
errorCode
!=
1
&&
data
.
data
.
code
!=
0
)
{
if
(
data
.
data
.
errorCode
==
4
)
{
if
(
window
.
location
.
href
.
indexOf
(
'gic-error'
)
!=
-
1
)
{
...
...
@@ -88,6 +94,7 @@ Vue.axios.interceptors.response.use(
}
return
data
;
}
return
data
;
},
err
=>
{
...
...
src/components/preview-page.vue
View file @
2ae90fb9
...
...
@@ -82,17 +82,17 @@ export default {
}
.content
{
width
:
228px
;
height
:
4
10
px
;
height
:
4
37
px
;
box-sizing
:
border-box
;
padding
:
20px
16px
;
position
:
absolute
;
top
:
97
px
;
top
:
70
px
;
left
:
26px
;
background
:
#ffffff
;
display
:
flex
;
align-items
:
center
;
flex-direction
:
column
;
border-radius
:
10px
10px
24px
24px
;
border-radius
:
0
0
24px
24px
;
.bgImg
{
position
:
absolute
;
width
:
228px
;
...
...
src/views/salesleads/actCodeManage/attractFlowLink/info.vue
View file @
2ae90fb9
...
...
@@ -45,7 +45,7 @@
<el-descriptions-item
label=
"商户名称"
>
{{
page
.
merchantName
}}
</el-descriptions-item>
<el-descriptions-item
label=
"商户电话"
>
{{
page
.
merchantPhoneNumber
}}
</el-descriptions-item>
<el-descriptions-item
label=
"商户LOGO"
>
<img
:src=
"page.merchantLogo"
class=
"merchantLogo"
/>
<img
:src=
"page.merchantLogo"
class=
"merchantLogo"
v-if=
"page.merchantLogo"
/>
</el-descriptions-item>
<el-descriptions-item
label=
"引导语"
>
{{
page
.
guideComment
}}
</el-descriptions-item>
</el-descriptions>
...
...
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