Showing
2 changed files
with
1 additions
and
1 deletions
src/assets/customer/ic_refresh.png
0 → 100644
4.82 KB
| @@ -173,7 +173,7 @@ export default class Customer extends Component { | @@ -173,7 +173,7 @@ export default class Customer extends Component { | ||
| 173 | <Text style={styles.mainBtnLeftText}>手动添加</Text> | 173 | <Text style={styles.mainBtnLeftText}>手动添加</Text> |
| 174 | </TouchableOpacity> | 174 | </TouchableOpacity> |
| 175 | <TouchableOpacity onPress={() => this.getAsyncStorage()}> | 175 | <TouchableOpacity onPress={() => this.getAsyncStorage()}> |
| 176 | - <Image source={require('../../assets/customer/ic_add.png')} style={{width: 44,height: 44}} /> | 176 | + <Image source={require('../../assets/customer/ic_refresh.png')} style={{width: 50,height: 50}} /> |
| 177 | </TouchableOpacity> | 177 | </TouchableOpacity> |
| 178 | <TouchableOpacity | 178 | <TouchableOpacity |
| 179 | style={styles.mainBtnContaierRight} | 179 | style={styles.mainBtnContaierRight} |
-
Please register or login to post a comment