Commit d2bf58e6 authored by 小费同学阿's avatar 小费同学阿 💬

基础搭建

功能开发
1:bug 修复 客商端商家添加商品时,点击这个区域也会触发提交审核
parent be9b65ff
...@@ -217,7 +217,6 @@ ...@@ -217,7 +217,6 @@
ed_title='@{@string/product_price}' ed_title='@{@string/product_price}'
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:onClick="@{viewModel.saveDrafts}"
app:hint_text="请输入商品价格" app:hint_text="请输入商品价格"
app:inputType="numberDecimal" app:inputType="numberDecimal"
app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintLeft_toLeftOf="parent"
...@@ -238,7 +237,6 @@ ...@@ -238,7 +237,6 @@
ed_title='@{@string/product_describe}' ed_title='@{@string/product_describe}'
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:onClick="@{viewModel.saveDrafts}"
app:content_type="3" app:content_type="3"
app:hint_text="请输入商品描述" /> app:hint_text="请输入商品描述" />
......
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