Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
f6ab116d
Commit
f6ab116d
authored
Nov 15, 2022
by
kyle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决冲突
parent
9842fcd0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
36 deletions
+3
-36
pages/myPoints/pointsDetail.vue
+3
-36
No files found.
pages/myPoints/pointsDetail.vue
View file @
f6ab116d
...
@@ -45,14 +45,10 @@
...
@@ -45,14 +45,10 @@
</view>
</view>
</view>
</view>
=======
>>>>>>> Stashed changes
</view>
</view>
</
template
>
</
template
>
<
script
>
<
script
>
<<<<<<<
Updated
upstream
import
api
from
'../../api/api'
;
import
api
from
'../../api/api'
;
import
common
from
'../../common/common'
;
import
common
from
'../../common/common'
;
export
default
{
export
default
{
...
@@ -68,18 +64,11 @@
...
@@ -68,18 +64,11 @@
maxDate
:
`
${
new
Date
().
getFullYear
()}
-
${
new
Date
().
getMonth
()
+
1
}
`
,
maxDate
:
`
${
new
Date
().
getFullYear
()}
-
${
new
Date
().
getMonth
()
+
1
}
`
,
commissionTypeList
:[{
dropOptionName
:
null
,
dropOptionCode
:
null
}],
commissionTypeList
:[{
dropOptionName
:
null
,
dropOptionCode
:
null
}],
productTypeList
:[{
dropOptionName
:
null
,
dropOptionCode
:
null
}],
productTypeList
:[{
dropOptionName
:
null
,
dropOptionCode
:
null
}],
sumCommissionAmount
:
null
sumCommissionAmount
:
null
,
=======
export
default
{
data
(){
return
{
>>>>>>>
Stashed
changes
}
}
},
},
components
:{},
components
:{},
onLoad
(){
onLoad
(){
<<<<<<<
Updated
upstream
this
.
fortuneDate
=
common
.
getQueryString
(
'fortuneDate'
);
this
.
fortuneDate
=
common
.
getQueryString
(
'fortuneDate'
);
this
.
productType
=
common
.
getQueryString
(
'productType'
);
this
.
productType
=
common
.
getQueryString
(
'productType'
);
this
.
timeFlag
=
common
.
getQueryString
(
'timeFlag'
);
this
.
timeFlag
=
common
.
getQueryString
(
'timeFlag'
);
...
@@ -215,26 +204,4 @@
...
@@ -215,26 +204,4 @@
}
}
}
}
</
script
>
\ No newline at end of file
=======
}
,
methods
:
{
getDetail(){
const
param
=
{
"isDtl":
1,
"userId":
1,
"fortuneDate":
"2022-12",
"timeFlag":
"M",
"commissionType":"A01",
"productType":
1
}
}
}
}
</
script
>
<
style
>
>>>>>>>
Stashed
changes
</
style
>
\ No newline at end of file
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