From e9da67dcceaa276eab485105bc75c4a724a3c85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Tue, 27 Sep 2022 12:40:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A0=8D=E4=BB=B7=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/m-goods-list/promotion.vue | 6 ++++++ manifest.json | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/components/m-goods-list/promotion.vue b/components/m-goods-list/promotion.vue index 361bbcb..1f24739 100644 --- a/components/m-goods-list/promotion.vue +++ b/components/m-goods-list/promotion.vue @@ -65,6 +65,12 @@ methods: { // 跳转到商品详情 navigateToDetailPage(item) { + if(this.type == 'kanJia'){ + uni.navigateTo({ + url: `/pages/promotion/bargain/detail?id=${item.id}`, + }); + return + } uni.navigateTo({ url: `/pages/product/goods?id=${item.skuId}&goodsId=${item.goodsId}`, }); diff --git a/manifest.json b/manifest.json index 4cc39c1..ae23187 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "lili商城", "appid" : "__UNI__EC9FD60", "description" : "", - "versionName" : "4.2.5", - "versionCode" : 4000250, + "versionName" : "4.2.7", + "versionCode" : 4000270, "transformPx" : false, "app-plus" : { "compatible" : { @@ -84,7 +84,8 @@ "NSLocationAlwaysAndWhenInUseUsageDescription" : "位置信息将用于高德地图的效果展示", "NSMicrophoneUsageDescription" : "用户上传视频时需使用音频信息" }, - "urltypes" : "lilishop" + "urltypes" : "lilishop", + "dSYMs" : false }, /* ios打包配置 */ "sdkConfigs" : {