1
This commit is contained in:
parent
a9de257e24
commit
fa1c47d87c
@ -200,7 +200,10 @@
|
||||
<view class='title acea-row row-between-wrapper'>
|
||||
<view class="acea-row row-middle left-wrapper" @click.stop="goMall(item)">
|
||||
<text class="iconfont icon-shangjiadingdan"></text>
|
||||
<view class="store-name">{{item.merchant.mer_name}}</view>
|
||||
<view class="store-name">
|
||||
<view>{{item.merchant.mer_name}}</view>
|
||||
<text style="font-size: 22rpx;background-color: #ecfaed;color: #40ae36;border-radius: 40rpx;padding: 5rpx 10rpx;">{{item.merchant.cloud_warehouse}}</text>
|
||||
</view>
|
||||
<text class="iconfont icon-xiangyou"></text>
|
||||
</view>
|
||||
<view v-if="item.status == 0" class='t-color'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user