<!--pages/group-details/group-details.wxml--> <view class="group-details"> <view class="details-head" bindtap="collage"> <view class="headImg"> <view class="headImg-item"> </view> <view class="headImg-item"> </view> <view class="headImg-item"> <image src="../../../static/groupImg/Mask Copy@2x.png"></image> </view> <view class="headImg-item"> <image src="../../../static/groupImg/Mask Copy@2x.png"></image> </view> <view class="headImg-item"> <image src="../../../static/groupImg/Mask Copy@2x.png"></image> </view> <view class="headImg-item"> <image src="../../../static/groupImg/Mask Copy@2x.png"></image> </view> </view> <view class="shengyu"> <view class="shengyu-num">仅剩<text>3</text>个名额就拼团成功了</view> <view class="shengyu-time"> 剩余时间: <view class="time"> <image src="../../../static/groupImg/Rectangle 31@2x.png"></image> <text>1</text> </view> 天 <view class="time"> <image src="../../../static/groupImg/Rectangle 31@2x.png"></image> <text>1</text> </view> <view class="time"> <image src="../../../static/groupImg/Rectangle 31@2x.png"></image> <text>1</text> </view> 时 <view class="time"> <image src="../../../static/groupImg/Rectangle 31@2x.png"></image> <text>1</text> </view> <view class="time"> <image src="../../../static/groupImg/Rectangle 31@2x.png"></image> <text>1</text> </view> 分 </view> </view> </view> <scroll-view scroll-y="{{true}}"> <view class="grade-details" bindtap="gradeDetails"> <image src="" style="background: red;"></image> <text>【部编版】一年级语文同步-上学期</text> <text>《语文一年级上册》为人教社2016年修订的教材,包括“我上学了识字汉语拼音课文口语交际语文园地”和“快乐读吧供一年级上学期使用。</text> </view> <view class="catalog"> <image src="../../../static/groupImg/Rectangle 34@2x.png"></image> <text>语文目录</text> </view> <view class="catalog-list"> <view class="catalog-item"> <text class="left">第一课 小小的船</text> <text class="right">3215朗读 ></text> </view> <view class="catalog-item"> <text class="left">第一课 小小的船</text> <text class="right">3215朗读 ></text> </view> <view class="catalog-item"> <text class="left">第一课 小小的船</text> <text class="right">3215朗读 ></text> </view> </view> </scroll-view> <view class="group-details-btn"> <view class="left-btn"> 开团 </view> <view class="right-btn"> <image src="../../../static/groupImg/Rectangle 8 Copy@2x.png"></image> <text>参团</text> </view> </view> </view>