|
@@ -0,0 +1,83 @@
|
|
|
+<!--pages/discount-group/discount-group.wxml-->
|
|
|
+<view class="discount-group">
|
|
|
+ <scroll-view scroll-y="{{true}}">
|
|
|
+ <view class="group-container">
|
|
|
+ <view class="less-group">
|
|
|
+ <view class="group-box">
|
|
|
+ <view class="group-item">
|
|
|
+ <image src="" style="background: red;"></image>
|
|
|
+ <view>拼团价 <text>¥1</text></view>
|
|
|
+ <view>原价 <text style="text-decoration: line-through;">¥99</text></view>
|
|
|
+ </view>
|
|
|
+ <view class="group-item">
|
|
|
+ <image src="" style="background: red;"></image>
|
|
|
+ <view>拼团价 <text>¥1</text></view>
|
|
|
+ <view>原价 <text style="text-decoration: line-through;">¥99</text></view>
|
|
|
+ </view>
|
|
|
+ <view class="group-item">
|
|
|
+ <image src="" style="background: red;"></image>
|
|
|
+ <view>拼团价 <text>¥1</text></view>
|
|
|
+ <view>原价 <text style="text-decoration: line-through;">¥99</text></view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+<view class="less-group">
|
|
|
+ <view class="group-box">
|
|
|
+ <view class="group-item">
|
|
|
+ <image src="" style="background: red;"></image>
|
|
|
+ <view>拼团价 <text>¥1</text></view>
|
|
|
+ <view>原价 <text style="text-decoration: line-through;">¥99</text></view>
|
|
|
+ </view>
|
|
|
+ <view class="group-item">
|
|
|
+ <image src="" style="background: red;"></image>
|
|
|
+ <view>拼团价 <text>¥1</text></view>
|
|
|
+ <view>原价 <text style="text-decoration: line-through;">¥99</text></view>
|
|
|
+ </view>
|
|
|
+ <view class="group-item">
|
|
|
+ <image src="" style="background: red;"></image>
|
|
|
+ <view>拼团价 <text>¥1</text></view>
|
|
|
+ <view>原价 <text style="text-decoration: line-through;">¥99</text></view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+<view class="less-group">
|
|
|
+ <view class="group-box">
|
|
|
+ <view class="group-item">
|
|
|
+ <image src="" style="background: red;"></image>
|
|
|
+ <view>拼团价 <text>¥1</text></view>
|
|
|
+ <view>原价 <text style="text-decoration: line-through;">¥99</text></view>
|
|
|
+ </view>
|
|
|
+ <view class="group-item">
|
|
|
+ <image src="" style="background: red;"></image>
|
|
|
+ <view>拼团价 <text>¥1</text></view>
|
|
|
+ <view>原价 <text style="text-decoration: line-through;">¥99</text></view>
|
|
|
+ </view>
|
|
|
+ <view class="group-item">
|
|
|
+ <image src="" style="background: red;"></image>
|
|
|
+ <view>拼团价 <text>¥1</text></view>
|
|
|
+ <view>原价 <text style="text-decoration: line-through;">¥99</text></view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+<view class="less-group">
|
|
|
+ <view class="group-box">
|
|
|
+ <view class="group-item">
|
|
|
+ <image src="" style="background: red;"></image>
|
|
|
+ <view>拼团价 <text>¥1</text></view>
|
|
|
+ <view>原价 <text style="text-decoration: line-through;">¥99</text></view>
|
|
|
+ </view>
|
|
|
+ <view class="group-item">
|
|
|
+ <image src="" style="background: red;"></image>
|
|
|
+ <view>拼团价 <text>¥1</text></view>
|
|
|
+ <view>原价 <text style="text-decoration: line-through;">¥99</text></view>
|
|
|
+ </view>
|
|
|
+ <view class="group-item">
|
|
|
+ <image src="" style="background: red;"></image>
|
|
|
+ <view>拼团价 <text>¥1</text></view>
|
|
|
+ <view>原价 <text style="text-decoration: line-through;">¥99</text></view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </scroll-view>
|
|
|
+ </view>
|