@@ -37,7 +37,7 @@ Page({ | |||||
}else{ | }else{ | ||||
this.setData({ | this.setData({ | ||||
url: options.url + "?token=" + app.globalData.token + "&gameId=" + options.gameId + "&id=" + options.id | url: options.url + "?token=" + app.globalData.token + "&gameId=" + options.gameId + "&id=" + options.id | ||||
// url: 'http://10.100.10.74:8080/goldEgg/' + "?token=" + app.globalData.token + "&gameId=" + options.gameId + "&id=" + options.id | |||||
// url: 'http://10.100.10.74:8080/guaguale/' + "?token=" + app.globalData.token + "&gameId=" + options.gameId + "&id=" + options.id | |||||
}); | }); | ||||
} | } | ||||
} | } |
@@ -18,7 +18,7 @@ Page({ | |||||
canSpell: true, | canSpell: true, | ||||
canBuyIf: true, | canBuyIf: true, | ||||
clock: "00", | clock: "00", | ||||
day: "00", | |||||
day: "0", | |||||
hour: "00", | hour: "00", | ||||
min: "00", | min: "00", | ||||
sec: "00", | sec: "00", | ||||
@@ -126,7 +126,7 @@ Page({ | |||||
} else { | } else { | ||||
that.setData({ | that.setData({ | ||||
clock: "00", | clock: "00", | ||||
day: "00", | |||||
day: "0", | |||||
hour: "00", | hour: "00", | ||||
min: "00", | min: "00", | ||||
sec: "00", | sec: "00", | ||||
@@ -24,7 +24,7 @@ | |||||
</view> | </view> | ||||
<view class='status04 st join-c' style='width:auto;'> | <view class='status04 st join-c' style='width:auto;'> | ||||
<view class='j-f'>您正在参加 {{nickName}} 的拼团</view> | <view class='j-f'>您正在参加 {{nickName}} 的拼团</view> | ||||
<view class='j-t'>剩余时间:<view class='j-time'>{{hour+' : '+min+' : '+sec}}</view></view> | |||||
<view class='j-t'>剩余时间:<view class='j-time'>{{day+' 天 '+hour+' : '+min+' : '+sec}}</view></view> | |||||
</view> | </view> | ||||
</view> | </view> | ||||
<view class='p-des'> | <view class='p-des'> | ||||
@@ -17,7 +17,7 @@ Page({ | |||||
paramData: null, | paramData: null, | ||||
data: null, | data: null, | ||||
clock: "00", | clock: "00", | ||||
day: "00", | |||||
day: "0", | |||||
hour: "00", | hour: "00", | ||||
min: "00", | min: "00", | ||||
sec: "00", | sec: "00", | ||||
@@ -147,7 +147,7 @@ Page({ | |||||
} else { | } else { | ||||
that.setData({ | that.setData({ | ||||
clock: "00", | clock: "00", | ||||
day: "00", | |||||
day: "0", | |||||
hour: "00", | hour: "00", | ||||
min: "00", | min: "00", | ||||
sec: "00", | sec: "00", | ||||