This commit is contained in:
lym
2026-03-18 17:27:43 +08:00
parent 4a5d7353ed
commit c076cf32b0
34 changed files with 480 additions and 264 deletions

View File

@@ -38,7 +38,7 @@
</view>
</view>
</view>
<view class="notice_box">
<view class="notice_box" wx:if="{{IFCS==2}}" >
<view class="notice_title">
<image src="../../images/notice.png"></image><text>最新公告</text>
</view>
@@ -54,7 +54,7 @@
</view>
<!-- IFCS==1 -->
<view class="mydata_box0" wx:if="{{IFCS==1}}">
<view class="mydata_box0_bo">
@@ -121,15 +121,15 @@
<block wx:for="{{products}}" wx:for-item="cell" wx:for-index="index0">
<view class='block {{products.length > 1 ? "block0" : ""}} {{products.length > 1 && index0 % 2 == 0 ? "l" : ""}} {{products.length > 1 && index0 % 2 == 1 ? "r" : ""}}' bindtap="gotodetail" data-id="{{cell._id}}">
<view class='choice_item'>
<view class='choice_item_image'>
<image src="{{cell.image}}" />
</view>
<view class='choice_item_font'>
<view class="title">{{cell.name}}</view>
<view class="price">零售价:¥{{cell.scje}}</view>
<view class="price">会员价:¥{{cell.hyje}}</view>
<view wx:if="{{products.length == 1}}" class="right_button">
<view>立即购买</view>
<image src="{{cell.image}}"/>
<view class="title">{{cell.name}}</view>
<view class="je">
<view class="jeto">
<view>零售价: </view>
<view class="scje">¥{{cell.scje}}</view>
</view>
<view class="jeto jeto0">
<view class="viphyj">会员价:<text>¥{{cell.hyje}}</text></view>
</view>
</view>
</view>
@@ -138,7 +138,7 @@
</view>
</view>
</view>
<view class="container_box_to" style="margin-bottom: 6em;">
<view class="container_box_to" style="margin-bottom: 6em;" wx:if="{{IFCS==2}}" >
<view class="choice_text">
<view class="line_flag"></view>
<text>兑换商城</text>
@@ -153,15 +153,11 @@
<block wx:for="{{products0}}" wx:for-item="cell" wx:for-index="index0">
<view class='block {{products0.length > 1 ? "block0" : ""}} {{products0.length > 1 && index0 % 2 == 0 ? "l" : ""}} {{products0.length > 1 && index0 % 2 == 1 ? "r" : ""}}' bindtap="gotoPointDetail" data-id="{{cell._id}}">
<view class='choice_item'>
<view class='choice_item_image'>
<image src="{{cell.image}}" />
</view>
<view class='choice_item_font'>
<view class="title">{{cell.name}}</view>
<view class="price" style="display:none;">零售价:¥{{cell.scje}}</view>
<view class="price">兑换券:{{cell.hyje}}</view>
<view wx:if="{{products0.length == 1}}" class="right_button">
<view>立即购买</view>
<image src="{{cell.image}}"/>
<view class="title">{{cell.name}}</view>
<view class="je">
<view class="jeto jeto0">
<view class="viphyj">兑换券:<text>{{cell.hyje}}</text></view>
</view>
</view>
</view>