From 0af15e70d864eb8c10c019e033769cbd6c3d3219 Mon Sep 17 00:00:00 2001 From: shuxiaoquan <853623962@qq.com> Date: Sun, 18 Feb 2024 17:32:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=BC=98=E5=8C=96+=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 8 +- pages/activity/intimate.vue | 9 +- pages/activity/presaleRule.vue | 6 +- pages/category/index.vue | 32 ++- pages/index/index.vue | 348 +++++++++++++++++++-------------- pages/news/consult/about.vue | 39 +++- pages/news/consult/comment.vue | 15 +- pages/news/consult/index.vue | 29 ++- pages/news/consult/store.vue | 18 +- pages/news/park/index.vue | 27 +-- pages/serve/index.vue | 96 ++++----- pages/user/vip/goods.vue | 17 +- 12 files changed, 367 insertions(+), 277 deletions(-) diff --git a/manifest.json b/manifest.json index ba4fedf..3201889 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { - "name" : "萤火商城2.0", + "name" : "惠云商", "appid" : "__UNI__1D774AF", - "description" : "萤火商城V2.0,是全新推出的一款轻量级、高性能、前后端分离的电商系统,让您快速搭建个性化独立商城", - "versionName" : "2.3.12", - "versionCode" : 235, + "description" : "慧云商是一款提供家电,3C数码,家装建材为一体的批发采购平台,一站式解决找货方案,简化采购流程", + "versionName" : "1.0.0", + "versionCode" : 1, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages/activity/intimate.vue b/pages/activity/intimate.vue index 69d4756..3a35476 100644 --- a/pages/activity/intimate.vue +++ b/pages/activity/intimate.vue @@ -4,9 +4,9 @@ - - {{storeInfo.store_name}} - {{storeInfo.describe}} + + {{storeInfo.shop_name}} + {{storeInfo.summary}} ¥ - 2516 + {{couList.reduce_price}} - 新人券包 - 领取后7天内有效 + {{couList.name}} + 领取后{{couList.expire_day}}天内有效 - + - 去领取 + @@ -102,7 +102,7 @@ 查看更多 - + @@ -123,18 +123,20 @@ 查看更多 - 本场剩余 - - 02 - : - 15 - : - 55 - + 本场剩余 + + + {{timeData.hours>10?timeData.hours:'0'+timeData.hours}} + : + {{ timeData.minutes>10?timeData.minutes:'0'+timeData.minutes}} + : + {{ timeData.seconds>10?timeData.seconds:'0'+timeData.seconds}} + + - + @@ -166,7 +168,7 @@ 查看更多 - + @@ -182,7 +184,7 @@ 查看更多 - + @@ -226,9 +228,6 @@ - - - @@ -250,7 +249,7 @@ - + 咨询 @@ -291,20 +290,20 @@ 店内现货 - + 查看更多 - + - - - + + {{item.goods_name}} - + @@ -312,36 +311,36 @@ 同城服务 查看更多 - + - - - - + + + + {{item.name}} - + - 门店评价(1) - + + - + - - {{cityInfo.evaluate?cityInfo.evaluate.nickname:''}} + + {{a.nickname}} - {{cityInfo.evaluate?cityInfo.evaluate.content:''}} + {{a.content}} diff --git a/pages/news/consult/comment.vue b/pages/news/consult/comment.vue index 1f1aad6..48772a3 100644 --- a/pages/news/consult/comment.vue +++ b/pages/news/consult/comment.vue @@ -1,13 +1,13 @@ @@ -32,11 +28,20 @@ background: `url(${this.$picUrl}/static/news/login-bg.png) center top no-repeat`, // background: 'url('+ img+') center top no-repeat', backgroundSize: '100%', - }, + }, + cityInfo: {}, } + }, + onLoad() { + this.cityInfo = uni.getStorageSync("cityInfo"); }, methods: { - + openMap() { + uni.openLocation({ + latitude: Number(this.cityInfo.latitude), + longitude: Number(this.cityInfo.longitude) + }) + }, } } diff --git a/pages/serve/index.vue b/pages/serve/index.vue index 88c48b9..ad7b54c 100644 --- a/pages/serve/index.vue +++ b/pages/serve/index.vue @@ -5,11 +5,11 @@ 不满意重做 - + 7x24小时服务 - + 全场保障 - + 专业服务 @@ -41,7 +41,7 @@ 支付订单 服务评价 - + 会员中心 @@ -72,7 +72,7 @@ this.getList(); }, onShow() { - this.userInfo = uni.getStorageSync("userInfo")?uni.getStorageSync("userInfo"):{} + this.userInfo = uni.getStorageSync("userInfo")?uni.getStorageSync("userInfo"): "" }, methods:{ openPage1(){ @@ -110,35 +110,38 @@