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>