| @@ -83,10 +83,10 @@ App({ | |||
| }) | |||
| }, | |||
| globalData: { | |||
| urlRoot: "https://dongfengqichen.jiyou-tech.com/",//测试接口根目录 | |||
| // urlRoot: "https://xing.venucia.com/api/",//接口根目录 | |||
| urlStatic: "https://www.jiyou-tech.com/2020/496_qichen/static",//测试静态资源根目录 | |||
| // urlStatic: "https://xingb.venucia.com/resource",//静态资源根目录 | |||
| // urlRoot: "https://dongfengqichen.jiyou-tech.com/",//测试接口根目录 | |||
| urlRoot: "https://xing.venucia.com/api/",//接口根目录 | |||
| // urlStatic: "https://www.jiyou-tech.com/2020/496_qichen/static",//测试静态资源根目录 | |||
| urlStatic: "https://xingb.venucia.com/resource",//静态资源根目录 | |||
| openid: "",//OPENID | |||
| parentOpenid:"",//推荐人的openid | |||
| session_key: "",//session_key | |||
| @@ -6,7 +6,7 @@ | |||
| <!-- <image style="width:750rpx;height:11693rpx;" src="{{imgUrl+'/newImages8/newHome/newHomeBg.png'}}"></image> --> | |||
| <!-- <image style="width:750rpx;height:10368rpx;" src="{{imgUrl+'/newImages4/16.png'}}"></image> --> | |||
| <image style="width:750rpx;height:1600rpx;" src="{{imgUrl+'/newImages8/newHome2/images/newHome2_01.png?v=003'}}"></image> | |||
| <image style="width:750rpx;height:1600rpx;" src="{{imgUrl+'/newImages8/newHome2/images/newHome2_02.png?v=003'}}"></image> | |||
| <image style="width:750rpx;height:1600rpx;" src="{{imgUrl+'/newImages8/newHome2/images/newHome2_02.png?v=006'}}"></image> | |||
| <image style="width:750rpx;height:1600rpx;" src="{{imgUrl+'/newImages8/newHome2/images/newHome2_03.png'}}"></image> | |||
| <image style="width:750rpx;height:1600rpx;" src="{{imgUrl+'/newImages8/newHome2/images/newHome2_04.png'}}"></image> | |||
| <image style="width:750rpx;height:1600rpx;" src="{{imgUrl+'/newImages8/newHome2/images/newHome2_05.png'}}"></image> | |||
| @@ -128,8 +128,8 @@ Page({ | |||
| this.data.page++; | |||
| this.getRecordData(); | |||
| } | |||
| if(this.data.recordDataAll && this.data.recordDataAll.length && this.data.recordDataAll[this.data.recordNowNum].nickName && this.data.recordDataAll[this.data.recordNowNum].awardName){ | |||
| this.data.ani[that].recordText = "恭喜"+this.data.recordDataAll[this.data.recordNowNum].nickName+"获得"+this.data.recordDataAll[this.data.recordNowNum].awardName; | |||
| if(this.data.recordDataAll && this.data.recordDataAll.length && this.data.recordDataAll[this.data.recordNowNum].awardName){ | |||
| this.data.ani[that].recordText = "恭喜"+(this.data.recordDataAll[this.data.recordNowNum].nickName || "XXX")+"获得"+this.data.recordDataAll[this.data.recordNowNum].awardName; | |||
| if(this.data.recordNowNum+1<this.data.recordDataAll.length){ | |||
| this.data.recordNowNum++; | |||
| }else{ | |||
| @@ -4,7 +4,7 @@ | |||
| "ignore": [] | |||
| }, | |||
| "setting": { | |||
| "urlCheck": false, | |||
| "urlCheck": true, | |||
| "es6": true, | |||
| "postcss": true, | |||
| "minified": true, | |||