摘要: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
02 2019 档案
摘要: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
摘要:document.querySelector('.layout') && document.querySelector('.layout').scrollIntoView()
阅读全文
posted @ 2019-02-11 17:45
|
||