Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-21 16:04:10 | 2 | * @Date: 2022-09-21 16:04:10 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2022-11-03 11:55:27 | 4 | + * @LastEditTime: 2022-11-03 11:57:17 |
| 5 | * @FilePath: /swx/src/pages/createActivity/index.vue | 5 | * @FilePath: /swx/src/pages/createActivity/index.vue |
| 6 | * @Description: 创建活动页面 | 6 | * @Description: 创建活动页面 |
| 7 | --> | 7 | --> |
| ... | @@ -217,7 +217,7 @@ | ... | @@ -217,7 +217,7 @@ |
| 217 | size="1.5rem" active-color="#199A74" inactive-color="#FFFFFF" /> | 217 | size="1.5rem" active-color="#199A74" inactive-color="#FFFFFF" /> |
| 218 | </view> | 218 | </view> |
| 219 | <view v-if="!limit_number" class="form-item border"> | 219 | <view v-if="!limit_number" class="form-item border"> |
| 220 | - <view class="form-item-title fix">参加人数</view> | 220 | + <view class="form-item-title fix">人数上限</view> |
| 221 | <view style="float: right;"> | 221 | <view style="float: right;"> |
| 222 | <!-- <van-field :value="temp_reg_max" label="" placeholder="请输入参加人数" | 222 | <!-- <van-field :value="temp_reg_max" label="" placeholder="请输入参加人数" |
| 223 | placeholder-style="color: #999; font-size: 1rem;" input-align="right" customStyle="" rightIcon="" | 223 | placeholder-style="color: #999; font-size: 1rem;" input-align="right" customStyle="" rightIcon="" | ... | ... |
-
Please register or login to post a comment