修改
This commit is contained in:
parent
9e6388612e
commit
dc615a9a9d
@ -117,7 +117,7 @@
|
||||
uni.navigateTo({
|
||||
url: "/pages/template/template"
|
||||
})
|
||||
} else if (this.personRoleLoginFlag = 'nursePersonRole') {
|
||||
} else if (this.personRoleLoginFlag == 'nursePersonRole') {
|
||||
this.personopenPopup();
|
||||
}
|
||||
},
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<view class="app" v-if='personRoleLoginFlag'>
|
||||
<view class="item" @tap='personopenPopup' v-if="personRoleLoginFlag == 'wholeRole'">
|
||||
<image src="../../static/dingyuejieshou.png" mode=""></image>
|
||||
<image src="../../static/hlydingyue.png" mode=""></image>
|
||||
<view class="text">
|
||||
护理员预约订单消息通知
|
||||
</view>
|
||||
|
||||
BIN
static/hlydingyue.png
Normal file
BIN
static/hlydingyue.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
Loading…
Reference in New Issue
Block a user