Commit 785b3df4 by 陈玉桐

fix

parent bea0d00d
...@@ -254,10 +254,10 @@ Page({ ...@@ -254,10 +254,10 @@ Page({
wx.removeStorage({ key: 'name' }) wx.removeStorage({ key: 'name' })
wx.removeStorage({ key: 'birthday' }) wx.removeStorage({ key: 'birthday' })
wx.removeStorage({ key: 'gender' }) wx.removeStorage({ key: 'gender' })
// // 跳转首页 // 跳转首页
// wx.reLaunch({ wx.reLaunch({
// url: '/pages/index/index' url: '/pages/index/index'
// }) })
}else{ }else{
wx.showModal({ wx.showModal({
title: '提示', title: '提示',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment