|
@@ -2,10 +2,6 @@
|
|
|
<view class="group">
|
|
|
<scroll-view scroll-y="{{true}}">
|
|
|
<view class="group-container">
|
|
|
- <view class="search">
|
|
|
- <input type="text" placeholder="小学三年级下"></input>
|
|
|
- <image class="sou" src="../../static/groupImg/Group 11@2x.png"></image>
|
|
|
- </view>
|
|
|
<view class="less-group">
|
|
|
<view class="title">
|
|
|
<image class="ren" src="../../static/groupImg/tuandui@2x.png"></image>
|
|
@@ -19,7 +15,7 @@
|
|
|
<view>拼团价 <text>¥{{item.price / 100}}</text></view>
|
|
|
<view>原价 <text style="text-decoration: line-through;">¥{{item.originPrice / 100}}</text></view>
|
|
|
<view class="group-num">
|
|
|
- <image src="../../static/groupImg/Rectangle 30@2x.png" ></image>
|
|
|
+ <image src="../../static/groupImg/Rectangle_30.png" ></image>
|
|
|
<text>{{item.headcount}}人团</text>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -29,7 +25,7 @@
|
|
|
</view>
|
|
|
<view class="whole-group">
|
|
|
<view class="title">
|
|
|
- <image class="ren" src="../../static/groupImg/Shape@2x.png" style="width: 30rpx; height: 38rpx;"></image>
|
|
|
+ <image class="ren" src="../../static/groupImg/Shape3.png" style="width: 30rpx; height: 38rpx;"></image>
|
|
|
<text class="left">全部课程<text class="quota" style="margin-left: 20rpx;">拼团大不同</text></text>
|
|
|
<text class="right">更多 ></text>
|
|
|
</view>
|
|
@@ -44,7 +40,7 @@
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
<view class="Collage-bottom">
|
|
|
- <image class="bg" src="../../static/groupImg/Rectangle 9.png"></image>
|
|
|
+ <image class="bg" src="../../static/groupImg/Rectangle_9.png"></image>
|
|
|
<view bindtap="sendGroup">
|
|
|
<image src="../../static/groupImg/Shape1@2x.png"></image>
|
|
|
<text>发起团购</text>
|