|
@@ -49,9 +49,12 @@
|
|
|
<text class="text-white mine_min">{{ item.price }} <text class="text-white text-sm">¥</text> </text>
|
|
|
</view>
|
|
|
<view class="text-center">
|
|
|
- <img src="https://img.shuimuai.com/web/btn_seedetil_2.png" class="check_detail" alt=""
|
|
|
- @click="changeCardShow(item.goods_id)"
|
|
|
- >
|
|
|
+ <img src="https://img.shuimuai.com/web/btn_seedetil_1%402x.png" class="check_detail" alt=""
|
|
|
+ v-if="card_action_show == item.goods_id"
|
|
|
+ >
|
|
|
+ <img src="https://img.shuimuai.com/web/btn_seedetil_2.png" class="check_detail" alt=""
|
|
|
+ v-else
|
|
|
+ >
|
|
|
</view>
|
|
|
|
|
|
</div>
|
|
@@ -108,8 +111,11 @@
|
|
|
<view class="text-center">
|
|
|
<text class="text-white mine_min">{{ item.price }} <text class="text-white text-sm">¥</text> </text>
|
|
|
</view>
|
|
|
+ <img src="https://img.shuimuai.com/web/btn_seedetil_1%402x.png" class="check_detail" alt=""
|
|
|
+ v-if="card_action_show == item.goods_id"
|
|
|
+ >
|
|
|
<img src="https://img.shuimuai.com/web/btn_seedetil_2.png" class="check_detail" alt=""
|
|
|
- @click="changeCardShow(item.goods_id)"
|
|
|
+ v-else
|
|
|
>
|
|
|
|
|
|
</div>
|