| | |
| | | <view class="icon-container">
|
| | | <image v-if="!dto.collection" src="../../../static/common/icon-sc.png" @click="collectItem(dto)"
|
| | | class="icon-sc"></image>
|
| | | <image v-if="dto.collection" src="../../../static/common/icon-sc.png" @click="collectItem(dto)"
|
| | | <image v-if="dto.collection" src="../../../static/common/icon-sc-fill.png" @click="collectItem(dto)"
|
| | | class="icon-sc"></image>
|
| | |
|
| | |
|
| | | <!-- <view class="num">12</view>-->
|
| | | </view>
|
| | | <view class="icon-container">
|
| | | <image src="../../../static/common/icon-shop.png" @click="submitShopping(dto)" class="icon-shop">
|
| | | <image src="../../../static/common/icon-shop.png" @click="toShopping(dto)" class="icon-shop">
|
| | | </image>
|
| | |
|
| | | </view>
|
| | |
| | | this.$message.hideLoading()
|
| | |
|
| | | },
|
| | | toShopping() {
|
| | | uni.navigateTo({
|
| | | url: '/sub_pages/customer/shopping/shopping'
|
| | | })
|
| | | },
|
| | | openbrand() {
|
| | | uni.navigateTo({
|
| | | url: '/sub_pages/customer/shop/shop?id=' + (this.dto.id || '')
|