diff --git a/src/manifest.json b/src/manifest.json index 0d683b5..a1f636e 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -76,6 +76,7 @@ "router": { "base": "/h5/", "mode": "history" - } + }, + "title": "安徽机具租赁商城" } } diff --git a/src/pages/goods-list/index.vue b/src/pages/goods-list/index.vue index f24fce3..b47cc1f 100644 --- a/src/pages/goods-list/index.vue +++ b/src/pages/goods-list/index.vue @@ -23,25 +23,45 @@ - + 租金 - - + + 上架时间 - - + + @@ -62,11 +82,22 @@ + + + {{ finish ? '没有更多数据了~' : '正在加载...' }} + - + {{ selectList[activeSelect].selectName }} {{ item.name }} @@ -112,13 +144,32 @@ @@ -332,10 +490,12 @@ onLoad(() => { flex-wrap: wrap; margin-top: 15px; view { - width: calc((100% - 20px) / 3); + min-width: calc((100% - 20px) / 3); + padding: 0 8px; + box-sizing: border-box; margin-bottom: 10px; margin-right: 10px; - height: 28px; + min-height: 28px; line-height: 28px; text-align: center; border-radius: 14px; diff --git a/src/pages/lease-demand/index.vue b/src/pages/lease-demand/index.vue index d92d6fb..d2f42d0 100644 --- a/src/pages/lease-demand/index.vue +++ b/src/pages/lease-demand/index.vue @@ -12,7 +12,7 @@ " > - + 需求共享大厅 diff --git a/src/pages/my-setting/index.vue b/src/pages/my-setting/index.vue index 0cce4ad..021fe12 100644 --- a/src/pages/my-setting/index.vue +++ b/src/pages/my-setting/index.vue @@ -15,7 +15,8 @@