From f3a018b6953e6c94ba47c72fbe184efa269a098c Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期二, 15 二月 2022 16:51:21 +0800
Subject: [PATCH] !

---
 pages/basics/stockQuery.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/basics/stockQuery.vue b/pages/basics/stockQuery.vue
index 03d7cb7..8f803b0 100644
--- a/pages/basics/stockQuery.vue
+++ b/pages/basics/stockQuery.vue
@@ -66,10 +66,10 @@
 			find(){
 				let that = this
 				uni.request({
-					url:that.baseUrl + "/mobile/locDetl/stockQuery",
+					url: that.baseUrl + "/mobile/locDetl/stockQuery",
 					header:{
 						'content-type':'application/x-www-form-urlencoded',
-						'token': localStorage.getItem('token')
+						'token':uni.getStorageSync('token')
 					},
 					data:{
 						locNo: that.locNo,

--
Gitblit v1.9.1