摘要:
1 2 3 props: ['resultTitle', 'resultFont', 'resultType'], 4 computed: { 5 imgSrc() { 6 switch (this.resultType) { 7 case 'BSX': 8 return require('./baoshou.png') 9 ... 阅读全文
posted @ 2019-02-11 18:03 Hhuizi 阅读(1935) 评论(0) 推荐(0)
|
摘要:
1 2 3 props: ['resultTitle', 'resultFont', 'resultType'], 4 computed: { 5 imgSrc() { 6 switch (this.resultType) { 7 case 'BSX': 8 return require('./baoshou.png') 9 ... 阅读全文
posted @ 2019-02-11 18:03 Hhuizi 阅读(1935) 评论(0) 推荐(0) |
||