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
|
@@ -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
|
-
|
|
200
|
+
this.$xdUniHelper.navigateBack();
|
|
201
201
|
},
|
|
202
202
|
},
|
|
203
203
|
};
|