Commit 3cad729d authored by jtwu's avatar jtwu

1

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