@@ -1,6 +1,7 @@ | |||||
{ | { | ||||
"pages": [ | "pages": [ | ||||
"pages/index/index", | "pages/index/index", | ||||
"pages/main/index", | |||||
"index/index", | "index/index", | ||||
"index/searchbar", | "index/searchbar", | ||||
"index/passCar", | "index/passCar", | ||||
@@ -48,6 +48,7 @@ Page({ | |||||
product: imgurl.product.url, | product: imgurl.product.url, | ||||
barginicon: imgurl.barginicon.url, | barginicon: imgurl.barginicon.url, | ||||
pintuan: imgurl.pintuan.url, | pintuan: imgurl.pintuan.url, | ||||
live: imgurl.live.url, | |||||
duihuan: imgurl.duihuan.url, | duihuan: imgurl.duihuan.url, | ||||
market: app.globalData.market, | market: app.globalData.market, | ||||
list: [], | list: [], | ||||
@@ -39,18 +39,18 @@ | |||||
<image src='{{pintuan}}' mode='aspectFill'></image> | <image src='{{pintuan}}' mode='aspectFill'></image> | ||||
<text>拼团</text> | <text>拼团</text> | ||||
</view> | </view> | ||||
<view class='kjBox' bindtap='goLive'> | |||||
<image src='{{live}}' mode='aspectFill'></image> | |||||
<text>直播</text> | |||||
</view> | |||||
<view class='kjBox' bindtap='gotoCard'> | <view class='kjBox' bindtap='gotoCard'> | ||||
<image src='{{xiaofeika}}' mode='aspectFill'></image> | <image src='{{xiaofeika}}' mode='aspectFill'></image> | ||||
<text>消费卡</text> | <text>消费卡</text> | ||||
</view> | </view> | ||||
<view class='kjBox' bindtap='goLive'> | |||||
<image src='{{xiaofeika}}' mode='aspectFill'></image> | |||||
<text>直播</text> | |||||
</view> | |||||
<view class='kjBox' bindtap='gotogame'> | |||||
<!-- <view class='kjBox' bindtap='gotogame'> | |||||
<image src='{{xingyun}}' mode='aspectFill' bindtap=''></image> | <image src='{{xingyun}}' mode='aspectFill' bindtap=''></image> | ||||
<text>游戏频道</text> | <text>游戏频道</text> | ||||
</view> | |||||
</view> --> | |||||
<view class='kjBox' bindtap='gotoJfsc'> | <view class='kjBox' bindtap='gotoJfsc'> | ||||
<image src='{{jfshangcheng}}' mode='aspectFill'></image> | <image src='{{jfshangcheng}}' mode='aspectFill'></image> | ||||
<text>积分商城</text> | <text>积分商城</text> | ||||
@@ -103,6 +103,9 @@ | |||||
</view> | </view> | ||||
</view> | </view> | ||||
</view> | </view> | ||||
<view class="game-entry" bindtap='gotogame'> | |||||
<image src="{{usergift}}" mode="widthFix" class="gameimg"></image> | |||||
</view> | |||||
<!-- 爆款专区 --> | <!-- 爆款专区 --> | ||||
<c-hot id="hot"/> | <c-hot id="hot"/> | ||||
<view class='product' wx:if="{{showTopic}}" bindtap='gotoTopic'> | <view class='product' wx:if="{{showTopic}}" bindtap='gotoTopic'> | ||||
@@ -42,7 +42,7 @@ page { | |||||
.game-entry { | .game-entry { | ||||
position: fixed; | position: fixed; | ||||
right: 27rpx; | right: 27rpx; | ||||
bottom:323rpx; | |||||
bottom:443rpx; | |||||
width: 120rpx; | width: 120rpx; | ||||
margin: 37rpx auto 0; | margin: 37rpx auto 0; | ||||
z-index: 10; | z-index: 10; | ||||
@@ -55,15 +55,6 @@ | |||||
</view> | </view> | ||||
</view> | </view> | ||||
</navigator> | </navigator> | ||||
<navigator url="/pages2/live/livelist/index"> | |||||
<view class="user-btn app-border-bottom"> | |||||
<view> | |||||
<image class='icons' src="{{cardiconUrl}}" mode='widthFix'></image>直播</view> | |||||
<view> | |||||
<text class="couponnum" wx:if="{{couponNum2=='couponNum2'}}"></text> | |||||
</view> | |||||
</view> | |||||
</navigator> | |||||
</view> | </view> | ||||
</view> | </view> | ||||
</view> | </view> | ||||
@@ -732,5 +732,9 @@ module.exports = { | |||||
'down':{ | 'down':{ | ||||
'url' : baseUrl + 'down.png', | 'url' : baseUrl + 'down.png', | ||||
'name':'' | 'name':'' | ||||
}, | |||||
'live': { | |||||
'url': baseUrl + 'live.png', | |||||
'name': '' | |||||
} | } | ||||
} | } |