|
@@ -7,7 +7,7 @@
|
|
<view v-if="item.shopPromotion" class="floor-item-act">
|
|
<view v-if="item.shopPromotion" class="floor-item-act">
|
|
<view class="floor-tags" @click.stop="clickPopupShow(item.shopPromotion)">{{item.shopPromotion.name}}</view>
|
|
<view class="floor-tags" @click.stop="clickPopupShow(item.shopPromotion)">{{item.shopPromotion.name}}</view>
|
|
</view>
|
|
</view>
|
|
- <view class="title-text">{{item.shopName}}</view>
|
|
|
|
|
|
+ <view class="title-text" @click="goShophome(item.shopID)">{{item.shopName}}<label class="iconfont icon-jinrudianpu"></label></view>
|
|
</view>
|
|
</view>
|
|
<view class="productlist" v-for="(pros,idx) in item.orderProductList" :key="idx">
|
|
<view class="productlist" v-for="(pros,idx) in item.orderProductList" :key="idx">
|
|
<view class="goods-pros-t " @click="details(pros.productID)">
|
|
<view class="goods-pros-t " @click="details(pros.productID)">
|
|
@@ -118,6 +118,9 @@
|
|
|
|
|
|
},
|
|
},
|
|
methods:{
|
|
methods:{
|
|
|
|
+ goShophome(id){
|
|
|
|
+ this.$api.navigateTo(`/supplier/pages/user/my-shop?shopId=${id}`)
|
|
|
|
+ },
|
|
details(id){
|
|
details(id){
|
|
this.$api.navigateTo(`/pages/goods/product?id=${id}`)
|
|
this.$api.navigateTo(`/pages/goods/product?id=${id}`)
|
|
},
|
|
},
|
|
@@ -177,6 +180,11 @@
|
|
text-align: left;
|
|
text-align: left;
|
|
line-height: 56rpx;
|
|
line-height: 56rpx;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
|
+ .iconfont{
|
|
|
|
+ color: #999999;
|
|
|
|
+ font-size: 28rpx;
|
|
|
|
+ margin-left: 10rpx;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.floor-item-act{
|
|
.floor-item-act{
|
|
height: 56rpx;
|
|
height: 56rpx;
|