cmy 1 tahun lalu
induk
melakukan
596380fc04
2 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 2 2
      manifest.json
  2. 2 2
      pages/index/entertainment.vue

+ 2 - 2
manifest.json

@@ -1,5 +1,5 @@
 {
-    "name" : "竞猜",
+    "name" : "互娛有獎",
     "appid" : "__UNI__3DD0668",
     "description" : "",
     "versionName" : "1.0.0",
@@ -99,7 +99,7 @@
         }
     },
     "h5" : {
-        "title" : "",
+        "title" : "互娛有獎",
         "domain" : "",
         "router" : {
             "base" : "/index/",

+ 2 - 2
pages/index/entertainment.vue

@@ -119,7 +119,7 @@
 					<view v-else class="list-buttom red margin-r-10">
 						未开奖
 					</view>
-					<view class="list-buttom primary" @click="alertDetailOpen(item)">
+					<view class="list-buttom primary" v-if="item.status==1" @click="alertDetailOpen(item)">
 						{{$t('enter.u18')}}
 					</view>
 				</view>
@@ -146,7 +146,7 @@
 						<view class="type">
 							{{$t('gameList.a5')}}
 						</view>
-						<view class="num">
+						<view class="num" v-if="alertDetail.ts">
 							{{getTime(alertDetail.ts)}}
 						</view>
 					</view>