123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <view class="group-details">
- <scroll-view scroll-y="{{true}}">
- <view class="grade-details">
- <image src="{{titleIcon}}"></image>
- {{lastThreeYears}{{lastThreeYears}
- </view>
- <view class="catalog">
-
- <view class="switch {{knowFlag ? 'select' : ''}}" data-flag="know" bindtap="tabSwitch">
- <image src="../../../static/image/know_menu_bg.jpg" wx:if="{{knowFlag}}"></image>
- <text >您需要知道</text>
- </view>
-
- <view class="switch {{menuFlag ? 'select' : ''}}" bindtap="tabSwitch" data-flag="menu" bindtap="tabSwitch">
- <image src="../../../static/image/know_menu_bg.jpg" wx:if="{{menuFlag}}"></image>
- <text >课文目录</text>
- </view>
- </view>
- <view class="catalog-list" hidden="{{!menuFlag}}">
- <view class="catalog-item" wx:for="{{lessonList}}" wx:key="{{index}}" data-id="{{item.id}}" data-title="{{item.title}}" bindtap="goToClass">
- <text class="left">{{item.title}}</text>
- <view class="right">
-
- {{item.readNum}
- <image src="../../../static/image/to.png"></image>
- </view>
- </view>
- </view>
-
- <view class="know" hidden="{{!knowFlag}}">
- <import src="../../../towxml/entry.wxml" />
- <template is="entry" data="{{...article}}" />
- </view>
- </scroll-view>
-
- {{isIPX ? 'bottomx' :''}{{!isIOS ? haveJoinNormal ? false : haveCreatedHelp ? false : haveJoinHelp ? true : true : false}
- {{payList}{{index}
- {{formIsANAsshole}{{item.id}{{item.headcount === 5 ? false : true }
- {{item.price / 100}
- {{item.headcount == '1' ? '单人购买' : '开团获得使用权'}
-
- {{isIPX ? 'bottomx' :''}{{isIOS ? haveCreatedHelp ? false : haveJoinNormal ? false : true :false }
- {{payList}{{index}{{!imSuper}
- {{formIsANAsshole}{{item.id}{{index != 0 && index != 2 }
-
- {{payList}{{index}{{imSuper && haveJoinHelp}
- {{formIsANAsshole}{{item.id}{{item.headcount == 1 || item.headcount == 5 ? false : true }
- {{tasteDay}
-
- {{payList}{{index}{{imSuper && !haveJoinHelp}
- {{formIsANAsshole}{{item.id}{{index != 0 && index != 2 }
-
- {{isIPX ? 'bottomx' :''}{{!isIOS ? haveJoinNormal ? true : haveCreatedHelp ? true : false : false}
- {{payList}{{index}
- {{formIsANAsshole}{{item.id}{{index != 0 && index != 2 }
-
- {{isIPX ? 'bottomx' :''}{{isIOS ? haveCreatedHelp ? false : haveJoinHelp ? true : false : false }
- {{payList}{{index}
- {{formIsANAsshole}{{item.id}{{item.headcount == 1 || item.headcount == 5 ? false : true }
-
- </view>
- <popup id="popup" typeOf="sendSuccess" title="报告团长" headTextOne="您发起的团购已经成立" headTextTwo="订单号:{{orderId}}" content="{{content}}"></popup>
- <myModal id="myModal" type="{{modalType}}" isCloseShow="{{isCloseShow}}" text="{{modalText}}" wx:if="{{isModalShow}}" bindconfirm="modalConfirmHandler" bindclose="modalCloseHandler" />
- <goBackHome id="goBackHome" shareType="{{goBackHome}}" wx:if="{{goBackHome}}" />
- <myToast bindShowAlert="showAlert" noRightRules="2" wx:if="{{alertFlag}}" />
|