jufubao-base 1.0.162-beta11 → 1.0.162-beta12

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.162-beta11",
3
+ "version": "1.0.162-beta12",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -307,6 +307,8 @@ export default {
307
307
  }).value;
308
308
  },
309
309
  onJfbShow(options) {
310
+ this.other = false;
311
+ this.show = true;
310
312
  console.log("event.onJfbShow", options);
311
313
  },
312
314
  },
@@ -325,7 +327,6 @@ export default {
325
327
  padding-top: 300rpx;
326
328
  align-items: center;
327
329
  flex-direction: column;
328
- height: 100%;
329
330
  &-text {
330
331
  margin-top: 40rpx;
331
332
  color: #666;