From 1cad6ba03f8cb848352c6739c54395128e73485f Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 26 三月 2024 16:00:53 +0800
Subject: [PATCH] 资源购买页布局调整

---
 assets/request/index.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/assets/request/index.js b/assets/request/index.js
index 6320e10..f782c3a 100644
--- a/assets/request/index.js
+++ b/assets/request/index.js
@@ -38,7 +38,7 @@
             }
             currentUrl = JSON.stringify(currentUrl)
             wx.reLaunch({
-              url: urlargs ? '/pages/index/index?backUrl=' + encodeURIComponent(currentUrl) : '/pages/index/index'
+              url: urlargs ? '/pages/home/home?backUrl=' + encodeURIComponent(currentUrl) : '/pages/home/home'
             })
           }
         } else {

--
Gitblit v1.9.1