From ffb868ce051c21d285843a929ab9f640abc5de51 Mon Sep 17 00:00:00 2001 From: liudan <18634735655@163.com> Date: Wed, 17 Apr 2024 03:45:25 +0800 Subject: [PATCH] 1 --- App.vue | 5 +- api/user.js | 25 + main.js | 3 +- package-lock.json | 5 + pages.json | 59 +- pages/goods_cate/goods_cate.vue | 10 +- pages/huitong/huitongbao/index.vue | 847 ++++++++++++++++++++++++ pages/huitong/huitongbao/zhenxuan.vue | 877 +++++++++++++++++++++++++ pages/index/component/blankPage.vue | 4 +- pages/index/component/goodList.vue | 56 +- pages/index/component/headerSerch.vue | 78 ++- pages/index/component/menus.vue | 4 +- pages/index/component/swiperBg.vue | 10 +- pages/order_addcart/order_addcart.vue | 16 +- pages/user/index.vue | 183 +++++- pages/users/order_confirm/index.vue | 106 +-- pages/users/user_integral1/benpiao.vue | 540 +++++++++++++++ pages/users/user_integral1/fenhong.vue | 535 +++++++++++++++ pages/users/user_integral1/index.vue | 542 +++++++++++++++ static/css/base.css | 2 +- static/images/1-001.png | Bin 2329 -> 0 bytes static/images/1-002.png | Bin 3289 -> 0 bytes static/images/2-001.png | Bin 1598 -> 0 bytes static/images/2-002.png | Bin 3597 -> 0 bytes static/images/3-001.png | Bin 1690 -> 0 bytes static/images/3-002.png | Bin 3588 -> 0 bytes static/images/4-001.png | Bin 2057 -> 0 bytes static/images/4-002.png | Bin 3068 -> 0 bytes static/images/5-001.png | Bin 4279 -> 0 bytes static/images/5-002.png | Bin 3376 -> 0 bytes static/images/fenlei1.png | Bin 0 -> 1460 bytes static/images/fenlei2.png | Bin 0 -> 1537 bytes static/images/gwc1.png | Bin 0 -> 1353 bytes static/images/gwc2.png | Bin 0 -> 1454 bytes static/images/headwear.png | Bin 0 -> 292 bytes static/images/m1.png | Bin 0 -> 1344 bytes static/images/m2.png | Bin 0 -> 1287 bytes static/images/m3.png | Bin 0 -> 2235 bytes static/images/m4.png | Bin 0 -> 1602 bytes static/images/m5.png | Bin 0 -> 1484 bytes static/images/p.png | Bin 0 -> 897 bytes static/images/setting.png | Bin 0 -> 902 bytes static/images/shouye1.png | Bin 0 -> 1075 bytes static/images/shouye2.png | Bin 0 -> 1276 bytes static/images/v1.png | Bin 0 -> 4721 bytes static/images/v2.png | Bin 0 -> 3829 bytes static/images/wode1.png | Bin 0 -> 1483 bytes static/images/wode2.png | Bin 0 -> 1163 bytes static/images/xiaoxi.png | Bin 0 -> 912 bytes uni.scss | 2 +- 50 files changed, 3771 insertions(+), 138 deletions(-) create mode 100644 pages/huitong/huitongbao/index.vue create mode 100644 pages/huitong/huitongbao/zhenxuan.vue create mode 100644 pages/users/user_integral1/benpiao.vue create mode 100644 pages/users/user_integral1/fenhong.vue create mode 100644 pages/users/user_integral1/index.vue delete mode 100644 static/images/1-001.png delete mode 100644 static/images/1-002.png delete mode 100644 static/images/2-001.png delete mode 100644 static/images/2-002.png delete mode 100644 static/images/3-001.png delete mode 100644 static/images/3-002.png delete mode 100644 static/images/4-001.png delete mode 100644 static/images/4-002.png delete mode 100644 static/images/5-001.png delete mode 100644 static/images/5-002.png create mode 100644 static/images/fenlei1.png create mode 100644 static/images/fenlei2.png create mode 100644 static/images/gwc1.png create mode 100644 static/images/gwc2.png create mode 100644 static/images/headwear.png create mode 100644 static/images/m1.png create mode 100644 static/images/m2.png create mode 100644 static/images/m3.png create mode 100644 static/images/m4.png create mode 100644 static/images/m5.png create mode 100644 static/images/p.png create mode 100644 static/images/setting.png create mode 100644 static/images/shouye1.png create mode 100644 static/images/shouye2.png create mode 100644 static/images/v1.png create mode 100644 static/images/v2.png create mode 100644 static/images/wode1.png create mode 100644 static/images/wode2.png create mode 100644 static/images/xiaoxi.png diff --git a/App.vue b/App.vue index 91e6b62..d18fe15 100644 --- a/App.vue +++ b/App.vue @@ -217,7 +217,9 @@ this.globalData.margin_ico = res.data.margin_ico this.globalData.community_auth = res.data.community_auth this.$Cache.set('WECHAT_APPID', res.data.wechat_config_appid) - this.$store.commit("VIEW_COLOR", res.data.global_theme.theme) + // this.$store.commit("VIEW_COLOR", res.data.global_theme.theme) + let str = "--view-theme: #116636;--view-assist:#FE960F;--view-priceColor:#FE960F;--view-bgColor:rgba(254, 150, 15,.1);--view-minorColor:rgba(66, 202, 77,.1);--view-bntColor11:#FDBA00;--view-bntColor12:#FFAA00;--view-bntColor21:#116636;--view-bntColor22:#116636;" + this.$store.commit("VIEW_COLOR", str) this.$store.commit("KEY_COLOR",'_' + res.data.global_theme.type) try { uni.setStorageSync('SUBSCRIBE_MESSAGE', res.data.tempid); @@ -247,6 +249,7 @@ } diff --git a/pages/huitong/huitongbao/zhenxuan.vue b/pages/huitong/huitongbao/zhenxuan.vue new file mode 100644 index 0000000..cac7420 --- /dev/null +++ b/pages/huitong/huitongbao/zhenxuan.vue @@ -0,0 +1,877 @@ + + + + + diff --git a/pages/index/component/blankPage.vue b/pages/index/component/blankPage.vue index cf610b7..82af9e3 100644 --- a/pages/index/component/blankPage.vue +++ b/pages/index/component/blankPage.vue @@ -1,7 +1,7 @@ @@ -166,11 +191,27 @@ /* #ifdef H5 */ padding-bottom: 20rpx; /* #endif */ - background-color: #fff; + // background-color: #fff; + background-size: cover; + background-image: url(http://b2.njrenzhou.com/uploads/def/20240314/ebc9ea0e40ac396e6c768d56fd3a1a36.png); + // margin-bottom: 24rpx; + .indexTitle{ + margin:0 24rpx; + font-family: Alibaba PuHuiTi; + font-weight: bold; + font-size: 36rpx; + color: #222222; + } + .xiaoxi{ + width:44rpx; + height:44rpx; + } .serch-wrapper { height: 100%; align-items: center; - padding: 0 50rpx 0 53rpx; + // padding: 0 50rpx 0 53rpx; + padding: 0 24rpx; + position: relative; image { width: 118rpx; height: 42rpx; @@ -186,7 +227,7 @@ flex: 1; width: 500rpx; /* #endif */ - height: 58rpx; + height: 80rpx; padding: 0 0 0 30rpx; background: rgba(247, 247, 247, 1); border: 1px solid rgba(241, 241, 241, 1); @@ -199,10 +240,27 @@ } .uninput { /* #ifdef MP */ - min-width: 450rpx; - max-width: 480rpx; + // min-width: 450rpx; + // max-width: 480rpx; /* #endif*/ + width: 100%; } + + } + .searchBtn{ + position: absolute; + z-index:2; + width: 120rpx; + height: 66rpx; + background: linear-gradient(0deg, #89B929, #116636); + border-radius: 33px; + font-family: Alibaba PuHuiTi; + font-weight: 400; + font-size: 28rpx; + line-height: 66rpx; + text-align: center; + color: #FFFFFF; + right: 31rpx; } } /* #endif */ diff --git a/pages/index/component/menus.vue b/pages/index/component/menus.vue index 3cbbc65..a29c66c 100644 --- a/pages/index/component/menus.vue +++ b/pages/index/component/menus.vue @@ -83,8 +83,8 @@ display: inline-block; margin-bottom: 20rpx; .pictrue,/deep/.pictrue image,/deep/.pictrue .easy-loadimage,/deep/.pictrue uni-image { - width: 82rpx; - height: 82rpx; + width: 90rpx; + height: 90rpx; margin: 0 auto; } .menu-txt { diff --git a/pages/index/component/swiperBg.vue b/pages/index/component/swiperBg.vue index e4cc317..36e68e0 100644 --- a/pages/index/component/swiperBg.vue +++ b/pages/index/component/swiperBg.vue @@ -1,5 +1,6 @@