Commit 51c8ef87 authored by yinjiacheng's avatar yinjiacheng

fix 商品列表缺省页文案修改

parent 19dcce4b
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools">
xmlns:app="http://schemas.android.com/apk/res-auto">
<data>
......@@ -35,8 +34,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone"
app:CommonEmptyPageView_empty_content_text="@string/no_coupons"
app:CommonEmptyPageView_empty_tips_text="@string/click_post_coupon"
app:CommonEmptyPageView_empty_content_text="@string/no_commodity"
app:CommonEmptyPageView_empty_tips_text="@string/click_post_commodity"
app:CommonEmptyPageView_place_holder_img="@drawable/img_empty_place_holder" />
</androidx.constraintlayout.widget.ConstraintLayout>
......
......@@ -9,8 +9,8 @@
<string name="edit">编辑</string>
<string name="up_shelves">上架</string>
<string name="publish_commodity">发布商品</string>
<string name="no_coupons">暂无优惠券</string>
<string name="click_post_coupon">点击下方发布优惠券</string>
<string name="no_commodity">暂无商品</string>
<string name="click_post_commodity">点击下方发布商品</string>
<string name="no_search_result">暂无搜索结果</string>
<string name="click_search_again">请点击搜索框重新进行搜索</string>
<string name="commodity_down_shelves_confirm">确认下架商品?</string>
......
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