Commit 6bdf514e by 陈玉桐

fix

parent 1ca8a645
...@@ -150,11 +150,10 @@ Page({ ...@@ -150,11 +150,10 @@ Page({
next: function(e){ next: function(e){
let me = this; let me = this;
// 请求前加Loading // 请求前加Loading
// wx.showLoading({ wx.showLoading({
// title: '加载中', title: '加载中',
// mask: true mask: true
// }) })
console
if(me.data.ruoData.left=='无'){ if(me.data.ruoData.left=='无'){
me.setData({ me.setData({
ruoData:{left: '',right: me.data.ruoData.right} ruoData:{left: '',right: me.data.ruoData.right}
...@@ -255,10 +254,10 @@ Page({ ...@@ -255,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