showModal修改
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user