h5修改提交

master
lion 2 months ago
parent abbb6f73cb
commit b024827356

@ -1,6 +1,16 @@
<template> <template>
<view> <view>
<view class=""> <view class="">
<u-popup :show="showDisabled" mode="center" @close="showDisabled=false" :round="10">
<view class="mpopup">
<view class="mpopup-title">
提示
</view>
<view class="mpopup-content" style="padding: 40rpx 20rpx;">
<view style="text-align: center;font-size: 32rpx;">您选择的场次不可预约</view>
</view>
</view>
</u-popup>
<view class="activityBox"> <view class="activityBox">
<view class="activityBox-top"> <view class="activityBox-top">
<swiper autoplay="true" :interval="4000" :duration="1000" :indicator-dots="true" <swiper autoplay="true" :interval="4000" :duration="1000" :indicator-dots="true"
@ -125,7 +135,8 @@
teamType: "", teamType: "",
activity_number_id: "", activity_number_id: "",
isCanBook:false, isCanBook:false,
showContent:false showContent:false,
showDisabled:false
} }
}, },
onLoad(options) { onLoad(options) {
@ -178,8 +189,9 @@
}, },
numChange(item) { numChange(item) {
if (item.disabled) { if (item.disabled) {
this.util.alert("您选择的场次不可预约!"); // this.util.alert("");
// this.isCanBook = false // this.isCanBook = false
this.showDisabled = true
return; return;
}; };
var _numbers = this.numbers; var _numbers = this.numbers;

@ -23,7 +23,7 @@
} }
.tag { .tag {
height: 37rpx; /* height: 37rpx; */
background: #ccc; background: #ccc;
border-radius: 8rpx; border-radius: 8rpx;
padding: 7rpx 16rpx; padding: 7rpx 16rpx;

Loading…
Cancel
Save