Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
L
luodiye
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
Yan
luodiye
Commits
c151c9a1
Commit
c151c9a1
authored
May 22, 2022
by
Yan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
bc5c76aa
Pipeline
#379
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
index.vue
pages/index/index.vue
+12
-7
No files found.
pages/index/index.vue
View file @
c151c9a1
...
@@ -144,7 +144,7 @@ export default {
...
@@ -144,7 +144,7 @@ export default {
isLoading
:
true
,
isLoading
:
true
,
src
:
'https://cdn.uviewui.com/uview/album/1.jpg'
,
src
:
'https://cdn.uviewui.com/uview/album/1.jpg'
,
bg
:
'../../static/img/33.jpg'
,
bg
:
'../../static/img/33.jpg'
,
inviteInfo
:{
},
inviteInfo
:{},
appInfo
:{},
appInfo
:{},
deviceInfo
:{
deviceInfo
:{
...
@@ -157,7 +157,8 @@ export default {
...
@@ -157,7 +157,8 @@ export default {
this
.
page
=
false
this
.
page
=
false
return
return
}
}
if
(
e
.
invite_code
)
{
if
(
e
)
{
this
.
inviteInfo
=
e
this
.
inviteInfo
=
e
// this.inviteInfo = {
// this.inviteInfo = {
// id:16475038131432
// id:16475038131432
...
@@ -182,7 +183,7 @@ export default {
...
@@ -182,7 +183,7 @@ export default {
})
})
},
},
onShow
()
{
onShow
()
{
console
.
log
(
'this.inviteInfo.id'
,
this
.
inviteInfo
.
id
)
uni
.
request
({
uni
.
request
({
url
:
'https://test.iloomo.com/capi/V2/sysSetting/coreAppUpdate/nf/list'
,
url
:
'https://test.iloomo.com/capi/V2/sysSetting/coreAppUpdate/nf/list'
,
method
:
'GET'
,
method
:
'GET'
,
...
@@ -193,8 +194,12 @@ export default {
...
@@ -193,8 +194,12 @@ export default {
success
:
res
=>
{
success
:
res
=>
{
if
(
res
.
statusCode
==
200
){
if
(
res
.
statusCode
==
200
){
this
.
isLoading
=
false
this
.
isLoading
=
false
let
arr
=
res
.
data
.
rows
[
0
].
poster_image
.
split
(
','
)
let
arr
=
[]
console
.
log
(
"海报"
,
arr
);
if
(
res
.
data
.
rows
[
0
].
poster_image
){
arr
=
res
.
data
.
rows
[
0
].
poster_image
.
split
(
','
)
}
console
.
log
(
"???"
,
res
);
this
.
postUrl
=
arr
this
.
postUrl
=
arr
...
...
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