Commit e42c1f58 authored by linfeng's avatar linfeng

Merge branch 'master-price-john' of http://113.105.137.151:22280/lify/rvapp into master-price

parents 73547d0b 38ed8b04
<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();
} }
/** /**
* *
......
...@@ -838,6 +838,7 @@ ...@@ -838,6 +838,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"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="@dimen/size_15" android:layout_marginTop="@dimen/size_15"
android:layout_marginBottom="@dimen/size_15" android:layout_marginBottom="@dimen/size_15"
android:text=" 欣新房车网络科技(广东)股份有限公司是欣新房车控股集团旗下子公司,是一家致力于打造全球最大的互联网房车服务平台,是依托集团线下实体的房车资源通过互联网线上引流开展滴滴房车、异地取车、异地还车及房车旅游实现房车资源共享、营地资源共享,全球资源协同,汇聚房车行业上下游资源,为用户提供高效快捷的房车出行服务,打造全球最大的房车云服务平台。通过房车旅游社交大数据为智慧房车、智慧旅游提供服务。房车生活已经来临,房车旅游必将流行,携手欣新,共创辉煌。" android:text=" 滴房车是一款集房车租赁、房车旅游、营地预约、游记分享为一体的出行服务平台,致力为用户提供优质、便捷、安全的房车配套服务。门店覆盖全国34个省份,一键预约,异地取还;海量旅游路线选择,房车营地免费预订;自驾旅游,记录美好。滴房车——让生活更美好。"
android:textColor="@color/textGray" android:textColor="@color/textGray"
android:textSize="@dimen/text_12" /> android:textSize="@dimen/text_12" />
......
...@@ -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