diff --git a/pages/home/home.vue b/pages/home/home.vue index 5923eab..b56449a 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -134,7 +134,8 @@ // console.log(res, 'res') console.log(res.msg.data, 'res.msg.data') uni.showModal({ - title: res.msg.data, + title: '提示', + content: res.msg.data, cancelText: '关闭', confirmText: '稍后提醒', success: res => {