修改小程序砍价逻辑

This commit is contained in:
Gao xiaosong
2020-09-27 02:20:36 +08:00
parent 549ae41097
commit 2e55f39775
7 changed files with 240 additions and 200 deletions

View File

@ -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)