From f5ac5466a4c32433225bb041ca7db53eb9f16e0a Mon Sep 17 00:00:00 2001 From: "Mr.jiang" <714156421@qq.com> Date: Wed, 26 Jun 2024 11:35:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++-- manifest.json | 5 ++--- my/vip/index.vue | 2 +- pages/index/index.vue | 4 ++-- pages/my/fuwuxiangm.vue | 6 +++++- 5 files changed, 12 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index eb1a67b..6f06fa4 100644 --- a/index.html +++ b/index.html @@ -21,8 +21,8 @@ window._AMapSecurityConfig = { //securityJsCode: "js秘钥", // serviceHost: 'https://wx.sjajk.com/_AMapService', - // serviceHost: 'http://120.46.52.165/_AMapService', - serviceHost: 'http://192.168.2.222:8187/_AMapService', + serviceHost: 'http://120.46.52.165/_AMapService', + // serviceHost: 'http://192.168.2.222:8187/_AMapService', }; diff --git a/manifest.json b/manifest.json index 42e3310..5adc8de 100644 --- a/manifest.json +++ b/manifest.json @@ -83,6 +83,7 @@ "ad" : {}, "maps" : { "amap" : { + "name" : "amapljwK72nl", "appkey_ios" : "eb38bf53409f58cbf43f383cb5733747", "appkey_android" : "305e629f46669724c6184a187b279fec" } @@ -183,9 +184,7 @@ "amap" : { "key" : "2acf1b8c3d1aaf0070472dec19018d96", "securityJsCode" : "2b07c8496878c327a8ae7a19de33e2a7", - // "serviceHost" : "http://wx.sjajk.com/_AMapService"//生产需替换 - // "serviceHost" : "http://120.46.52.165/_AMapService", - "serviceHost" : "http://192.168.2.222:8187/_AMapService" + "serviceHost" : "http://192.168.2.222:8187/_AMapService" } } }, diff --git a/my/vip/index.vue b/my/vip/index.vue index ba7f72b..67ee277 100644 --- a/my/vip/index.vue +++ b/my/vip/index.vue @@ -158,7 +158,7 @@ this.getVipList() this.getMemberList() this.getMoney() - // this.getIsVip() + this.getIsVip() this.vipData=this.$queue.getData('isVIP') console.log("isVIP------------------->",this.vipData) if(this.vipData.isVip=='1'){ diff --git a/pages/index/index.vue b/pages/index/index.vue index 1d28452..85ce9fc 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -379,8 +379,8 @@ }) console.log(11) uni.getLocation({ - type: 'gcj02', - geocode: true, //设置该参数为true可直接获取经纬度及城市信息 + type: 'wgs84', + // geocode: true, //设置该参数为true可直接获取经纬度及城市信息 success: function(res) { console.log(res, '地理位置') that.latitude = res.latitude diff --git a/pages/my/fuwuxiangm.vue b/pages/my/fuwuxiangm.vue index 85b4c74..c6437e0 100644 --- a/pages/my/fuwuxiangm.vue +++ b/pages/my/fuwuxiangm.vue @@ -107,6 +107,8 @@ if (res.code == 0) { this.tabList=res.data; this.classifyId=res.data[0].id; + this.page = 1; + this.dataList = [] this.getData() } }) @@ -141,6 +143,8 @@ changeClick(index,item){ this.classifyId=item.id this.searchValue='' + this.page = 1; + this.dataList = [] this.getData() }, backImg(){//返回上一页 @@ -175,7 +179,7 @@ .content-view{ width: 100%; height: 100vh; - overflow: auto; + overflow: hidden; background-color: #f7f7f7; } .item-view-bottom-btn{