esoftplay-event 0.0.1-z → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -536,7 +536,7 @@ export default function m(props: EventOrder_detailProps): any {
536
536
 
537
537
  <UseCondition if={result?.is_luckydraw && result?.is_luckydraw == 2}>
538
538
  <View style={{ margin: 15, padding: 10, marginBottom: 0, justifyContent: 'center', alignContent: 'center', alignItems: 'center', borderRadius: 7, backgroundColor: LibStyle.colorBgGrey, paddingBottom: 10, ...LibStyle.elevation(3) }}>
539
- <LibTextstyle textStyle='headline' text={result?.config_luckydraw != null ? esp.lang("event/order_detail", "already_follow") + result?.config_luckydraw?.title : esp.lang("event/order_detail", "already_join_lucky_draw")} style={{ color: '#c9c9c9', fontWeight: 'bold' }} />
539
+ <LibTextstyle textStyle='headline' text={esp.lang("event/order_detail", "already_join_lucky_draw")} style={{ color: '#c9c9c9', fontWeight: 'bold' }} />
540
540
  </View>
541
541
  </UseCondition>
542
542
 
@@ -152,8 +152,10 @@ export default function m(props: EventOrder_lotteryProps): any {
152
152
 
153
153
  return (
154
154
  <View style={{ flex: 1, backgroundColor: LibStyle.colorBgGrey /* "#FFC523" */ }}>
155
- <EventHeader title={result?.config != null ? result?.config?.title : esp.lang("event/order_lottery", "follow_lucky_draw")}
156
- subtitle={result?.config != null ? result?.config?.subtitle : ""} />
155
+ <EventHeader
156
+ title={result?.config != null ? result?.config?.title : esp.lang("event/order_lottery", "follow_lucky_draw")}
157
+ // subtitle={result?.config != null ? result?.config?.subtitle : ""}
158
+ />
157
159
 
158
160
  <ScrollView>
159
161
  {
package/id.json CHANGED
@@ -931,7 +931,7 @@
931
931
  "Checked_within_10_minutes_after_payment_is_made": "Dicek dalam 10 menit setelah pembayaran dilakukan",
932
932
  "This_Event_Has_Changed_the_Event_Date_Please_Reschedule_or_Refund": "Event ini Mengalami Perubahan Tanggal Event, Silahkan Reschedule atau Melakukan Refund",
933
933
  "already_follow": "Sudah memilih ",
934
- "already_join_lucky_draw": "Sudah memilih lucky draw",
934
+ "already_join_lucky_draw": "Pilihan sudah dibuat",
935
935
  "back_err": "Oops",
936
936
  "back_to_homepage": "Kembali ke Halaman Utama",
937
937
  "birtdate": "Tanggal Lahir",
@@ -1078,15 +1078,15 @@
1078
1078
  "used_once": "Bisa digunakan sekali selama acara berlangsung"
1079
1079
  },
1080
1080
  "event/order_lottery": {
1081
- "chance_for_exchange": " kesempatan untuk ditukarkan",
1081
+ "chance_for_exchange": " pilihan untuk dibuat",
1082
1082
  "confirm": "Konfirmasi",
1083
- "confirm_point": "Apakah kupon yang anda masukkan sudah benar?",
1083
+ "confirm_point": "Apakah pilihan yang anda masukkan sudah benar?",
1084
1084
  "follow_lucky_draw": "Ikuti Lucky Draw",
1085
1085
  "information": "Informasi",
1086
1086
  "no": "Tidak",
1087
1087
  "oops": "Oops",
1088
1088
  "please_enter_all_point": "Silahkan masukkan semua kupon lucky draw anda",
1089
- "submit": "Tukarkan Kupon",
1089
+ "submit": "Lanjutkan untuk konfirmasi",
1090
1090
  "token_for_luckydraw": " kupon untuk mengikuti undian Lucky Draw",
1091
1091
  "u_have": "Anda mempunyai ",
1092
1092
  "yes": "Ya",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay-event",
3
- "version": "0.0.1-z",
3
+ "version": "0.0.2",
4
4
  "description": "event module on esoftplay framework",
5
5
  "main": "index.js",
6
6
  "scripts": {