结果图片增加显示姓名

This commit is contained in:
zhl 2019-12-03 20:22:13 +08:00
parent 3437343ba0
commit f08d3a17bb

View File

@ -121,6 +121,18 @@ export default {
height: '1334rpx' height: '1334rpx'
} }
}, },
{
type: 'text',
text: this.users,
css: {
top: '20rpx',
left: '40rpx',
width: '750rpx',
color: '#000000',
textAlign: 'left',
fontSize: '40rpx'
}
},
{ {
type: 'text', type: 'text',
text: this.title, text: this.title,