1

parent 2ddbb9d4
......@@ -20,9 +20,10 @@ onMounted(() => {
xma.xh.getUserProfile({
range: ['ACCOUNT', 'MOBILE', 'CITIZEN'],
async success(info) {
const info2 = JSON.stringify(info);
xma.showModal({
title: '提示',
content: info,
content: info2,
success: function (res) {
if (res.confirm) {
console.log('用户点击确定');
......
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