Commit c151c9a1 authored by Yan's avatar Yan

no message

parent bc5c76aa
Pipeline #379 canceled with stages
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment