askbot-dragon 1.1.20 → 1.1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "askbot-dragon",
3
- "version": "1.1.20",
3
+ "version": "1.1.21",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -125,6 +125,9 @@ export default {
125
125
  }
126
126
  this.msg.content.list.forEach(element => {
127
127
  element.src = 'https://static.guoranbot.com/cdn-office-website/askbot_doc/' + this.imageObj[element.format] + '.png';
128
+ if ((element.format === "txt" || element.format === "html") && element.source === "WECHAT") {
129
+ element.src = 'https://static.guoranbot.com/cdn-office-website/askbot_doc/wechat.png';
130
+ }
128
131
  });
129
132
  },
130
133
  mounted() {