From 41bdde48847b1df2f9cdb03c832552a2951337cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com>
Date: Mon, 9 Oct 2023 09:31:42 +0800
Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E7=AD=BE=E7=BA=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 16 ++--
pagesB/CommodityOrder/CommodityOrder.vue | 10 +--
pagesB/ProductList/ProductList.vue | 82 ++++++++++++++++++-
.../Filinginformation/Filinginformation.vue | 15 ++--
pagesC/Onlinesigning/Onlinesigning.vue | 8 +-
pagesC/Signingagency/Signingagency.vue | 9 --
6 files changed, 97 insertions(+), 43 deletions(-)
diff --git a/pages.json b/pages.json
index 3297a7f..4c794a0 100644
--- a/pages.json
+++ b/pages.json
@@ -245,8 +245,9 @@
}, {
"path": "ProductList/ProductList", //商品列表
"style": {
+ "navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTitleText": "医路优品",
- "onReachBottomDistance": 40, //距离底部多远时触发 单位为px
+ "onReachBottomDistance": 20, //距离底部多远时触发 单位为px
"enablePullDownRefresh": true //设置参数为true
}
}, {
@@ -376,7 +377,8 @@
]
}, {
"root": "pagesC",
- "pages": [{
+ "pages": [
+ {
"path": "appointmenttime/appointmenttime",
"style": {
"navigationBarTitleText": "服务预约",
@@ -466,15 +468,7 @@
}
}
- ,{
- "path" : "Mysigning/Mysigning",
- "style" :
- {
- "navigationBarTitleText": "我的签约",
- "enablePullDownRefresh": false
- }
-
- }
+
]
}],
"globalStyle": {
diff --git a/pagesB/CommodityOrder/CommodityOrder.vue b/pagesB/CommodityOrder/CommodityOrder.vue
index 4cab753..e2f2839 100644
--- a/pagesB/CommodityOrder/CommodityOrder.vue
+++ b/pagesB/CommodityOrder/CommodityOrder.vue
@@ -12,7 +12,7 @@
+ active-color='#26A888'>
店铺名称
@@ -294,10 +294,10 @@
uni.removeStorageSync('Refresh');
this.total = res.total
} else if (res.code == 9999) {
- this.$refs.uToast.show({
- title: '未登录,请先登录',
- type: 'error',
- })
+ // this.$refs.uToast.show({
+ // title: '未登录,请先登录',
+ // type: 'error',
+ // })
}
})
},
diff --git a/pagesB/ProductList/ProductList.vue b/pagesB/ProductList/ProductList.vue
index a3715c8..0ea9caa 100644
--- a/pagesB/ProductList/ProductList.vue
+++ b/pagesB/ProductList/ProductList.vue
@@ -1,5 +1,16 @@
+
+
+
+ 健康商城
+
+
+
+
+
+
@@ -8,10 +19,10 @@
分类
-
+
@@ -45,6 +56,9 @@
components: {},
data() {
return {
+ background: {
+ backgroundColor: '#26A888',
+ },
//将选中标签的索引绑定为tabIndex,以便后续的调用
tabIndex: 0,
baseurl: '',
@@ -89,6 +103,11 @@
this.GoodsCategorychildren(this.goodsCategoryId);
},
methods: {
+ goprevious() {
+ uni.navigateBack({
+ delta: 1
+ })
+ },
onPageScroll(e) {
this.scrollTop = e.scrollTop;
},
@@ -214,6 +233,65 @@
.app {
padding: 0;
+::v-deep .u-navbar-placeholder {
+ background-color: #F7F5F5;
+ z-index: 999;
+ }
+
+ .u-navbar {
+ display: block;
+ // height: 200rpx;
+
+ image {
+ margin: 0 4% 0 4%;
+ width: 20rpx;
+ height: 30rpx;
+ }
+
+ .title {
+ width: 31%;
+ font-size: 34rpx;
+ font-weight: 500;
+ color: #FFFFFF;
+ }
+
+ .inputitem {
+ position: relative;
+ // margin-left: 4%;
+ box-shadow: 0rpx 9rpx 31rpx 9rpx rgba(0, 0, 0, 0.03);
+ width: 60%;
+ height: 65rpx;
+ border-radius: 31rpx;
+ z-index: 999;
+ background: #65c0a9;
+ color: #FFFFFF;
+
+ .placeholder {
+ color: #FFFFFF;
+ }
+
+ .input {
+ margin: 0 auto;
+ position: absolute;
+ height: 65rpx;
+ // top: 8%;
+ left: 18%;
+ width: 80%;
+ font-size: 26rpx;
+ color: #FFFFFF;
+ }
+
+ .icon {
+ background: url(@/static/pagesB/sousuo.png) no-repeat;
+ width: 30rpx;
+ height: 28rpx;
+ background-size: cover;
+ position: absolute;
+ top: 28%;
+ left: 4%;
+ }
+ }
+ }
.fenlei {
width: 20%;
diff --git a/pagesC/Filinginformation/Filinginformation.vue b/pagesC/Filinginformation/Filinginformation.vue
index 6e4c716..6b1a48d 100644
--- a/pagesC/Filinginformation/Filinginformation.vue
+++ b/pagesC/Filinginformation/Filinginformation.vue
@@ -3,7 +3,7 @@
姓名
-
+
身份证号
@@ -37,7 +37,7 @@
详细地址
-
+
@@ -96,20 +96,15 @@
width: 636rpx;
height: 63rpx;
background: #F6F6F6;
+ // color: #8E8E8E;
// border: 1rpx solid red;
margin: 12rpx auto;
border: none;
border-radius: 5rpx;
}
- ::v-deep .u-input__input.data-v-fdbb9fe6{
- font-size: 20rpx;
- // font-size: 20px;
- font-family: Source Han Sans CN;
- font-weight: 400;
- color: #8E8E8E;
- }
- ::v-deep.uni-input-placeholder{
+
+ ::v-deep.input-placeholder{
color: #8E8E8E !important;
font-size: 20rpx;
}
diff --git a/pagesC/Onlinesigning/Onlinesigning.vue b/pagesC/Onlinesigning/Onlinesigning.vue
index 00035de..b069a8e 100644
--- a/pagesC/Onlinesigning/Onlinesigning.vue
+++ b/pagesC/Onlinesigning/Onlinesigning.vue
@@ -139,13 +139,9 @@
color: #8E8E8E !important;
font-size: 20rpx;
}
- ::v-deep .u-input__input.data-v-fdbb9fe6{
+ ::v-deep.input-placeholder{
+ color: #8E8E8E !important;
font-size: 20rpx;
- // font-size: 20px;
- font-family: Source Han Sans CN;
- font-weight: 400;
- color: #8E8E8E;
-
}
.select {
diff --git a/pagesC/Signingagency/Signingagency.vue b/pagesC/Signingagency/Signingagency.vue
index 0f72886..5a94750 100644
--- a/pagesC/Signingagency/Signingagency.vue
+++ b/pagesC/Signingagency/Signingagency.vue
@@ -116,15 +116,6 @@
color: #333333;
line-height: 38rpx;
- ::v-deep .u-input {
- width: 636rpx;
- height: 63rpx;
- background: #F6F6F6;
- margin: 12rpx auto;
- border: none;
- border-radius: 5rpx;
- }
-
.select {
width: 636rpx;
height: 63rpx;