问题修复
This commit is contained in:
@@ -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
|
||||
|
||||
+3
@@ -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,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>
|
||||
|
||||
Reference in New Issue
Block a user