Commit 6bdf514e by 陈玉桐

fix

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