Skip to content

Commit 80993f9

Browse files
committed
兑换 - placeholder 提示语
1 parent 8a5b8a3 commit 80993f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Coding_iOS/Controllers/Shop/ExchangeGoodsViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
154154
case 2:
155155
{
156156
cell.nameLabel.text = @"详细地址 *";
157-
cell.textField.placeholder = @"省,市,县(镇),街道";
157+
cell.textField.placeholder = @"街道地址";
158158
cell.textField.text = self.receiverAddress;
159159
RAC(self, receiverAddress) = [cell.textField.rac_textSignal takeUntil:cell.rac_prepareForReuseSignal];
160160
break;

0 commit comments

Comments
 (0)