| | |
| | | "nvueCompiler" : "uni-app", |
| | | "compilerVersion" : 3, |
| | | "splashscreen" : { |
| | | "alwaysShowBeforeRender" : true, |
| | | "waiting" : true, |
| | | "alwaysShowBeforeRender" : false, |
| | | "waiting" : false, |
| | | "autoclose" : true, |
| | | "delay" : 0 |
| | | }, |
| | |
| | | console.log(this.pageInfo); |
| | | }) |
| | | }else if(this.faction == 'd'){ |
| | | |
| | | var that = this; |
| | | console.log(this.optionsInfo.goodsId); |
| | | this.$u.api.getDyGoodsDetail({ |
| | | goodsId: this.optionsInfo.goodsId |
| | | }).then(e => { |
| | | console.log(e); |
| | | var res = e.data.info; |
| | | this.pageInfo = res |
| | | that.optionsInfo.imgs = that.pageInfo.imgs; |
| | |
| | | return; |
| | | } |
| | | var res = e.data.info; |
| | | if(res&&res.length>0&&res.launchpic&&res.launchpic.length>0) |
| | | if(res&&res.launchpic&&res.launchpic.length>0) |
| | | { |
| | | that.list=res.launchpic; |
| | | } |