Skip to content

Commit 8a5b8a3

Browse files
committed
兑换提示语 bug
1 parent acbf63d commit 8a5b8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coding_iOS/Controllers/Shop/ExchangeGoodsViewController.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ - (void)goToLocationVC{
248248

249249
- (void)showPwdAlertView
250250
{
251-
UIAlertView *_pwdAlertView = [[UIAlertView alloc] initWithTitle:@"确认订单" message:@"请输入密码已确认兑换" delegate:self cancelButtonTitle:@"取消" otherButtonTitles:@"确认", nil];
251+
UIAlertView *_pwdAlertView = [[UIAlertView alloc] initWithTitle:@"确认订单" message:@"请输入密码以确认兑换" delegate:self cancelButtonTitle:@"取消" otherButtonTitles:@"确认", nil];
252252
_pwdAlertView.alertViewStyle = UIAlertViewStyleSecureTextInput;
253253
[_pwdAlertView show];
254254
}

0 commit comments

Comments
 (0)