|
|
@ -117,13 +117,12 @@ export default { |
|
|
|
reason: '' |
|
|
|
} |
|
|
|
}, |
|
|
|
mounted() {}, |
|
|
|
onLoad(option) { |
|
|
|
uni.setNavigationBarTitle({ |
|
|
|
title: option.title |
|
|
|
}) |
|
|
|
this.getBusinessType() |
|
|
|
this.options = getRemoveOption() |
|
|
|
// this.options = getRemoveOption() |
|
|
|
}, |
|
|
|
// 返回首页 |
|
|
|
onNavigationBarButtonTap(e) { |
|
|
@ -286,8 +285,11 @@ export default { |
|
|
|
fgChangeCommit(params) |
|
|
|
.then((res) => { |
|
|
|
const ss = res |
|
|
|
uni.hideLoading() |
|
|
|
this.currentPackage = null |
|
|
|
}) |
|
|
|
.catch((err) => { |
|
|
|
uni.hideLoading() |
|
|
|
this.showErrorMessage(err.message) |
|
|
|
}) |
|
|
|
}, |
|
|
|