13 lines
493 B
Plaintext
Raw Permalink Normal View History

2025-06-06 15:17:30 +08:00
<!--subpackage/team/creat/creat.wxml-->
<!-- 创建群组 -->
<view class="page-content">
<mp-bar background="linear-gradient(190deg, #49a5fc 0%, #f7f7f7 800rpx, #f7f7f7 100%)" title="创建群组" color="#fff"></mp-bar>
<view class="creat-team">
<!-- <view>新增群组:</view> -->
<input type="text" class="ipt" placeholder="请输入群组名称" bindinput="iptTeam" />
<view class="btn-creat btn" bind:tap="creatTeamBtn">
提交创建
</view>
</view>
</view>