Browse Source

add img

organize
刘嘉炜 3 years ago
parent
commit
ce81ed6abc
  1. 15
      src/pages/turnover/turnover.vue

15
src/pages/turnover/turnover.vue

@ -10,7 +10,7 @@
<view class="tts-address" v-if="tabID == 0&&storeList.length > 1">
<image class="ta-logo" :src="pageInfo.logo" mode="aspectFit"></image>
<view>{{pageInfo.name || '-'}}</view>
<!-- <image mode="aspectFit" src="/static/images/icon/arrow_b2.png"></image> -->
<image class="ta-change-btn" mode="aspectFit" src="/static/images/icon/arrow_b2.png"></image>
</view>
<!-- 仅有一家店铺情况下没有品牌查看权限 -->
<view class="tts-address" v-else-if="tabID == 1&&storeList.length ==1">
@ -26,7 +26,7 @@
<view class="tts-money">
<view>{{pageInfo.duration || '-'}}</view>
<view>总收入</view>
<view><text>总收入</text><image></image></view>
<view><text>¥</text>{{pageInfo.total || '0'}}</view>
</view>
<view class="tts-preview">
@ -322,6 +322,9 @@ export default {
width: 52upx;
height: 52upx;
}
.ta-change-btn{
background-color: skyblue;
}
}
.tts-money{
padding-top: 48upx;
@ -342,6 +345,14 @@ export default {
line-height: 40upx;
font-size: 28upx;
color: #9c9c9f;
>image{
display: inline-block;
vertical-align: middle;
width: 28upx;
height: 28upx;
margin-left: 8upx;
background-color: skyblue;
}
}
&:nth-child(3){
line-height: 90upx;

Loading…
Cancel
Save