wx.showLoading中title信息只能显示7个字?
wx.showLoading({
title: ‘图片文件上传中国地大物博’,
mask: true
})
如上所示,loading提示框,只能显示前面的7个字,……
8 回复
wx.showLoading({
title: ‘图片文件上传中国地大物博’,
mask: true
})
如上所示,loading提示框,只能显示前面的7个字,……