Commit a6e6c2c4 authored by jtwu's avatar jtwu

3

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