jufubao-base 1.0.146-beta31 → 1.0.146-beta32

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.146-beta31",
3
+ "version": "1.0.146-beta32",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -121,7 +121,7 @@ export default {
121
121
  },
122
122
  created() {
123
123
  this.init(this.container);
124
-
124
+
125
125
  },
126
126
  methods: {
127
127
  onJfbLoad(options) {
@@ -195,9 +195,9 @@ export default {
195
195
  * @param container {object} 业务组件对象自己
196
196
  */
197
197
  init(container) {},
198
-
198
+
199
199
  onJfbBack(options) {
200
- console.log("event.onJfbBack", options);
200
+ this.$xdUniHelper.navigateBack();
201
201
  },
202
202
  },
203
203
  };
@@ -299,7 +299,7 @@ export default {
299
299
  init(container) {},
300
300
 
301
301
  onJfbBack(options) {
302
- console.log("event.onJfbBack", options);
302
+ this.$xdUniHelper.navigateBack();
303
303
  },
304
304
 
305
305
  },