From 5129b544a007762d2080a8a22c4a537b3e51a4ef Mon Sep 17 00:00:00 2001 From: heyuntao <heyuntao@LAPTOP-MP4HD5NS> Date: 星期四, 01 六月 2023 11:23:54 +0800 Subject: [PATCH] Merge branch 'hotfix/修复20230601' --- uniapp/pages/goods/shareGoods.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/uniapp/pages/goods/shareGoods.vue b/uniapp/pages/goods/shareGoods.vue index 387fd1b..021035c 100644 --- a/uniapp/pages/goods/shareGoods.vue +++ b/uniapp/pages/goods/shareGoods.vue @@ -257,7 +257,8 @@ onLoad(options) { this.appInfo = utils.getCacheSync('appInfo'); console.log(this.appInfo) - this.goodsInfo = JSON.parse(options.info); + // this.goodsInfo = JSON.parse(options.info); + this.goodsInfo = JSON.parse(decodeURIComponent(options.info)); console.log(this.goodsInfo,"@@@@this.goodsInfo") this.imageList = this.goodsInfo.imgs this.getJumpUrl(this.goodsInfo) -- Gitblit v1.9.3