【银保app】增加有新消息图标的样例

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2022-11-08 18:14:10 +08:00
parent ac621fd432
commit 1f88e9d31e
3 changed files with 3 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -2,7 +2,7 @@
export default function jump(options) {
// eslint-disable
if (window.WebViewJavascriptBridge && options.flag) {
if (options.flag == 'h5' || options.flag == 'service' || options.flag == 'home' || options.flag == 'mine') {
if (options.flag == 'h5' || options.flag == 'service' || options.flag == 'home' || options.flag == 'mine' || options.flag == 'message' || options.flag == 'setting') {
EWebBridge.webCallAppInJs('bridge', {
flag: options.flag,
extra: options.extra

View File

@@ -8,12 +8,13 @@
<div style="display:flex;justify-content: flex-start;padding: 65px 15px 15px 20px;align-items: center;">
<div style="width:60px;">
<!-- <img style="width:100%;" src="@/assets/YB_APP/images/25.png" @click="uploadHeadImage(item)"> -->
<img style="width:100%;" :src="imagePath" @click="uploadHeadImage()">
<img style="width:100%;border-radius: 30px;" :src="userInfo.agentHeadImgUrl" @click="uploadHeadImage()">
</div>
<div style="margin-left:15px;">
<p style="color:#fff;padding: 3px;display: flex;align-items: center;">
<span style="font-size:20px;margin-right: 15px;font-weight: bold;">{{ userInfo.agentName | encryCheckModelName }}</span>
<img style="width:70px;" src="@/assets/YB_APP/images/31.png">
<!-- <div>123</div> -->
</p>
<p style="color:#e9e9e9;padding: 3px;">
<span>工号</span>