|
@@ -0,0 +1,110 @@
|
|
|
+<!--pages/mask/mask.wxml-->
|
|
|
+<view class="invitation" bindtap="toInvitation">
|
|
|
+ <text class="invitationTitle">邀请</text>
|
|
|
+</view>
|
|
|
+
|
|
|
+<!-- 蒙层 -->
|
|
|
+<view class="maskWrapper" wx:if="{{status}}">
|
|
|
+ <view>
|
|
|
+ <text>请您从下方列表中,选中一条课程或需求信息,作为邀请的具体内容,发给对方!</text>
|
|
|
+ </view>
|
|
|
+ <scroll-view class="scrollVertical" scroll-y>
|
|
|
+ <radio-group class="chooseList">
|
|
|
+ <radio class="chooseDetail">
|
|
|
+ <view class="courseTitle">
|
|
|
+ <text>课程号</text>
|
|
|
+ <text class="courseDetail">xxx</text>
|
|
|
+ </view>
|
|
|
+ <view class="courseTitle">
|
|
|
+ <text>辅导科目</text>
|
|
|
+ <text class="courseDetail">xxx</text>
|
|
|
+ </view>
|
|
|
+ </radio>
|
|
|
+ <radio class="chooseDetail">
|
|
|
+ <view class="courseTitle">
|
|
|
+ <text>课程号</text>
|
|
|
+ <text class="courseDetail">xxx</text>
|
|
|
+ </view>
|
|
|
+ <view class="courseTitle">
|
|
|
+ <text>辅导科目</text>
|
|
|
+ <text class="courseDetail">xxx</text>
|
|
|
+ </view>
|
|
|
+ </radio>
|
|
|
+ <radio class="chooseDetail">
|
|
|
+ <view class="courseTitle">
|
|
|
+ <text>课程号</text>
|
|
|
+ <text class="courseDetail">xxx</text>
|
|
|
+ </view>
|
|
|
+ <view class="courseTitle">
|
|
|
+ <text>辅导科目</text>
|
|
|
+ <text class="courseDetail">xxx</text>
|
|
|
+ </view>
|
|
|
+ </radio>
|
|
|
+ <radio class="chooseDetail">
|
|
|
+ <view class="courseTitle">
|
|
|
+ <text>课程号</text>
|
|
|
+ <text class="courseDetail">xxx</text>
|
|
|
+ </view>
|
|
|
+ <view class="courseTitle">
|
|
|
+ <text>辅导科目</text>
|
|
|
+ <text class="courseDetail">xxx</text>
|
|
|
+ </view>
|
|
|
+ </radio>
|
|
|
+ <radio class="chooseDetail">
|
|
|
+ <view class="courseTitle">
|
|
|
+ <text>课程号</text>
|
|
|
+ <text class="courseDetail">xxx</text>
|
|
|
+ </view>
|
|
|
+ <view class="courseTitle">
|
|
|
+ <text>辅导科目</text>
|
|
|
+ <text class="courseDetail">xxx</text>
|
|
|
+ </view>
|
|
|
+ </radio>
|
|
|
+ <radio class="chooseDetail">
|
|
|
+ <view class="courseTitle">
|
|
|
+ <text>课程号</text>
|
|
|
+ <text class="courseDetail">xxx</text>
|
|
|
+ </view>
|
|
|
+ <view class="courseTitle">
|
|
|
+ <text>辅导科目</text>
|
|
|
+ <text class="courseDetail">xxx</text>
|
|
|
+ </view>
|
|
|
+ </radio>
|
|
|
+ <radio class="chooseDetail">
|
|
|
+ <view class="courseTitle">
|
|
|
+ <text>课程号</text>
|
|
|
+ <text class="courseDetail">xxx</text>
|
|
|
+ </view>
|
|
|
+ <view class="courseTitle">
|
|
|
+ <text>辅导科目</text>
|
|
|
+ <text class="courseDetail">xxx</text>
|
|
|
+ </view>
|
|
|
+ </radio>
|
|
|
+ <radio class="chooseDetail">
|
|
|
+ <view class="courseTitle">
|
|
|
+ <text>课程号</text>
|
|
|
+ <text class="courseDetail">xxx</text>
|
|
|
+ </view>
|
|
|
+ <view class="courseTitle">
|
|
|
+ <text>辅导科目</text>
|
|
|
+ <text class="courseDetail">xxx</text>
|
|
|
+ </view>
|
|
|
+ </radio>
|
|
|
+ <radio class="chooseDetail">
|
|
|
+ <view class="courseTitle">
|
|
|
+ <text>课程号</text>
|
|
|
+ <text class="courseDetail">xxx</text>
|
|
|
+ </view>
|
|
|
+ <view class="courseTitle">
|
|
|
+ <text>辅导科目</text>
|
|
|
+ <text class="courseDetail">xxx</text>
|
|
|
+ </view>
|
|
|
+ </radio>
|
|
|
+
|
|
|
+ </radio-group>
|
|
|
+ </scroll-view>
|
|
|
+ <view class="commitAndCancel">
|
|
|
+ <view class="cancel" bindtap="cancelChosed">取消</view>
|
|
|
+ <view class="commit">发送</view>
|
|
|
+ </view>
|
|
|
+</view>
|