[订单拆分,周五福利添加配送方式]

This commit is contained in:
zhangjing
2021-06-03 15:41:05 +08:00
parent e4752f75b7
commit cf31e7c5d7
12 changed files with 331 additions and 83 deletions

View File

@@ -49,7 +49,6 @@ Page({
wx.getUserProfile({
desc : "获取你的昵称、头像、地区及性别",
success : e => {
console.log(e)
if(e.errMsg == "getUserProfile:ok"){
this.setData({
isLogin : true,
@@ -60,7 +59,6 @@ Page({
// 检查用户登录Code是否过期
wx.checkSession({
success: res=>{
console.log(res)
this.userLogin()
},
fail: err=>{