af-mobile-client-vue3 1.6.19 → 1.6.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -255,7 +255,7 @@ watch(() => props.userInfoId, async (newId) => {
|
|
|
255
255
|
}, { immediate: true })
|
|
256
256
|
|
|
257
257
|
onMounted(async () => {
|
|
258
|
-
const config: any = await getConfigByNameAsync('userInfoAndListConfig', 'af-revenue')
|
|
258
|
+
const config: any = await getConfigByNameAsync('userInfoAndListConfig', props.serviceName || 'af-revenue')
|
|
259
259
|
if (config) {
|
|
260
260
|
fixedUserDetails.value = config.info.map((item1: { field: string }) => {
|
|
261
261
|
const found = fixedUserDetails.value.find(item2 => item1.field === item2.field)
|