Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
S'inscrire
Connexion
weapp
/
C
Suivre
8
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
66
Wiki
Activité
Parcourir la source
分享倒计时修改
tags/富茂链客4.1.0
刘晖
il y a 6 ans
Parent
d7d93cf826
révision
dd0033c7db
4 fichiers modifiés
avec
6 ajouts
et
6 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
pages/game/index.js
+2
-2
pages/joinFrDpell/index.js
+1
-1
pages/joinFrDpell/index.wxml
+2
-2
pages/spellDetail/index.js
+ 1
- 1
pages/game/index.js
Voir le fichier
@@ -37,7 +37,7 @@ Page({
}else{
this.setData({
url: options.url + "?token=" + app.globalData.token + "&gameId=" + options.gameId + "&id=" + options.id
// url: 'http://10.100.10.74:8080/g
oldEgg
/' + "?token=" + app.globalData.token + "&gameId=" + options.gameId + "&id=" + options.id
// url: 'http://10.100.10.74:8080/g
uaguale
/' + "?token=" + app.globalData.token + "&gameId=" + options.gameId + "&id=" + options.id
});
}
}
+ 2
- 2
pages/joinFrDpell/index.js
Voir le fichier
@@ -18,7 +18,7 @@ Page({
canSpell: true,
canBuyIf: true,
clock: "00",
day: "0
0
",
day: "0",
hour: "00",
min: "00",
sec: "00",
@@ -126,7 +126,7 @@ Page({
} else {
that.setData({
clock: "00",
day: "0
0
",
day: "0",
hour: "00",
min: "00",
sec: "00",
+ 1
- 1
pages/joinFrDpell/index.wxml
Voir le fichier
@@ -24,7 +24,7 @@
</view>
<view class='status04 st join-c' style='width:auto;'>
<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 class='p-des'>
+ 2
- 2
pages/spellDetail/index.js
Voir le fichier
@@ -17,7 +17,7 @@ Page({
paramData: null,
data: null,
clock: "00",
day: "0
0
",
day: "0",
hour: "00",
min: "00",
sec: "00",
@@ -147,7 +147,7 @@ Page({
} else {
that.setData({
clock: "00",
day: "0
0
",
day: "0",
hour: "00",
min: "00",
sec: "00",
Écrire
Aperçu
Chargement…
Annuler
Enregistrer