| @@ -83,15 +83,16 @@ 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 | |||
| openidSuccessFuc: null,//方法回调 | |||
| buyStateSuccessFuc:null, | |||
| userInfoSuccessFuc:null, | |||
| nowPage:'0',//当前tabBar | |||
| isRegister:false,//是否已注册 | |||
| userMobile:null,//用户手机号 | |||
| @@ -316,6 +317,9 @@ App({ | |||
| nickName: res.data.nickName, | |||
| userLevel: res.data.userLevel | |||
| }) | |||
| if(this.globalData.userInfoSuccessFuc){ | |||
| this.globalData.userInfoSuccessFuc(); | |||
| } | |||
| } | |||
| } | |||
| },this) | |||
| @@ -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+'/newImages6/images/newImg_01.png?v=002'}}"></image> | |||
| <image style="width:750rpx;height:1600rpx;" src="{{imgUrl+'/newImages6/images/newImg_02.png?v=004'}}"></image> | |||
| <image style="width:750rpx;height:1600rpx;" src="{{imgUrl+'/newImages6/images/newImg_02.png?v=006'}}"></image> | |||
| <image style="width:750rpx;height:1600rpx;" src="{{imgUrl+'/newImages6/images/newImg_03.png'}}"></image> | |||
| <image style="width:750rpx;height:1600rpx;" src="{{imgUrl+'/newImages6/images/newImg_04.png'}}"></image> | |||
| <image style="width:750rpx;height:1600rpx;" src="{{imgUrl+'/newImages6/images/newImg_05.png'}}"></image> | |||
| @@ -163,7 +163,7 @@ | |||
| </scroll-view> | |||
| </view> | |||
| <view class="orderDescGroup" wx:if="{{selectNow==4 && !couponList.length && !couponListState}}"> | |||
| <image class="orderDesc" src="{{imgUrl+'/newImages6/52.png'}}"></image> | |||
| <image class="orderDesc" src="{{imgUrl+'/newImages6/52.png?v=004'}}"></image> | |||
| <image class="indexOrderIcon" bindtap="placingControl" src="{{imgUrl+'/images/indexOrderIcon.png'}}"></image> | |||
| </view> | |||
| <scroll-view class="placingOrderGroup" wx:if="{{selectNow==4 && couponList.length}}" scroll-y bindscrolltolower="scrolltolower3"> | |||
| @@ -340,7 +340,7 @@ | |||
| <view class="lineSty"></view> | |||
| <image class="closeXieyi" bindtap="starMoveHide" src="{{imgUrl+'/images/closeXieyi.png'}}"></image> | |||
| <view style="position:relative;"> | |||
| <image style="width:750rpx;height:2190rpx;" src="{{imgUrl+'/newImages6/46.png'}}"></image> | |||
| <image style="width:750rpx;height:2005rpx;" src="{{imgUrl+'/newImages6/46.png?v=004'}}"></image> | |||
| <image class="newImages3-45" bindtap="starMoveHide" src="{{imgUrl+'/newImages3/45.png'}}"></image> | |||
| </view> | |||
| <view class="cardCode" wx:if="{{couponListCode}}">{{couponListCode}}<view bindtap="cardCodeCopy" class="cardCodeCopy">复制</view></view> | |||
| @@ -497,7 +497,7 @@ view{ | |||
| } | |||
| .orderDesc{ | |||
| width: 673rpx; | |||
| height: 1292rpx; | |||
| height: 1202rpx; | |||
| margin-bottom: 81rpx; | |||
| } | |||
| /* .ranksList{ | |||
| @@ -66,14 +66,14 @@ | |||
| </view> | |||
| <view class="subscribeBtn"> | |||
| <!-- <image style="width:100%;height:100%;" bindtap="preBuy" src="{{imgUrl+'/btns/placingOrderBtn.png'}}"></image> --> | |||
| <image style="width:100%;height:100%;" bindtap="tipShowControl" src="{{imgUrl+'/newImages4/19.png'}}"></image> | |||
| <image style="width:100%;height:100%;" bindtap="tipShowControl" src="{{imgUrl+'/newImages4/19.png?v=004'}}"></image> | |||
| </view> | |||
| </view> | |||
| <agreement bindmyevent="agreementControl" wx:if="{{agreement}}"></agreement> | |||
| <view class="receiveFrame" wx:if="{{getBuyState}}"> | |||
| <view class="receiveGroup"> | |||
| <image class="newImages12" bindtap="closePage" src="{{imgUrl+'/newImages/12.png'}}"></image> | |||
| <image class="newImages2-1" src="{{imgUrl+'/newImages6/49.png'}}"></image> | |||
| <image class="newImages2-1" src="{{imgUrl+'/newImages6/49.png?v=004'}}"></image> | |||
| <image class="newImages2-2" bindtap="enterMycenter" src="{{imgUrl+'/newImages3/3.png'}}"></image> | |||
| <image class="newImages2-3" bindtap="enterMycenter" src="{{imgUrl+'/newImages2/3.png'}}"></image> | |||
| </view> | |||
| @@ -83,7 +83,7 @@ | |||
| <image class="closeTip" bindtap="tipShowControl" src="{{imgUrl+'/newImages4/15.png'}}"></image> | |||
| <image class="tipGroupBg" src="{{imgUrl+'/newImages4/12.png'}}"></image> | |||
| <view class="tipGroupContent"> | |||
| <image class="tipGroupContentImg" src="{{imgUrl+'/newImages6/48.png'}}"></image> | |||
| <image class="tipGroupContentImg" src="{{imgUrl+'/newImages6/48.png?v=004'}}"></image> | |||
| <image class="tipGroupContentBtn" bindtap="tipShowControl2" src="{{imgUrl+'/newImages4/14.png'}}"></image> | |||
| </view> | |||
| </view> | |||
| @@ -244,7 +244,7 @@ | |||
| } | |||
| .tipGroupContentImg{ | |||
| width: 633rpx; | |||
| height: 1742rpx; | |||
| height: 1672rpx; | |||
| } | |||
| .tipGroupContentBtn{ | |||
| width: 429rpx; | |||
| @@ -4,7 +4,7 @@ | |||
| "ignore": [] | |||
| }, | |||
| "setting": { | |||
| "urlCheck": true, | |||
| "urlCheck": false, | |||
| "es6": true, | |||
| "postcss": true, | |||
| "minified": true, | |||
| @@ -239,6 +239,18 @@ | |||
| "name": "转盘抽奖", | |||
| "pathName": "pages/rotaryDraw/rotaryDraw", | |||
| "query": "" | |||
| }, | |||
| { | |||
| "id": -1, | |||
| "name": "超值增配", | |||
| "pathName": "pages/mountings/mountings", | |||
| "query": "" | |||
| }, | |||
| { | |||
| "id": -1, | |||
| "name": "超值增配帮忙砍", | |||
| "pathName": "pages/mountingsDetail/mountingsDetail", | |||
| "query": "" | |||
| } | |||
| ] | |||
| } | |||