Commit f96c08be authored by jtwu's avatar jtwu

2

parent 876cb5d5
......@@ -489,6 +489,9 @@
// })
showLoading.value = true;
let d = await aiNaming(param);
// 隐藏
// uni.hideLoading()
showLoading.value = false;
if (d) {
let nameList = d?.data;
console.log('取名回调:', nameList)
......@@ -499,9 +502,6 @@
})
return
}
// 隐藏
// uni.hideLoading()
showLoading.value = false;
jump({
type: JumpType.INNER,
......
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