jufubao-base 1.0.236-beta4 → 1.0.236

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-base",
3
- "version": "1.0.236-beta4",
3
+ "version": "1.0.236",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -116,7 +116,7 @@
116
116
  fontSize: fontSize + 'rpx',
117
117
  }"
118
118
  v-html="$xdUniHelper.filterHtml(content)"
119
- @click="showStaticDialog = true"
119
+ @click="handleShowStatic"
120
120
  >
121
121
  </view>
122
122
  </view>
@@ -384,6 +384,17 @@
384
384
  else this.num = 1;
385
385
  this.is_hide_dailog = getContainerPropsValue(container, 'content.is_hide_dailog', 'N');
386
386
  },
387
+ handleShowStatic(){
388
+ this.$xdConfirm({
389
+ styles: this.styles,
390
+ isTitle: false,
391
+ content: this.content,
392
+ isHtml: true,
393
+ zIndex: 2000,
394
+ cancel: false,
395
+ width: '700rpx'
396
+ });
397
+ },
387
398
 
388
399
  handlePop(){
389
400
  console.log('this.time', this.time * 60 + '分钟');