|
@@ -12,24 +12,27 @@
|
|
|
<view class="catalog-list" hidden="{{!flag}}">
|
|
|
<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>
|
|
|
- <text class="right">{{item.readingNum}}朗读 ></text>
|
|
|
+ <view class="right">
|
|
|
+ <image src="../../../static/groupImg/bofnag.png"></image>
|
|
|
+ <text>{{item.readNum}} ></text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="know" hidden="{{flag}}">
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
<view class="group-btn {{isIPX ? 'bottomx' :''}}" wx:if="{{!share}}">
|
|
|
- <image class="bg1" src="../../../static/groupImg/Rectangle_9.png"></image>
|
|
|
- <image class="bg2" src="../../../static/groupImg/Rectangle_9.png"></image>
|
|
|
+ <image class="bg1" src="../../../static/groupImg/baise.png"></image>
|
|
|
+ <image class="bg2" src="../../../static/groupImg/baise.png"></image>
|
|
|
<block wx:for="{{payList}}" wx:key="{{index}}">
|
|
|
<view class="Price" bindtap="pay" data-id="{{item.id}}" wx:if="{{share ? (index != 0) : true }}">
|
|
|
<text>¥{{item.price / 100}}</text>
|
|
|
- <text>{{item.headcount == '1' ? '单' : item.headcount}}人团</text>
|
|
|
+ <text>{{item.headcount == '1' ? '单' : item.headcount}}人{{item.headcount == '1' ? '购' : '团'}}</text>
|
|
|
</view>
|
|
|
</block>
|
|
|
</view>
|
|
|
<view class="group-btn {{isIPX ? 'bottomx' :''}}" wx:if="{{share}}">
|
|
|
- <image class="bg1" src="../../../static/groupImg/Rectangle_9.png" style="left: 50%"></image>
|
|
|
+ <image class="bg1" src="../../../static/groupImg/baise.png" style="left: 50%"></image>
|
|
|
<block wx:for="{{payList}}" wx:key="{{index}}">
|
|
|
<view class="Price" bindtap="pay" data-id="{{item.id}}" wx:if="{{share ? (index != 0) : true }}">
|
|
|
<view>继续开团 赚奖学金</view>
|
|
@@ -40,4 +43,4 @@
|
|
|
</block>
|
|
|
</view>
|
|
|
</view>
|
|
|
-<popup id="popup" typeOf="sendSuccess" title="报告团长" headTextOne="您发起的团购已经成立" content="{{content}}"></popup>
|
|
|
+<popup id="popup" typeOf="sendSuccess" title="报告团长" headTextOne="您发起的团购已经成立" headTextTwo="订单号:{{groupPurchaseOrder.id}}" content="{{content}}"></popup>
|