Commit b1071a56 authored by jianglx's avatar jianglx

修复会员订单详情金额显示错误的问题;隐藏订单内部推广人;修改测试环境的ShareInstall

parent 8d13160c
<resources> <resources>
<string name="app_name">滴房车(测试)</string> <string name="app_name">滴房车(测试)</string>
<string name="share_install_key">7ABKEAKBFE7ERB</string> <string name="share_install_key">7ABKE7BEK62K22</string>
<string name="share_install_scheme">fc2761a700</string> <string name="share_install_scheme">pcbd5965</string>
</resources> </resources>
...@@ -170,7 +170,7 @@ public class MemberOrderDetailsActivity extends BaseStatusActivity<PickerPresent ...@@ -170,7 +170,7 @@ public class MemberOrderDetailsActivity extends BaseStatusActivity<PickerPresent
if (dataBean != null) { if (dataBean != null) {
status = dataBean.getStatus(); status = dataBean.getStatus();
orderAmount = dataBean.getOrderAmount(); orderAmount = dataBean.getRealAmount();
} }
/** /**
* *
......
...@@ -792,6 +792,7 @@ ...@@ -792,6 +792,7 @@
<RelativeLayout <RelativeLayout
android:visibility="gone"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="@dimen/size_15" android:layout_marginTop="@dimen/size_15"
......
...@@ -458,6 +458,7 @@ ...@@ -458,6 +458,7 @@
</RelativeLayout> </RelativeLayout>
<RelativeLayout <RelativeLayout
android:visibility="gone"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="@dimen/size_15" android:layout_marginTop="@dimen/size_15"
......
...@@ -172,6 +172,7 @@ ...@@ -172,6 +172,7 @@
android:textSize="@dimen/sp_12" /> android:textSize="@dimen/sp_12" />
<TextView <TextView
android:visibility="gone"
android:inputType="phone" android:inputType="phone"
android:maxLength="11" android:maxLength="11"
android:id="@+id/tv_inviter_phone" android:id="@+id/tv_inviter_phone"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment