hwq 3 years ago
parent
commit
452e470e2c
2 changed files with 5 additions and 5 deletions
  1. 2 2
      pages/index/datile.vue
  2. 3 3
      pages/index/index.vue

+ 2 - 2
pages/index/datile.vue

@@ -8,7 +8,7 @@
 						<view class="one">{{ list.data ? list.data.name : '' }}</view>
 						<view class="two">{{ index+1 }}轮</view>
 					</view>
-					<view class="three" style="color: #FF4C4C;" v-if="item.type == 1">预约中</view>
+					<view class="three" style="color: #FF4C4C;" v-if="item.type == 1">拼购中</view>
 					<view class="three" style="color: ##44969D;" v-if="item.type == 2">待上架</view>
 					<view class="three" style="color: ##6D7C88;" v-if="item.type == 3">已开奖</view>
 				</view>
@@ -38,7 +38,7 @@
 						<text>{{ item.name }}</text>
 					</view>
 				</view>
-				<view class="btn-box flex" v-if="item.type == 1" @click="buy()"><view class="submit" >预约</view></view>
+				<view class="btn-box flex" v-if="item.type == 1" @click="buy()"><view class="submit" >拼购</view></view>
 				<view class="btn-box flex" v-else ><view class="submit1" >{{item.type == 2 ? '待上架' : '已开奖'}}</view></view>
 			</view>
 		</scroll-view>

+ 3 - 3
pages/index/index.vue

@@ -50,7 +50,7 @@
 						<text id="one">{{ item.name }}</text>
 						<text id="two">{{ item.lun }}轮</text>
 					</view>
-					<text id="three">预约中</text>
+					<text id="three">拼购中</text>
 				</view>
 				<view class="shopBox-between">
 					<view class="number">
@@ -79,8 +79,8 @@
 					</view>
 				</view>
 				<view class="btn-box flex">
-					<view class="submit1" @click="lalaDetial(item.id)">查看更多</view>
-					<view class="submit" @click="buy(item)">购</view>
+					<view class="submit1" @click="lalaDetial(item.id)">当天拼购</view>
+					<view class="submit" @click="buy(item)">购</view>
 				</view>
 			</view>
 		</view>