Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:사업자등록번호 및 대표자명 추가 #20

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/features/tutis/views/s_personal_branding.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ class PersonalBrandingScreen extends ConsumerWidget {
final goodsList = ref.watch(goodsProvider);
CompanyInfo companyInfo = CompanyInfo(
title: '트티',
contents: '기업명: (주) 이쿠아\n 주소: 서울 강남구 테헤란로22길 15 2층\n 전화: 010.7415.8850',
contents:
'기업명: (주) 이쿠아\n주소: 서울 강남구 테헤란로22길 15 2층\n전화: 010.7415.8850\n사업자등록번호: 118-86-02981\n대표자명: 박주영',
onTap: () {
String urlPath = 'https://info.tuti20.com';
launchUrl(
Expand Down
Loading