|
@@ -77,7 +77,7 @@
|
|
app:qmui_borderColor="@color/translucent"
|
|
app:qmui_borderColor="@color/translucent"
|
|
app:qmui_backgroundColor="#66000000"
|
|
app:qmui_backgroundColor="#66000000"
|
|
android:textColor="@color/white"
|
|
android:textColor="@color/white"
|
|
- android:visibility="@{vm.toShowMing(vm.data.state,vm.data.sell_time)}"
|
|
|
|
|
|
+ android:visibility="@{vm.toShowMing(vm.data.sell_time)}"
|
|
android:text="查看中签名单"
|
|
android:text="查看中签名单"
|
|
android:textSize="13sp"
|
|
android:textSize="13sp"
|
|
android:layout_gravity="bottom|right"
|
|
android:layout_gravity="bottom|right"
|
|
@@ -152,6 +152,7 @@
|
|
android:layout_marginEnd="12dp"
|
|
android:layout_marginEnd="12dp"
|
|
android:background="@drawable/bg_kuang_blue"
|
|
android:background="@drawable/bg_kuang_blue"
|
|
android:hint="100份"
|
|
android:hint="100份"
|
|
|
|
+ android:gravity="center"
|
|
android:paddingStart="2dp"
|
|
android:paddingStart="2dp"
|
|
android:paddingTop="2dp"
|
|
android:paddingTop="2dp"
|
|
android:paddingEnd="2dp"
|
|
android:paddingEnd="2dp"
|
|
@@ -179,6 +180,8 @@
|
|
android:layout_marginEnd="12dp"
|
|
android:layout_marginEnd="12dp"
|
|
android:background="@drawable/bg_kuang_blue"
|
|
android:background="@drawable/bg_kuang_blue"
|
|
android:hint="100份"
|
|
android:hint="100份"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+
|
|
android:paddingStart="2dp"
|
|
android:paddingStart="2dp"
|
|
android:paddingTop="2dp"
|
|
android:paddingTop="2dp"
|
|
android:paddingEnd="2dp"
|
|
android:paddingEnd="2dp"
|
|
@@ -205,6 +208,7 @@
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:background="@drawable/bg_kuang_blue"
|
|
android:background="@drawable/bg_kuang_blue"
|
|
android:hint="100份"
|
|
android:hint="100份"
|
|
|
|
+ android:gravity="center"
|
|
android:paddingStart="2dp"
|
|
android:paddingStart="2dp"
|
|
android:paddingTop="2dp"
|
|
android:paddingTop="2dp"
|
|
android:paddingEnd="2dp"
|
|
android:paddingEnd="2dp"
|
|
@@ -220,7 +224,7 @@
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginTop="20dp"
|
|
app:qmui_borderColor="@color/white"
|
|
app:qmui_borderColor="@color/white"
|
|
- app:qmui_backgroundColor="#333333"
|
|
|
|
|
|
+ app:qmui_backgroundColor="#B3444444"
|
|
app:qmui_radius="3dp"
|
|
app:qmui_radius="3dp"
|
|
android:paddingStart="10dp"
|
|
android:paddingStart="10dp"
|
|
android:paddingEnd="10dp"
|
|
android:paddingEnd="10dp"
|
|
@@ -241,6 +245,42 @@
|
|
|
|
|
|
</com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
|
|
</com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
|
|
|
|
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:layout_marginTop="23dp"
|
|
|
|
+ android:visibility="@{vm.toShowCode(vm.data.has_apply)}"
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
+ android:layout_height="wrap_content">
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:text="我的序列"
|
|
|
|
+ android:textSize="14sp"
|
|
|
|
+ android:textColor="#FFFFFF"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
|
+
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="150dp"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:background="@drawable/ct_xu"
|
|
|
|
+ android:layout_marginStart="15dp"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:layout_height="38dp">
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:text="@{vm.data.apply_code}"
|
|
|
|
+ android:textColor="#141414"
|
|
|
|
+ android:textSize="20sp"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
|
|
</com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
|
|
</com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
|
|
|
|
|
|
@@ -576,7 +616,7 @@
|
|
android:layout_marginStart="15dp"
|
|
android:layout_marginStart="15dp"
|
|
android:layout_marginEnd="15dp"
|
|
android:layout_marginEnd="15dp"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
- android:visibility="@{vm.isShowStart(vm.data.state,vm.data.sell_time)}"
|
|
|
|
|
|
+ android:visibility="@{vm.isShowTopOne(vm.data.apply_st,vm.data.sell_time)}"
|
|
app:qmui_backgroundColor="#4D000000"
|
|
app:qmui_backgroundColor="#4D000000"
|
|
app:qmui_borderColor="#979797"
|
|
app:qmui_borderColor="#979797"
|
|
app:qmui_borderWidth="@dimen/dp_1"
|
|
app:qmui_borderWidth="@dimen/dp_1"
|
|
@@ -597,14 +637,39 @@
|
|
|
|
|
|
</com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
|
|
</com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
|
|
|
|
|
|
|
|
+
|
|
<com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout
|
|
<com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout
|
|
- android:id="@+id/qmll_two"
|
|
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_marginStart="15dp"
|
|
android:layout_marginStart="15dp"
|
|
android:layout_marginEnd="15dp"
|
|
android:layout_marginEnd="15dp"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:visibility="@{vm.isShowTopTwo(vm.data.apply_st,vm.data.sell_time,vm.data.has_apply,vm.data.is_task)}"
|
|
|
|
+ app:qmui_backgroundColor="#4D000000"
|
|
|
|
+ app:qmui_borderColor="#979797"
|
|
|
|
+ app:qmui_borderWidth="@dimen/dp_1"
|
|
|
|
+ app:qmui_radius="22dp"
|
|
|
|
+ android:layout_height="44dp">
|
|
|
|
+ <TextView
|
|
|
|
+ android:text="中签公布时间:"
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
+ android:textSize="16sp"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
|
+ <TextView
|
|
|
|
+ android:text="@{vm.data.sell_time}"
|
|
|
|
+ android:textColor="#39C0FB"
|
|
|
|
+ android:textSize="16sp"
|
|
|
|
+ android:layout_width="wrap_content"
|
|
|
|
+ android:layout_height="wrap_content"/>
|
|
|
|
|
|
- android:visibility="@{vm.data.ballot_status==2?View.VISIBLE:View.GONE}"
|
|
|
|
|
|
+ </com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout>
|
|
|
|
|
|
|
|
+ <com.qmuiteam.qmui.widget.roundwidget.QMUIRoundLinearLayout
|
|
|
|
+ android:id="@+id/qmll_two"
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_marginStart="15dp"
|
|
|
|
+ android:layout_marginEnd="15dp"
|
|
|
|
+ android:visibility="@{vm.isShowTopThree(vm.data.sell_time,vm.data.ballot_status)}"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
app:qmui_backgroundColor="#4D000000"
|
|
app:qmui_backgroundColor="#4D000000"
|
|
app:qmui_borderColor="#979797"
|
|
app:qmui_borderColor="#979797"
|
|
@@ -626,8 +691,8 @@
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_marginStart="15dp"
|
|
android:layout_marginStart="15dp"
|
|
android:layout_marginEnd="15dp"
|
|
android:layout_marginEnd="15dp"
|
|
|
|
+ android:visibility="@{vm.isShowTopFour(vm.data.sell_time,vm.data.ballot_status)}"
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
- android:visibility="@{vm.data.ballot_status==1?View.VISIBLE:View.GONE}"
|
|
|
|
app:qmui_backgroundColor="#4D000000"
|
|
app:qmui_backgroundColor="#4D000000"
|
|
app:qmui_borderColor="#979797"
|
|
app:qmui_borderColor="#979797"
|
|
app:qmui_borderWidth="@dimen/dp_1"
|
|
app:qmui_borderWidth="@dimen/dp_1"
|
|
@@ -647,9 +712,8 @@
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_marginStart="15dp"
|
|
android:layout_marginStart="15dp"
|
|
android:layout_marginEnd="15dp"
|
|
android:layout_marginEnd="15dp"
|
|
-
|
|
|
|
android:gravity="center"
|
|
android:gravity="center"
|
|
- android:visibility="@{vm.isShowNo(vm.data.state,vm.data.ballot_status,vm.data.sell_time)}"
|
|
|
|
|
|
+ android:visibility="@{vm.isShowTopFive(vm.data.sell_time,vm.data.ballot_status)}"
|
|
app:qmui_backgroundColor="#4D000000"
|
|
app:qmui_backgroundColor="#4D000000"
|
|
app:qmui_borderColor="#979797"
|
|
app:qmui_borderColor="#979797"
|
|
app:qmui_borderWidth="@dimen/dp_1"
|
|
app:qmui_borderWidth="@dimen/dp_1"
|
|
@@ -668,12 +732,45 @@
|
|
|
|
|
|
</FrameLayout>
|
|
</FrameLayout>
|
|
|
|
|
|
|
|
+ <!-- 立即参与-->
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="81dp"
|
|
|
|
+ android:onClick="@{v->vm.toGoing()}"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:visibility="@{vm.isShowJonin(vm.data.sell_time,vm.data.apply_st,vm.data.has_apply)}"
|
|
|
|
+ tools:visibility="visible">
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="0dp"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginTop="14dp"
|
|
|
|
+ android:layout_marginStart="16dp"
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:text="@{`¥`+vm.data.price}"
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
+ android:textSize="30sp" />
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:id="@+id/but_join"
|
|
|
|
+ android:layout_width="180dp"
|
|
|
|
+ android:layout_height="40dp"
|
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
|
+ android:background="@drawable/bg_logo_but"
|
|
|
|
+ android:gravity="center"
|
|
|
|
+ android:text="立即参与"
|
|
|
|
+ android:textColor="#000000"
|
|
|
|
+ android:textSize="16sp" />
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<!-- 参与成功-->
|
|
<!-- 参与成功-->
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="81dp"
|
|
android:layout_height="81dp"
|
|
- android:visibility="@{vm.isHasApply(vm.data.has_apply,vm.data.sell_time)}"
|
|
|
|
|
|
+ android:visibility="@{vm.isHasApply(vm.data.has_apply,vm.data.sell_time,vm.data.apply_st)}"
|
|
android:orientation="horizontal"
|
|
android:orientation="horizontal"
|
|
>
|
|
>
|
|
|
|
|
|
@@ -707,7 +804,7 @@
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="81dp"
|
|
android:layout_height="81dp"
|
|
- android:visibility="@{vm.isShowEnd(vm.data.state,vm.data.sell_time)}"
|
|
|
|
|
|
+ android:visibility="@{vm.isShowEnd(vm.data.sell_time,vm.data.has_apply,vm.data.ballot_status)}"
|
|
android:orientation="horizontal"
|
|
android:orientation="horizontal"
|
|
>
|
|
>
|
|
|
|
|
|
@@ -737,12 +834,46 @@
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
- <!-- 立即参与-->
|
|
|
|
|
|
+ <!-- 未开始-->
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="81dp"
|
|
android:layout_height="81dp"
|
|
|
|
+ android:visibility="@{vm.isShowStart(vm.data.apply_st,vm.data.sell_time)}"
|
|
android:orientation="horizontal"
|
|
android:orientation="horizontal"
|
|
- android:visibility="@{vm.isShowIng(vm.data.state,vm.data.sell_time,vm.data.has_apply)}"
|
|
|
|
|
|
+ >
|
|
|
|
+
|
|
|
|
+ <TextView
|
|
|
|
+ android:layout_width="0dp"
|
|
|
|
+ android:layout_height="wrap_content"
|
|
|
|
+ android:layout_marginTop="14dp"
|
|
|
|
+ android:layout_marginStart="16dp"
|
|
|
|
+ android:layout_weight="1"
|
|
|
|
+ android:text="@{`¥`+vm.data.price}"
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
+ android:textSize="30sp" />
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <com.qmuiteam.qmui.widget.roundwidget.QMUIRoundButton
|
|
|
|
+ android:layout_width="180dp"
|
|
|
|
+ android:layout_height="40dp"
|
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
|
+ android:layout_marginTop="6dp"
|
|
|
|
+ android:text="未开始"
|
|
|
|
+ android:textColor="@color/white"
|
|
|
|
+ android:textSize="16sp"
|
|
|
|
+ app:qmui_backgroundColor="#666666"
|
|
|
|
+ app:qmui_borderColor="@color/translucent"
|
|
|
|
+ app:qmui_radius="14dp" />
|
|
|
|
+
|
|
|
|
+ </LinearLayout>
|
|
|
|
+
|
|
|
|
+ <!-- 去支付-->
|
|
|
|
+ <LinearLayout
|
|
|
|
+ android:layout_width="match_parent"
|
|
|
|
+ android:layout_height="81dp"
|
|
|
|
+ android:orientation="horizontal"
|
|
|
|
+ android:visibility="@{vm.isShowIng(vm.data.sell_time,vm.data.ballot_status)}"
|
|
tools:visibility="visible">
|
|
tools:visibility="visible">
|
|
|
|
|
|
<TextView
|
|
<TextView
|
|
@@ -770,11 +901,11 @@
|
|
|
|
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
|
|
- <!-- 未开始-->
|
|
|
|
|
|
+ <!-- 已售罄-->
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="81dp"
|
|
android:layout_height="81dp"
|
|
- android:visibility="@{vm.isShowStart(vm.data.state,vm.data.sell_time)}"
|
|
|
|
|
|
+ android:visibility="@{vm.isShowStop(vm.data.sell_time,vm.data.ballot_status,vm.data.now_inventory)}"
|
|
android:orientation="horizontal"
|
|
android:orientation="horizontal"
|
|
>
|
|
>
|
|
|
|
|
|
@@ -795,7 +926,7 @@
|
|
android:layout_marginStart="25dp"
|
|
android:layout_marginStart="25dp"
|
|
android:layout_marginEnd="25dp"
|
|
android:layout_marginEnd="25dp"
|
|
android:layout_marginTop="6dp"
|
|
android:layout_marginTop="6dp"
|
|
- android:text="未开始"
|
|
|
|
|
|
+ android:text="已售罄"
|
|
android:textColor="@color/white"
|
|
android:textColor="@color/white"
|
|
android:textSize="16sp"
|
|
android:textSize="16sp"
|
|
app:qmui_backgroundColor="#666666"
|
|
app:qmui_backgroundColor="#666666"
|
|
@@ -806,5 +937,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</layout>
|
|
</layout>
|