This commit is contained in:
2020-09-04 17:29:45 +08:00
parent 377f3b080a
commit 83eb365628
12 changed files with 745 additions and 26 deletions

View File

@@ -109,6 +109,10 @@
<image src="/static/image/mine/45.png"></image>
<view>达人申请</view>
</view>
<view @click="toOtherPage('/more/MineInvoice')">
<image src="/static/image/mine/46.png"></image>
<view>我的发票</view>
</view>
</view>
</view>
</view>
@@ -451,7 +455,7 @@ export default {
width: 100rpx;
}
> view:not(:last-child) {
margin-right: 32rpx;
margin-right: 16rpx;
}
}
}
@@ -468,7 +472,7 @@ export default {
width: 100rpx;
}
> view:not(:last-child) {
margin-right: 32rpx;
margin-right: 16rpx;
}
}
.badge-box {