Commit 4e9d44b6 by kaisa

feat:更新

parent cbf46ae6
...@@ -20,7 +20,7 @@ watch(() => props.resultLevel, (newVal) => { ...@@ -20,7 +20,7 @@ watch(() => props.resultLevel, (newVal) => {
} else if (newVal === 1) { } else if (newVal === 1) {
isSuccess.value = true isSuccess.value = true
} }
}, { deep: true }); }, { deep: true, immediate: true });
</script> </script>
<template> <template>
......
...@@ -27,7 +27,7 @@ const getAnchorSignView = async () => { ...@@ -27,7 +27,7 @@ const getAnchorSignView = async () => {
signLevel.value = data.levelInfo; signLevel.value = data.levelInfo;
// 签约状态 // 签约状态
resultLevel.value = data.signInfo; resultLevel.value = data.resultInfo;
// 签约平台 // 签约平台
platformList.value = data.list; platformList.value = data.list;
......
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 sign in to comment