jufubao-forms 1.0.5-beta1 → 1.0.5-beta2

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": "jufubao-forms",
3
- "version": "1.0.5-beta1",
3
+ "version": "1.0.5-beta2",
4
4
  "private": false,
5
5
  "description": "聚福宝表单业务插件库",
6
6
  "main": "index.js",
@@ -49,7 +49,8 @@
49
49
  </view>
50
50
  <view v-if="qaResult" class="qa_result">
51
51
  <view class="result_status" v-if="qaResult.right">
52
- <xd-font-icon class="icon_font" icon="iconzan_mian"></xd-font-icon> 恭喜您,回答正确!</view>
52
+ <!-- <xd-font-icon class="icon_font" icon="iconzan_mian"></xd-font-icon> 恭喜您,回答正确! -->
53
+ </view>
53
54
  <template v-else>
54
55
  <view class="result_status error">
55
56
  <xd-font-icon class="icon_font" icon="iconmingchengtubiao"></xd-font-icon> 回答有误,再接再厉哦!</view>