forum
This commit is contained in:
@@ -61,6 +61,8 @@ export default function UserIndex() {
|
||||
const { code: loginCode } = await Taro.login()
|
||||
|
||||
// 2. 调用后端登录 (Code + PhoneCode)
|
||||
console.log('loginCode:', loginCode)
|
||||
console.log('phoneCode:', phoneCode)
|
||||
const res = await Taro.request({
|
||||
url: 'https://market.quant-speed.com/api/wechat/login/',
|
||||
method: 'POST',
|
||||
|
||||
Reference in New Issue
Block a user