@@ -135,7 +135,7 @@ Page({
*/
loadInit() {
//客户退款
- if (this.data.functionCode == Constants.CUSTOMER_EFUND_FUNCTIONCODE) {
+ if (this.data.menuUuid == Constants.CUSTOMER_EFUND_FUNCTIONCODE) {
wx.setNavigationBarTitle({
title: '客户退款'
})