Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
X
XiTianSenMall
Project
Project
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
leiqingsong
XiTianSenMall
Commits
42fa8af3
Commit
42fa8af3
authored
Mar 13, 2021
by
leiqingsong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修订
parent
2ca132a9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
grade.vue
H5/src/views/grade.vue
+1
-1
invite.vue
H5/src/views/invite.vue
+1
-1
leagueNums.vue
H5/src/views/leagueNums.vue
+1
-2
publish.vue
H5/src/views/moments/publish.vue
+1
-1
No files found.
H5/src/views/grade.vue
View file @
42fa8af3
...
...
@@ -107,7 +107,7 @@ export default {
this
.
$router
.
push
({
name
:
urlName
});
},
getstatus
()
{
const
userId
=
13933770749
;
const
userId
=
this
.
$userId
;
const
_this
=
this
;
getForestStatus
(
userId
).
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
...
...
H5/src/views/invite.vue
View file @
42fa8af3
...
...
@@ -5,7 +5,7 @@
</
template
>
<
script
>
import
{
inviteCode
}
from
"@/api/invite"
;
var
userId
=
"13933770749"
;
var
userId
=
this
.
$userId
;
export
default
{
data
()
{
return
{
...
...
H5/src/views/leagueNums.vue
View file @
42fa8af3
...
...
@@ -21,7 +21,6 @@
</
template
>
<
script
>
var
userId
=
13100911369
;
import
{
getMyTeam
}
from
"@/api/grade"
;
export
default
{
name
:
"leagueNums"
,
...
...
@@ -76,7 +75,7 @@ export default {
},
methods
:
{
getMyTeam
()
{
getMyTeam
(
userId
).
then
(
res
=>
{
getMyTeam
(
this
.
$
userId
).
then
(
res
=>
{
if
(
res
.
data
)
{
this
.
list
.
forEach
(
v
=>
{
v
.
num
=
res
.
data
[
v
[
"field"
]];
...
...
H5/src/views/moments/publish.vue
View file @
42fa8af3
...
...
@@ -51,7 +51,7 @@ export default {
fd
.
append
(
"files"
,
file
.
file
);
});
fd
.
append
(
"zxField"
,
this
.
message
);
fd
.
append
(
"userId"
,
"13100911369"
);
fd
.
append
(
"userId"
,
this
.
$userId
);
uploadImage
(
fd
).
then
();
},
openPopup
()
{
...
...
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