askbot-dragon 1.5.50-beta → 1.5.52-beta

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.5.50-beta",
3
+ "version": "1.5.52-beta",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "build": "vue-cli-service build",
@@ -229,8 +229,8 @@
229
229
  index + 1
230
230
  }.png" align="middle">`;
231
231
  },
232
- onRadioClickReco(id, name, apikey) {
233
- this.$emit("onRadioClick", id, name, apikey);
232
+ onRadioClickReco(id, name, apikey,optionApiKey) {
233
+ this.$emit("onRadioClick", id, name, apikey,optionApiKey);
234
234
  },
235
235
  onImageClick(url){
236
236
  this.$emit('onImageClick', encodeURI(url))
@@ -9,9 +9,8 @@
9
9
  :class="index!==msg.recommend.list.length -1?'recommend-item':'last-item'"
10
10
  :key="msg.nodeId + '_' + index"
11
11
  @click="radioClick(option,index,msg)">
12
- >
13
- {{ option.text
14
- }}<i class="arsenal_icon arsenalangle-right-solid"></i>
12
+ {{ option.text}}
13
+ <i class="arsenal_icon arsenalangle-right-solid"></i>
15
14
  </p>
16
15
  </div>
17
16
  </div>