From 46d7d1696df307195bb8e12da296ec96a0185e19 Mon Sep 17 00:00:00 2001 From: lzh Date: Sat, 4 Mar 2023 22:19:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E9=9D=A2=E6=96=B0=E5=93=81?= =?UTF-8?q?=E3=80=81=E6=8E=A8=E8=8D=90=E8=B7=B3=E8=BD=AC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docs/签名密码及第三方登录信息.txt | 1 + mallplusui-uniapp-app/manifest.json | 4 ++-- mallplusui-uniapp-app/pages/index/index.vue | 9 ++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mallplusui-uniapp-app/docs/签名密码及第三方登录信息.txt b/mallplusui-uniapp-app/docs/签名密码及第三方登录信息.txt index 11a0e2f..94632ec 100644 --- a/mallplusui-uniapp-app/docs/签名密码及第三方登录信息.txt +++ b/mallplusui-uniapp-app/docs/签名密码及第三方登录信息.txt @@ -1,5 +1,6 @@ 签名密码及第三方登录信息 +包名:org.jbase.yxt.yyd.pyw 证书别名:key0 证书签名的密码:yxt123 diff --git a/mallplusui-uniapp-app/manifest.json b/mallplusui-uniapp-app/manifest.json index a788f02..1765964 100644 --- a/mallplusui-uniapp-app/manifest.json +++ b/mallplusui-uniapp-app/manifest.json @@ -2,8 +2,8 @@ "name" : "汇融云链", "appid" : "__UNI__FB2C9C4", "description" : "", - "versionName" : "1.0.0.7", - "versionCode" : 1007, + "versionName" : "1.0.0.8", + "versionCode" : 1008, "transformPx" : false, "app-plus" : { "usingComponents" : true, diff --git a/mallplusui-uniapp-app/pages/index/index.vue b/mallplusui-uniapp-app/pages/index/index.vue index d289048..d6ff51d 100644 --- a/mallplusui-uniapp-app/pages/index/index.vue +++ b/mallplusui-uniapp-app/pages/index/index.vue @@ -187,7 +187,7 @@ + @click="navToDetailPage(item)"> @@ -213,7 +213,7 @@ + @click="navToDetailPage(item)"> @@ -502,13 +502,12 @@ type: 1, newStatus:1, productAttributeCategoryId: "" - };; + }; let groupHotGoodsList = await Api.apiCall('get', Api.goods.goodsList, params); if (groupHotGoodsList) { - console.log("新品推荐》》》》》", groupHotGoodsList.records) this.homeNewProductList = groupHotGoodsList.records; } - +console.log("新品推荐》》》》》", this.homeNewProductList) }, /**