From 61a8d0b62dcc5ddd20dc002d32b8941aae98a614 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期二, 04 七月 2023 14:25:01 +0800 Subject: [PATCH] no message --- public/html/freebuy.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/public/html/freebuy.html b/public/html/freebuy.html index b86ecca..d6883dc 100644 --- a/public/html/freebuy.html +++ b/public/html/freebuy.html @@ -426,7 +426,7 @@ }); break; case "dy": - var itemsStr=this.Infoformat(JSON.stringify(items)); + var itemsStr=this.Infoformat(JSON.stringify(item)); uni.navigateTo({ url: '/pages/goods/goodsDetail?sourcefrom=freebuy&info=' + itemsStr+'&frompage=freebuy' }); -- Gitblit v1.9.3