修改小程序砍价逻辑
This commit is contained in:
@ -153,6 +153,8 @@ export async function auth(code) {
|
||||
return new Promise((resolve, reject) => {
|
||||
let loginType = cookie.get(LOGINTYPE);
|
||||
let spread = cookie.get('spread');
|
||||
alert(spread)
|
||||
debugger
|
||||
wechatAuth(code, spread, loginType)
|
||||
.then(({ data }) => {
|
||||
console.log(data)
|
||||
|
Reference in New Issue
Block a user