xuxueyang
2024-09-09 c3319db3d83f2d4fa7fdf06e3792496ce77d90aa
sub_pages/customer/shopping/shopping.vue
@@ -38,7 +38,7 @@
                                 style="display: inline-block;">{{ dto.levelStr || '' }}</span>{{ dto.name || '-' }}
                           </view>
                           <view class="price" @click.stop="toDetail(dto)">
                              {{ dto.price || '-' }}元/扎
                              {{ dto.priceMember || dto.price || '-' }}元/扎
                           </view>
                           <view class="flex">
                              <view class="desc  flex p-t-5" @click.stop="toDetail(dto)">
@@ -120,7 +120,7 @@
               this.list && this.list.forEach(dto => {
                  dto.flowerList && dto.flowerList.forEach(item => {
                     if (this.ids.indexOf(item.id) >= 0) {
                        totalprice += item.price * item.num
                        totalprice += (item.priceMember || item.price || 0) * item.num
                     }
                  })
               })