Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
6a2acbe5
Commit
6a2acbe5
authored
Apr 25, 2019
by
chenxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:一些bug
parent
d2ddf1ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
upload.js
src/directives/upload.js
+1
-1
consume.vue
src/views/recharge/consume.vue
+1
-1
No files found.
src/directives/upload.js
View file @
6a2acbe5
...
...
@@ -46,7 +46,7 @@ export default {
return
;
}
// 启用限制图片大小
if
(
binding
.
value
.
limit
.
type
)
{
if
(
binding
.
value
.
limit
&&
binding
.
value
.
limit
.
type
)
{
const
{
width
,
height
}
=
binding
.
value
.
limit
;
verificationPicFile
(
el
,
width
,
height
)
.
then
(
res
=>
{
...
...
src/views/recharge/consume.vue
View file @
6a2acbe5
...
...
@@ -160,7 +160,7 @@
<img
:src=
"scope.row.memberImgUrl || defaultAvatar"
width=
"32"
height=
"32"
alt=
""
/>
<div
class=
"inline-block"
>
<p>
{{
scope
.
row
.
memberName
||
'--'
}}
</p>
<p
class=
"fz13 gray"
>
{{
scope
.
row
.
receivePhone
||
'--'
}}
</p>
<p
class=
"fz13 gray"
>
{{
scope
.
row
.
memberPhoneNumber
||
'--'
}}
</p>
</div>
</
template
>
</el-table-column>
...
...
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