Commit c0dcb6d1 by pangchong

feat: 修改

parent db84b174
......@@ -46,6 +46,9 @@ const list = ref([
])
const handleClickTabbar = (name) => {
if (name == 'chat') {
return uni.$mocpMessage.warning('暂未开放!')
}
es('update:modelValue', name)
es('change', name)
}
......
......@@ -21,5 +21,5 @@ export const getParamNameByValue = (paramType, paramName, extend = {}) => {
}, [])
.join(',')
}
return getParamsByType(paramType).find((item) => item.value == paramName)?.label || ''
return getParamsByType(paramType)?.find((item) => item.value == paramName)?.label || ''
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment