| | |
| | | <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({
|
| | |
| | | height: 80rpx;
|
| | | background: rgba(0, 0, 0, 0.42);
|
| | | border-radius: 50%;
|
| | | display:flex;
|
| | | |
| | | display: flex;
|
| | |
|
| | | .icon-sc {
|
| | | width: 54rpx;
|
| | | height: 54rpx;
|