From 81c23f9c2f5bdfbe962d0b19a5a80ea7c12f043d Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期三, 10 七月 2024 17:39:02 +0800
Subject: [PATCH] 二维码

---
 pages/test/testCover.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/pages/test/testCover.js b/pages/test/testCover.js
index 2e47b6d..c62708e 100644
--- a/pages/test/testCover.js
+++ b/pages/test/testCover.js
@@ -1,5 +1,8 @@
 // pages/test/testCover.js
 const app = getApp()
+import {
+  loginInfo
+} from '../../assets/js/login';
 Page({
 
   /**
@@ -97,7 +100,7 @@
           this.data.rootCmsItemId
         }&idPathList=${JSON.stringify(idPathList)}&answerTitle=${
           this.data.answerTitle
-        }&answerType=${"option"}&storeInfo=${book.storeInfo}`,
+        }&answerType=${"option"}`,
       });
     })
   },

--
Gitblit v1.9.1