Browse Source

退出提示框

aleyds 3 years ago
parent
commit
b6d6d04a1f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/setting/setting.vue

+ 1 - 1
pages/setting/setting.vue

@@ -246,7 +246,7 @@
 								  this.userInfo = [];
 								  this.theRoad = [];
 								  uni.setStorageSync('pushreg_switch', '1');
-								  plus.nativeUI.toast('退成功');
+								  plus.nativeUI.toast('退成功');
 								  uni.reLaunch({
 								      url: '/pages/login/login'
 								  });