Commit c741cdd4 authored by tanjuanjuan's avatar tanjuanjuan

修改

parent 70e986a9
...@@ -233,9 +233,10 @@ ...@@ -233,9 +233,10 @@
}) })
ch.value = computed(() => { ch.value = computed(() => {
if (pInfo.value) { return pInfo.value.sex;
return pInfo.value.sex == '女' ? '女士' : '先生' // if (pInfo.value) {
} // return pInfo.value.sex == '女' ? '女士' : '先生'
// }
}) })
YandM.value = computed(() => { YandM.value = computed(() => {
if (pInfo.value) { if (pInfo.value) {
......
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