靖荷

Results 3 issues of 靖荷

- [x] 我已经搜索过相关 [issues](https://github.com/wux-weapp/wux-weapp/issues) ,确定这个问题没有人提过。 ### 重现链接 无 ### 重现步骤 ``` {{note}} import { baseInfoNotes } from '../notes'; export default { data() { return { baseInfoNotes, showBaseInfo: false } },...

``` ``` 控制台报错 ![image](https://user-images.githubusercontent.com/43196431/149093541-0bf46f96-febe-440a-a7d3-ba35830a028e.png)

![image](https://user-images.githubusercontent.com/43196431/125297612-f52e9f80-e359-11eb-82d5-4cd527ba242f.png) template部分 `` js部分 ` async getGraphValidationCode() { const res = await this.$api.common.getGraphCode(); this.graphCodeImg = res.data ? res.data.svg : ''; } ` graphCodeImg为后端返回的字符串类型的svg元素