Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
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
member
member
Commits
b54858af
Commit
b54858af
authored
Aug 25, 2022
by
shaojiawen
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/7月迭代-会员'
parents
0f144d77
e01718d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
info.js
src/components/allCustomers/info.js
+1
-1
cardvoucher.vue
src/components/wechatmembers/cardvoucher.vue
+1
-1
No files found.
src/components/allCustomers/info.js
View file @
b54858af
...
...
@@ -183,7 +183,7 @@ export default {
count
:
function
(
n
,
o
)
{
if
(
n
===
3
)
{
this
.
fullscreenLoading
=
false
;
if
(
this
.
memberInfo
.
erpIntegralFlag
)
{
if
(
this
.
memberInfo
.
erpIntegralFlag
&&
(
this
.
memberInfo
.
cardNum
||
''
).
length
>
0
)
{
// cardNum为空不请求
doFetchGet
(
url
.
getErpIntegral
,
{
cardNo
:
this
.
memberInfo
.
cardNum
||
''
})
.
then
(
res
=>
{
if
(
res
.
data
.
errorCode
===
0
)
{
...
...
src/components/wechatmembers/cardvoucher.vue
View file @
b54858af
...
...
@@ -346,7 +346,7 @@
<
/template
>
<
script
>
import
mixin
from
'./
card
Mixin'
;
import
mixin
from
'./
integral
Mixin'
;
import
nav
from
"../../common/navbar/navbar.vue"
;
import
{
doFetch
}
from
"../../components/axios/api"
;
import
url
from
"../../components/axios/url"
;
...
...
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