IOS下,wx.showModal() 中 title 过长显示不完整
wx.showModal({
title: '已有' + students.length + '名小朋友完成打卡喽,没完成的小朋友要加油啦!',
content: notPunchStrs,
confirmText: '复制转发',
confirmColor: '#27B189',
success(res) { }
});
安卓下表现:
IOS下表现: