litian
4 天以前 aff8d054df4a638f399dc8f15d98c19b9c9aa785
packageCourse/pages/studentClass/index.wxml
@@ -53,7 +53,7 @@
        <view class="c-name">
          <text>邀请码: </text>
          <view class="c-name-option">
            <t-input value="{{refCode}}" bindchange="onCourseNameInput" borderless clearable placeholder="请输入邀请码" />
            <t-input value="{{refCode}}" bind:change="onCourseNameInput" bind:clear="onCourseNameInput" borderless clearable placeholder="请输入邀请码" />
            <t-button bindtap="getClassDetail" size="small" style="margin-left: 15rpx;">查看班级</t-button>
          </view>
        </view>