|
@@ -15,6 +15,14 @@ var page = {
|
|
|
this.initFooterPhoneCall()
|
|
|
// this.showAppFooterNavs()
|
|
|
this.initBack()
|
|
|
+ this.topSearchEvent()
|
|
|
+ },
|
|
|
+ topSearchEvent: function () {
|
|
|
+ $('.search-container').on('click', function (e) {
|
|
|
+ e.preventDefault()
|
|
|
+ localStorage.removeItem('JY-MOBILE-home-top-search')
|
|
|
+ location.href = '/jy_mobile/search/middle/bidding'
|
|
|
+ })
|
|
|
},
|
|
|
showAppFooterNavs: function () {
|
|
|
var isInHomePage = location.pathname === '/jyapp/jylab/mainSearch'
|