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
+3
View File
@@ -198,6 +198,9 @@ export default {
},
},
messageConfig: {
initialMessages: {
留言1: '商品留言',
},
uploadImg: (file, img) =>
new Promise(resolve => {
setTimeout(() => resolve(img), 1000);