@@ -1,7 +1,7 @@ | |||||
{ | { | ||||
"pages": [ | "pages": [ | ||||
"pages/index/index", | "pages/index/index", | ||||
"pages/login/index", | |||||
"pages/main/index", | |||||
"pages/bargain/bargainDatail/bargainDatail", | "pages/bargain/bargainDatail/bargainDatail", | ||||
"pages/bargain/bargain", | "pages/bargain/bargain", | ||||
"pages/cardorder/index/index", | "pages/cardorder/index/index", | ||||
@@ -36,7 +36,7 @@ | |||||
"pages/payrule/payrule", | "pages/payrule/payrule", | ||||
"pages/grade/grade", | "pages/grade/grade", | ||||
"pages/game/index", | "pages/game/index", | ||||
"pages/login/gameentry/gentry", | |||||
"pages/main/gameentry/gentry", | |||||
"pages/index/gameentry/gentry", | "pages/index/gameentry/gentry", | ||||
"pages/specialcourtesy/specialcourtesy", | "pages/specialcourtesy/specialcourtesy", | ||||
"pages/discountCardList/discountCardList", | "pages/discountCardList/discountCardList", | ||||
@@ -62,7 +62,7 @@ | |||||
"selectedColor": "#00C0FF", | "selectedColor": "#00C0FF", | ||||
"list": [ | "list": [ | ||||
{ | { | ||||
"pagePath": "pages/login/index", | |||||
"pagePath": "pages/main/index", | |||||
"iconPath": "assets/images/home-n.png", | "iconPath": "assets/images/home-n.png", | ||||
"selectedIconPath": "assets/images/home-y.png", | "selectedIconPath": "assets/images/home-y.png", | ||||
"text": "首页" | "text": "首页" | ||||
@@ -2,11 +2,7 @@ var extConfig = wx.getExtConfigSync ? wx.getExtConfigSync() : {}; | |||||
var weappId = extConfig.weappId; | var weappId = extConfig.weappId; | ||||
console.log(weappId) | console.log(weappId) | ||||
var config = { | var config = { | ||||
url: "https://ciformall.youlane.cn/C/api", | |||||
// url:"https://c.malls.iformall.com/C/api", | |||||
// url:'https://ctest.malls.iformall.com/C/api', | |||||
// url:'http://10.100.33.70:7000/C/api', | |||||
// url: 'http://202.165.179.86:4000/C/api', | |||||
url: "https://ciformall.youlane.cn/C/api", | |||||
api: { | api: { | ||||
/** | /** | ||||
* 接口用途:login | * 接口用途:login | ||||
@@ -1,16 +1,16 @@ | |||||
{ | { | ||||
"extEnable": true, | "extEnable": true, | ||||
"extAppid": "wx03bda5c0eedc7716", | |||||
"extAppid": "wxea71200db93d756b", | |||||
"name": "富茂客官开发", | |||||
"weappId": "wxea71200db93d756b", | |||||
"ext": { | "ext": { | ||||
"attr": { | "attr": { | ||||
"configUrl": "https://ciformall.youlane.cn/C/api", | "configUrl": "https://ciformall.youlane.cn/C/api", | ||||
"etcpversion": "release", | "etcpversion": "release", | ||||
"passCarAppId": "wx192b7d2e8dcbefd0", | "passCarAppId": "wx192b7d2e8dcbefd0", | ||||
"ifHaveCarModular": "1", | "ifHaveCarModular": "1", | ||||
"passCarreturnUrl": "https://ciformall.youlane.cn/api/carCallback/etcpPaidCallback" | |||||
}, | |||||
"name": "富茂客官开发", | |||||
"weappId": "wxea71200db93d756b" | |||||
"passCarreturnUrl": "https://admin.youlane.cn/api/carCallback/etcpPaidCallback" | |||||
} | |||||
}, | }, | ||||
"debug": false, | "debug": false, | ||||
"tabBar": { | "tabBar": { | ||||
@@ -53,7 +53,7 @@ Page({ | |||||
}, | }, | ||||
goback:function(){ | goback:function(){ | ||||
wx.switchTab({ | wx.switchTab({ | ||||
url: '/pages/login/index', | |||||
url: '/pages/main/index', | |||||
}) | }) | ||||
}, | }, | ||||
/** | /** | ||||
@@ -8,7 +8,7 @@ | |||||
<image src="{{couponUrl}}" mode="widthFix" /> | <image src="{{couponUrl}}" mode="widthFix" /> | ||||
<text class="txt001">请您敬请期待</text> | <text class="txt001">请您敬请期待</text> | ||||
<text class='txt002'>我们正在筹备一大波优惠活动</text> | <text class='txt002'>我们正在筹备一大波优惠活动</text> | ||||
<navigator class='nav' url="/pages/login/index" open-type="switchTab" hover-class="other-navigator-hover"> | |||||
<navigator class='nav' url="/pages/main/index" open-type="switchTab" hover-class="other-navigator-hover"> | |||||
<button hover-class='active'>前往首页看看</button> | <button hover-class='active'>前往首页看看</button> | ||||
</navigator> | </navigator> | ||||
</view> | </view> | ||||
@@ -56,7 +56,7 @@ Page({ | |||||
}, | }, | ||||
goback: function () { | goback: function () { | ||||
wx.switchTab({ | wx.switchTab({ | ||||
url: '/pages/login/index', | |||||
url: '/pages/main/index', | |||||
}) | }) | ||||
}, | }, | ||||
/** | /** | ||||
@@ -8,7 +8,7 @@ | |||||
<image src="{{couponUrl}}" mode="widthFix" /> | <image src="{{couponUrl}}" mode="widthFix" /> | ||||
<text class="txt001">请您敬请期待</text> | <text class="txt001">请您敬请期待</text> | ||||
<text class='txt002'>我们正在筹备一大波优惠活动</text> | <text class='txt002'>我们正在筹备一大波优惠活动</text> | ||||
<navigator class='nav' url="/pages/login/index" open-type="switchTab" hover-class="other-navigator-hover"> | |||||
<navigator class='nav' url="/pages/main/index" open-type="switchTab" hover-class="other-navigator-hover"> | |||||
<button hover-class='active'>前往首页看看</button> | <button hover-class='active'>前往首页看看</button> | ||||
</navigator> | </navigator> | ||||
</view> | </view> | ||||
@@ -9,7 +9,7 @@ | |||||
<image src="{{couponUrl}}" mode="aspectFill" lazy-load="true" /> | <image src="{{couponUrl}}" mode="aspectFill" lazy-load="true" /> | ||||
<text class="txt001">请您敬请期待</text> | <text class="txt001">请您敬请期待</text> | ||||
<text class='txt002'>我们正在筹备一大波优惠活动</text> | <text class='txt002'>我们正在筹备一大波优惠活动</text> | ||||
<navigator class='nav' url="/pages/login/index" open-type="switchTab" hover-class="other-navigator-hover"> | |||||
<navigator class='nav' url="/pages/main/index" open-type="switchTab" hover-class="other-navigator-hover"> | |||||
<button hover-class='active'>前往首页看看</button> | <button hover-class='active'>前往首页看看</button> | ||||
</navigator> | </navigator> | ||||
</view> | </view> | ||||
@@ -73,7 +73,7 @@ Page({ | |||||
}); | }); | ||||
} else { | } else { | ||||
wx.switchTab({ | wx.switchTab({ | ||||
url: "/pages/login/index" | |||||
url: "/pages/main/index" | |||||
}); | }); | ||||
} | } | ||||
} | } | ||||
@@ -54,7 +54,7 @@ Page({ | |||||
}) | }) | ||||
}else{ | }else{ | ||||
wx.switchTab({ | wx.switchTab({ | ||||
url: '/pages/login/index' | |||||
url: '/pages/main/index' | |||||
}); | }); | ||||
} | } | ||||
}) | }) | ||||
@@ -4,7 +4,7 @@ | |||||
<image src="{{couponUrl}}" mode="widthFix" /> | <image src="{{couponUrl}}" mode="widthFix" /> | ||||
<text class="txt001">请您敬请期待</text> | <text class="txt001">请您敬请期待</text> | ||||
<text class='txt002'>我们正在筹备一大波优惠活动</text> | <text class='txt002'>我们正在筹备一大波优惠活动</text> | ||||
<navigator class='nav' url="/pages/login/index" open-type="switchTab" hover-class="other-navigator-hover"> | |||||
<navigator class='nav' url="/pages/main/index" open-type="switchTab" hover-class="other-navigator-hover"> | |||||
<button hover-class='active'>前往首页看看</button> | <button hover-class='active'>前往首页看看</button> | ||||
</navigator> | </navigator> | ||||
</view> | </view> | ||||
@@ -8,7 +8,7 @@ | |||||
<image src="{{couponUrl}}" mode="widthFix" /> | <image src="{{couponUrl}}" mode="widthFix" /> | ||||
<text class="txt001">请您敬请期待</text> | <text class="txt001">请您敬请期待</text> | ||||
<text class='txt002'>我们正在筹备一大波优惠活动</text> | <text class='txt002'>我们正在筹备一大波优惠活动</text> | ||||
<navigator class='nav' url="/pages/login/index" open-type="switchTab" hover-class="other-navigator-hover"> | |||||
<navigator class='nav' url="/pages/main/index" open-type="switchTab" hover-class="other-navigator-hover"> | |||||
<button hover-class='active'>前往首页看看</button> | <button hover-class='active'>前往首页看看</button> | ||||
</navigator> | </navigator> | ||||
</view> | </view> | ||||
@@ -73,7 +73,7 @@ Page({ | |||||
// }, | // }, | ||||
navigateTo() { | navigateTo() { | ||||
wx.navigateTo({ | wx.navigateTo({ | ||||
url: `/pages/login/index` | |||||
url: `/pages/main/index` | |||||
}); | }); | ||||
}, | }, | ||||
showVersion: function() { | showVersion: function() { | ||||
@@ -13,7 +13,7 @@ | |||||
}, | }, | ||||
"compileType": "miniprogram", | "compileType": "miniprogram", | ||||
"libVersion": "2.0.9", | "libVersion": "2.0.9", | ||||
"appid": "wx453ae0d37f3550d0", | |||||
"appid": "wxb11603577a84a86d", | |||||
"projectname": "C", | "projectname": "C", | ||||
"isGameTourist": false, | "isGameTourist": false, | ||||
"condition": { | "condition": { | ||||