Ver código fonte

免费抽奖改为抽奖

DELL 3 anos atrás
pai
commit
22835bdc16

+ 1 - 1
src/components/custom-tab-bar/custom-tab-bar.vue

@@ -65,7 +65,7 @@
 						name: "activity",
 						iconPath: "../../static/tabbar/activity.png",
 						selectedIconPath: "../../static/tabbar/activity_select.png",
-						text: "免费抽奖"
+						text: "抽奖"
 					},
 					{
 						name: "user",

+ 2 - 2
src/pages/activity/index.vue

@@ -1,7 +1,7 @@
 <template>
 	<view class="activity">
 		<u-navbar leftIconSize="0" :placeholder="true" bgColor="#ffffff">
-			<view slot="left" style="font-size: 32rpx;">免费抽奖</view>
+			<view slot="left" style="font-size: 32rpx;">前往抽奖</view>
 		</u-navbar>
 		<view class="status">
 			<u-tabs @change="changeTab" :scrollable="false" :list="statusArr" lineWidth="30" lineHeight="3"
@@ -35,7 +35,7 @@
 								<view v-else class="time">开奖时间:{{ $parseTime(item.endTime, '{y}-{m}-{d} {h}:{i}:{s}')}}</view>
 							</view>
 							<view class="details">
-								<button class="details-button" v-if="item.status.value == 3">免费参与</button>
+								<button class="details-button" v-if="item.status.value == 3">前往参与</button>
 								<button class="details-buttonTwo" v-else-if="item.isHit == 0">未中奖</button>
 								<button class="details-button" v-else-if="item.isHit == 1">已中奖</button>
 								<!-- <button class="details-buttonTwo" v-else>即将开始</button> -->