Browse Source

更新活动时间及下订金额(测试环境)

master
suizhijia 5 years ago
parent
commit
bcfed7c88a
7 changed files with 29 additions and 13 deletions
  1. +8
    -4
      496_dongfengqichen/app.js
  2. +1
    -1
      496_dongfengqichen/pages/index/index.wxml
  3. +2
    -2
      496_dongfengqichen/pages/myCenter/myCenter.wxml
  4. +1
    -1
      496_dongfengqichen/pages/myCenter/myCenter.wxss
  5. +3
    -3
      496_dongfengqichen/pages/placingOrder/placingOrder.wxml
  6. +1
    -1
      496_dongfengqichen/pages/placingOrder/placingOrder.wxss
  7. +13
    -1
      496_dongfengqichen/project.config.json

+ 8
- 4
496_dongfengqichen/app.js View File

}) })
}, },
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
openidSuccessFuc: null,//方法回调 openidSuccessFuc: null,//方法回调
buyStateSuccessFuc:null, buyStateSuccessFuc:null,
userInfoSuccessFuc:null,
nowPage:'0',//当前tabBar nowPage:'0',//当前tabBar
isRegister:false,//是否已注册 isRegister:false,//是否已注册
userMobile:null,//用户手机号 userMobile:null,//用户手机号
nickName: res.data.nickName, nickName: res.data.nickName,
userLevel: res.data.userLevel userLevel: res.data.userLevel
}) })
if(this.globalData.userInfoSuccessFuc){
this.globalData.userInfoSuccessFuc();
}
} }
} }
},this) },this)

+ 1
- 1
496_dongfengqichen/pages/index/index.wxml View File

<!-- <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+'/newImages6/images/newImg_01.png?v=002'}}"></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_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_04.png'}}"></image>
<image style="width:750rpx;height:1600rpx;" src="{{imgUrl+'/newImages6/images/newImg_05.png'}}"></image> <image style="width:750rpx;height:1600rpx;" src="{{imgUrl+'/newImages6/images/newImg_05.png'}}"></image>

+ 2
- 2
496_dongfengqichen/pages/myCenter/myCenter.wxml View File

</scroll-view> </scroll-view>
</view> </view>
<view class="orderDescGroup" wx:if="{{selectNow==4 && !couponList.length && !couponListState}}"> <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> <image class="indexOrderIcon" bindtap="placingControl" src="{{imgUrl+'/images/indexOrderIcon.png'}}"></image>
</view> </view>
<scroll-view class="placingOrderGroup" wx:if="{{selectNow==4 && couponList.length}}" scroll-y bindscrolltolower="scrolltolower3"> <scroll-view class="placingOrderGroup" wx:if="{{selectNow==4 && couponList.length}}" scroll-y bindscrolltolower="scrolltolower3">
<view class="lineSty"></view> <view class="lineSty"></view>
<image class="closeXieyi" bindtap="starMoveHide" src="{{imgUrl+'/images/closeXieyi.png'}}"></image> <image class="closeXieyi" bindtap="starMoveHide" src="{{imgUrl+'/images/closeXieyi.png'}}"></image>
<view style="position:relative;"> <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> <image class="newImages3-45" bindtap="starMoveHide" src="{{imgUrl+'/newImages3/45.png'}}"></image>
</view> </view>
<view class="cardCode" wx:if="{{couponListCode}}">{{couponListCode}}<view bindtap="cardCodeCopy" class="cardCodeCopy">复制</view></view> <view class="cardCode" wx:if="{{couponListCode}}">{{couponListCode}}<view bindtap="cardCodeCopy" class="cardCodeCopy">复制</view></view>

+ 1
- 1
496_dongfengqichen/pages/myCenter/myCenter.wxss View File

} }
.orderDesc{ .orderDesc{
width: 673rpx; width: 673rpx;
height: 1292rpx;
height: 1202rpx;
margin-bottom: 81rpx; margin-bottom: 81rpx;
} }
/* .ranksList{ /* .ranksList{

+ 3
- 3
496_dongfengqichen/pages/placingOrder/placingOrder.wxml View File

</view> </view>
<view class="subscribeBtn"> <view class="subscribeBtn">
<!-- <image style="width:100%;height:100%;" bindtap="preBuy" src="{{imgUrl+'/btns/placingOrderBtn.png'}}"></image> --> <!-- <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>
</view> </view>
<agreement bindmyevent="agreementControl" wx:if="{{agreement}}"></agreement> <agreement bindmyevent="agreementControl" wx:if="{{agreement}}"></agreement>
<view class="receiveFrame" wx:if="{{getBuyState}}"> <view class="receiveFrame" wx:if="{{getBuyState}}">
<view class="receiveGroup"> <view class="receiveGroup">
<image class="newImages12" bindtap="closePage" src="{{imgUrl+'/newImages/12.png'}}"></image> <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-2" bindtap="enterMycenter" src="{{imgUrl+'/newImages3/3.png'}}"></image>
<image class="newImages2-3" bindtap="enterMycenter" src="{{imgUrl+'/newImages2/3.png'}}"></image> <image class="newImages2-3" bindtap="enterMycenter" src="{{imgUrl+'/newImages2/3.png'}}"></image>
</view> </view>
<image class="closeTip" bindtap="tipShowControl" src="{{imgUrl+'/newImages4/15.png'}}"></image> <image class="closeTip" bindtap="tipShowControl" src="{{imgUrl+'/newImages4/15.png'}}"></image>
<image class="tipGroupBg" src="{{imgUrl+'/newImages4/12.png'}}"></image> <image class="tipGroupBg" src="{{imgUrl+'/newImages4/12.png'}}"></image>
<view class="tipGroupContent"> <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> <image class="tipGroupContentBtn" bindtap="tipShowControl2" src="{{imgUrl+'/newImages4/14.png'}}"></image>
</view> </view>
</view> </view>

+ 1
- 1
496_dongfengqichen/pages/placingOrder/placingOrder.wxss View File

} }
.tipGroupContentImg{ .tipGroupContentImg{
width: 633rpx; width: 633rpx;
height: 1742rpx;
height: 1672rpx;
} }
.tipGroupContentBtn{ .tipGroupContentBtn{
width: 429rpx; width: 429rpx;

+ 13
- 1
496_dongfengqichen/project.config.json View File

"ignore": [] "ignore": []
}, },
"setting": { "setting": {
"urlCheck": true,
"urlCheck": false,
"es6": true, "es6": true,
"postcss": true, "postcss": true,
"minified": true, "minified": true,
"name": "转盘抽奖", "name": "转盘抽奖",
"pathName": "pages/rotaryDraw/rotaryDraw", "pathName": "pages/rotaryDraw/rotaryDraw",
"query": "" "query": ""
},
{
"id": -1,
"name": "超值增配",
"pathName": "pages/mountings/mountings",
"query": ""
},
{
"id": -1,
"name": "超值增配帮忙砍",
"pathName": "pages/mountingsDetail/mountingsDetail",
"query": ""
} }
] ]
} }

Loading…
Cancel
Save