Commit 785b3df4 by 陈玉桐

fix

parent bea0d00d
......@@ -254,10 +254,10 @@ Page({
wx.removeStorage({ key: 'name' })
wx.removeStorage({ key: 'birthday' })
wx.removeStorage({ key: 'gender' })
// // 跳转首页
// wx.reLaunch({
// url: '/pages/index/index'
// })
// 跳转首页
wx.reLaunch({
url: '/pages/index/index'
})
}else{
wx.showModal({
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