fix: update showModal

master
XuPeng 2021-07-23 11:25:26 +08:00
parent e713117b92
commit 8e0033ef17
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ Page({
})
wx.showModal({
title: '读取数据成功',
content: storageData,
content: `${storageData}`,
})
}
}