From 0f380ac05d3be2f0b56e8a769dfead256c623db0 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期四, 23 三月 2023 14:09:28 +0800
Subject: [PATCH] 修改我要登记图片回显
---
miniprogram/pages/index/index.ts | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/miniprogram/pages/index/index.ts b/miniprogram/pages/index/index.ts
index 0af5646..6a8219e 100644
--- a/miniprogram/pages/index/index.ts
+++ b/miniprogram/pages/index/index.ts
@@ -82,7 +82,6 @@
},
method: "GET",
success:(res)=>{
- console.log(res);
wx.setStorageSync('phone', res.data.msg)
if (res.data.data==2) {
wx.redirectTo(
@@ -114,7 +113,6 @@
// },
// method: "GET",
// success: (res) => {
- // console.log(res);
// // 濡傛灉鐢ㄦ埛宸茬粡娉ㄥ唽鐩存帴杩涘叆 鏈敞鍐岃繘鍏ュ浼� role == 0鐢ㄦ埛 1璀﹀憳
// wx.setStorageSync('token', res.data.data.token)
// wx.setStorageSync('role', res.data.data.role)
--
Gitblit v1.8.0