feat(Sku): sku supports message initialization (#5668)

This commit is contained in:
Jake
2020-02-17 11:12:49 +08:00
committed by GitHub
parent ee9396c4c3
commit baf9ffb611
5 changed files with 19 additions and 1 deletions
+6
View File
@@ -346,6 +346,12 @@ messageConfig: {
text: 'xxx',
tel: 'xxx',
...
},
// 初始留言信息
// 键:留言 name
// 值:留言内容
initialMessages: {
留言: '留言信息'
}
}
```