1

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