Procházet zdrojové kódy

转盘页面奖品新增(正式环境)

master
suizhijia před 5 roky
rodič
revize
9143cc1cf6
4 změnil soubory, kde provedl 8 přidání a 8 odebrání
  1. +4
    -4
      496_dongfengqichen/app.js
  2. +1
    -1
      496_dongfengqichen/pages/index/index.wxml
  3. +2
    -2
      496_dongfengqichen/pages/rotaryDraw/rotaryDraw.js
  4. +1
    -1
      496_dongfengqichen/project.config.json

+ 4
- 4
496_dongfengqichen/app.js Zobrazit soubor

}) })
}, },
globalData: { 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 openid: "",//OPENID
parentOpenid:"",//推荐人的openid parentOpenid:"",//推荐人的openid
session_key: "",//session_key session_key: "",//session_key

+ 1
- 1
496_dongfengqichen/pages/index/index.wxml Zobrazit soubor

<!-- <image style="width:750rpx;height:11693rpx;" src="{{imgUrl+'/newImages8/newHome/newHomeBg.png'}}"></image> --> <!-- <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: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_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_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_04.png'}}"></image>
<image style="width:750rpx;height:1600rpx;" src="{{imgUrl+'/newImages8/newHome2/images/newHome2_05.png'}}"></image> <image style="width:750rpx;height:1600rpx;" src="{{imgUrl+'/newImages8/newHome2/images/newHome2_05.png'}}"></image>

+ 2
- 2
496_dongfengqichen/pages/rotaryDraw/rotaryDraw.js Zobrazit soubor

this.data.page++; this.data.page++;
this.getRecordData(); 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){ if(this.data.recordNowNum+1<this.data.recordDataAll.length){
this.data.recordNowNum++; this.data.recordNowNum++;
}else{ }else{

+ 1
- 1
496_dongfengqichen/project.config.json Zobrazit soubor

"ignore": [] "ignore": []
}, },
"setting": { "setting": {
"urlCheck": false,
"urlCheck": true,
"es6": true, "es6": true,
"postcss": true, "postcss": true,
"minified": true, "minified": true,

Načítá se…
Zrušit
Uložit