问题修复

This commit is contained in:
zhanglei
2025-07-09 16:22:25 +08:00
parent a97a11c0a1
commit f629d4dde2
13 changed files with 137 additions and 4 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
android:theme="@style/Theme.HearthyClients">
<meta-data
android:name="com.amap.api.v2.apikey"
android:value="62fe51fa2942941774fc033ece96bbad" />
android:value="7beba04fc2b34330900b0438639aca58" />
<!--高德定位服务-->
<service android:name="com.amap.api.location.APSService"></service>
<activity
@@ -113,6 +113,9 @@ class ConsultRecordViewModel : BaseViewModel() {
* 获取咨询列表
*/
fun getConsultRecordList(isRefresh: Boolean) {
if (consultType.value==0) {
return
}
if (1 == consultType.value &&
(CONSULT_IMAGE_TEXT_STATE_IN_PROGRESS == consultState.value ||
CONSULT_IMAGE_TEXT_STATE_WAIT_REPLY == consultState.value)) { //如果是图文咨询并且是咨询中的状态需单独去IM获取未读会话列表再匹配咨询列表,以获取未读消息数

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

+1 -1
View File
@@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools"
tools:ignore="MissingTranslation">
<string name="app_name">专家端</string>
<string name="app_name">健康油我专家端</string>
<!--页面标题-->
<string name="title_workbench">健康专家库</string>