| }) | }) | ||||
| }, | }, | ||||
| 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 |
| // title: '暂未开启', | // title: '暂未开启', | ||||
| // icon:'none' | // icon:'none' | ||||
| // }) | // }) | ||||
| // wx.reLaunch({ | |||||
| // url: '/pages/luckyStar/luckyStar' | |||||
| // }) | |||||
| wx.reLaunch({ | wx.reLaunch({ | ||||
| url: '/pages/mountings/mountings' | |||||
| url: '/pages/luckyStar/luckyStar' | |||||
| }) | }) | ||||
| // wx.reLaunch({ | |||||
| // url: '/pages/mountings/mountings' | |||||
| // }) | |||||
| } else if (page == '4'){ | } else if (page == '4'){ | ||||
| wx.reLaunch({ | wx.reLaunch({ | ||||
| url: '/pages/myCenter/myCenter' | url: '/pages/myCenter/myCenter' |
| <image class="tabBar2" src="{{imgUrl+'/tabBar/2_'+(nowPage==2?2:1)+'.png?v=002'}}"></image> | <image class="tabBar2" src="{{imgUrl+'/tabBar/2_'+(nowPage==2?2:1)+'.png?v=002'}}"></image> | ||||
| <view class="tabBarText {{nowPage==2?'tabBarText2':''}}">星探计划</view> | <view class="tabBarText {{nowPage==2?'tabBarText2':''}}">星探计划</view> | ||||
| </view> | </view> | ||||
| <!-- <view class="tabBarOption" bindtap="cutPage" data-page="3"> | |||||
| <view class="tabBarOption" bindtap="cutPage" data-page="3"> | |||||
| <image class="tabBar3" src="{{imgUrl+'/tabBar/3_'+(nowPage==3?2:1)+'.png?v=002'}}"></image> | <image class="tabBar3" src="{{imgUrl+'/tabBar/3_'+(nowPage==3?2:1)+'.png?v=002'}}"></image> | ||||
| <view class="tabBarText {{nowPage==3?'tabBarText2':''}}">玩出惊喜</view> | <view class="tabBarText {{nowPage==3?'tabBarText2':''}}">玩出惊喜</view> | ||||
| </view> --> | |||||
| <view class="tabBarOption" bindtap="cutPage" data-page="3"> | |||||
| </view> | |||||
| <!-- <view class="tabBarOption" bindtap="cutPage" data-page="3"> | |||||
| <image class="tabBar3" src="{{imgUrl+'/tabBar/3_'+(nowPage==3?2:1)+'.png?v=002'}}"></image> | <image class="tabBar3" src="{{imgUrl+'/tabBar/3_'+(nowPage==3?2:1)+'.png?v=002'}}"></image> | ||||
| <view class="tabBarText {{nowPage==3?'tabBarText2':''}}">超值增配</view> | <view class="tabBarText {{nowPage==3?'tabBarText2':''}}">超值增配</view> | ||||
| </view> | |||||
| </view> --> | |||||
| <view class="tabBarOption" bindtap="cutPage" data-page="4" style="border:none;"> | <view class="tabBarOption" bindtap="cutPage" data-page="4" style="border:none;"> | ||||
| <image class="tabBar4" src="{{imgUrl+'/tabBar/4_'+(nowPage==4?2:1)+'.png?v=002'}}"></image> | <image class="tabBar4" src="{{imgUrl+'/tabBar/4_'+(nowPage==4?2:1)+'.png?v=002'}}"></image> | ||||
| <view class="tabBarText {{nowPage==4?'tabBarText2':''}}">个人中心</view> | <view class="tabBarText {{nowPage==4?'tabBarText2':''}}">个人中心</view> |
| </view> | </view> | ||||
| <view class="tipFrame" wx:if="{{tipShow}}"> | <view class="tipFrame" wx:if="{{tipShow}}"> | ||||
| <view class="tipGroup"> | <view class="tipGroup"> | ||||
| <image class="closeTip" bindtap="tipShowControl" src="{{imgUrl+'/newImages4/15.png'}}"></image> | |||||
| <image class="closeTip" bindtap="tipShowControl2" 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+'/newImages9/23.png'}}"></image> | <image class="tipGroupContentImg" src="{{imgUrl+'/newImages9/23.png'}}"></image> |
| "ignore": [] | "ignore": [] | ||||
| }, | }, | ||||
| "setting": { | "setting": { | ||||
| "urlCheck": false, | |||||
| "urlCheck": true, | |||||
| "es6": true, | "es6": true, | ||||
| "postcss": true, | "postcss": true, | ||||
| "minified": true, | "minified": true, |