去除多余console

This commit is contained in:
gaoxs
2020-04-13 17:48:31 +08:00
parent 7248b0f091
commit e08d2a6fa7
23 changed files with 3 additions and 105 deletions

View File

@ -285,7 +285,6 @@
this.current = index;
},
async submit() {
console.log("spread:" + cookie.get("spread"));
const {
account,
password

View File

@ -235,7 +235,7 @@ export default {
})
.catch(err => {});
} else if (res.cancel) {
console.log("用户点击取消");
// console.log("用户点击取消");
}
}
});

View File

@ -220,7 +220,6 @@ export default {
this.$yrouter.push("/pages/user/PersonalData/index");
},
getPhoneNumber: function(e) {
console.log(e.mp.detail);
// 判断一下这里是不是小程序 如果是小程序,走获取微信手机号进行绑定
if (e.mp.detail.errMsg == "getPhoneNumber:ok") {
uni.showLoading({
@ -230,7 +229,6 @@ export default {
uni.getProvider({
service: "oauth",
success: function(res) {
console.log(res.provider);
// 此处可以排除h5
if (res.provider) {
uni.login({
@ -324,8 +322,6 @@ export default {
}
},
onShow() {
console.log(this.$store.getters.token);
console.log(this.userInfo);
if (this.$store.getters.token) {
this.User();
this.MenuUser();

View File

@ -133,7 +133,6 @@ export default {
this.address.province = e.labelArr[0] || "";
this.address.city = e.labelArr[1] || "";
this.address.district = e.labelArr[2] || "";
console.log(this.pickerText);
},
getUserAddress: function() {
if (!this.id) return false;

View File

@ -131,8 +131,7 @@ export default {
that.loaded = res.data.length < that.where.limit;
that.loadTitle = that.loaded ? "人家是有底线的" : "上拉加载更多";
that.where.page = that.where.page + 1;
that.list.push.apply(that.list, res.data);
console.log(that.list)
that.list.push.apply(that.list, res.data);
},
err => {
uni.showToast({