This commit is contained in:
Gdpao
2020-08-31 16:31:31 +08:00
parent 2d8e738164
commit b1b4298721
3 changed files with 12 additions and 3 deletions

View File

@@ -100,9 +100,10 @@
<image src="/static/image/mine/16.png"></image>
<view>使用帮助</view>
</view>
<view @click="toOtherPage('/more/Complaints')">
<view class="badge-box" @click="toOtherPage('/more/Complaints')">
<image src="/static/image/mine/15.png"></image>
<view>投诉意见</view>
<u-badge size="mini" :count="userInfo.feedback_show" :offset="offset" type="error"></u-badge>
</view>
<!-- <view></view> -->
</view>
@@ -163,7 +164,8 @@ export default {
link: '/order/Index?current=7',
number: '',
},
]
],
offset: [-10,6]
};
},
filters: {
@@ -466,6 +468,9 @@ export default {
margin-right: 36rpx;
}
}
.badge-box {
position: relative;
}
}
}
}