|  |  | 
 |  |  |  | 
 |  |  | function handleGoEdit(row: UserAccountListOutput) { | 
 |  |  |   if (row.lifePayType === LifeRechargeConstants.LifePayOrderTypeEnum.话费订单) { | 
 |  |  |     Taro.navigateTo({ | 
 |  |  |     RouteHelper.navigateTo({ | 
 |  |  |       url: `${RouterPath.editPhoneUserAccount}?id=${row.id}`, | 
 |  |  |     }); | 
 |  |  |   } else if (row.lifePayType === LifeRechargeConstants.LifePayOrderTypeEnum.电费订单) { | 
 |  |  |     Taro.navigateTo({ | 
 |  |  |     RouteHelper.navigateTo({ | 
 |  |  |       url: `${RouterPath.editElectricUserAccount}?id=${row.id}`, | 
 |  |  |     }); | 
 |  |  |   } else if (row.lifePayType === LifeRechargeConstants.LifePayOrderTypeEnum.燃气订单) { | 
 |  |  |     Taro.navigateTo({ | 
 |  |  |     RouteHelper.navigateTo({ | 
 |  |  |       url: `${RouterPath.editGasUserAccount}?id=${row.id}`, | 
 |  |  |     }); | 
 |  |  |   } |