Browse Source

bug

maziyang/feature-20251025172218-智能客服中台
lihuilin 4 weeks ago
parent
commit
b859bd75d7
  1. 2
      .hbuilderx/launch.json
  2. 2
      pages/home/member.vue

2
.hbuilderx/launch.json

@ -4,7 +4,7 @@
{
"customPlaygroundType" : "device",
"packageName" : "io.dcloud.HBuilder",
"playground" : "custom",
"playground" : "standard",
"type" : "uni-app:app-android"
}
]

2
pages/home/member.vue

@ -90,7 +90,7 @@ const dccode = ref('')
const userInfoRes = ref()//
userInfoRes.value = getUserInfo()
userInfoRes.value.then(res => {
username.value = res.data.username
username.value = res.data.dcname
dccode.value = res.data.dccode
console.log('用户信息', userInfoRes.value)
})

Loading…
Cancel
Save