|
|
|
@ -4,7 +4,7 @@ |
|
|
|
<uni-nav-bar left-icon="left" :rightText="isDelete?'Done':'Delete'" :fixed="true" :border="false" |
|
|
|
title="Wishlist" color="#fff" backgroundColor="#000000" @clickLeft="back" @clickRight="clickRight()"/> |
|
|
|
</view> |
|
|
|
<view class="wishlist-modification padding-top-40"> |
|
|
|
<view class="wishlist padding-top-40"> |
|
|
|
<view class="wishlist_item" v-for="(item,index) in goodsList" :key="item.goods_id" > |
|
|
|
<view class="wishlist_item_img "@click="isDelete?selectGoods(item.goods_id,index): goDetails(item.goods_id)"> |
|
|
|
<image :src="item.goods_img" mode="" class="wishlist_item_img_goods"></image> |
|
|
|
@ -15,6 +15,8 @@ |
|
|
|
<view class="wishlist_item_bottom"> |
|
|
|
<text style="margin-left: 4px;">US${{item.promote_price?item.promote_price:item.shop_price}}</text> |
|
|
|
<image src="../../static/icon/cat_white.png" mode="" style="margin-right: 0px;" class="wishlist_item_bottom_icon" @click="isCart=true,getDate(item)"></image> |
|
|
|
<text>US${{item.promote_price?item.promote_price:item.shop_price}}</text> |
|
|
|
<image src="../../static/icon/cat_white.png" mode="" class="wishlist_item_bottom_icon" @click="isCart=true,getDate(item)"></image> |
|
|
|
<!-- <image src="../../static/img/delete.png" mode="" class="wishlist_item_bottom_icon" @click="removeL(item)"> --></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|