去除多余console
This commit is contained in:
@ -257,9 +257,7 @@ export default {
|
||||
},
|
||||
computed: mapGetters(["isLogin"]),
|
||||
mounted: function() {
|
||||
console.log(this);
|
||||
let url = handleQrCode();
|
||||
console.log(url);
|
||||
if (url && url.productId) {
|
||||
this.id = url.productId;
|
||||
} else {
|
||||
@ -329,7 +327,6 @@ export default {
|
||||
if (this.$deviceType == "app") {
|
||||
form.form = "app";
|
||||
}
|
||||
console.log(form, 2222);
|
||||
getProductDetail(that.id, form)
|
||||
.then(res => {
|
||||
that.$set(that, "storeInfo", res.data.storeInfo);
|
||||
@ -500,7 +497,6 @@ export default {
|
||||
},
|
||||
changeattr: function(msg) {
|
||||
this.attr.cartAttr = msg;
|
||||
console.log(this.attr, msg);
|
||||
this.isOpen = false;
|
||||
},
|
||||
//选择属性;
|
||||
|
@ -177,7 +177,6 @@ export default {
|
||||
// document.title = this.title || this.$yroute.meta.title;
|
||||
},
|
||||
get_product_list() {
|
||||
console.log("请求李贝奥");
|
||||
var that = this;
|
||||
this.setWhere();
|
||||
// if (to.name !== "GoodsList") return;
|
||||
|
@ -193,7 +193,6 @@ export default {
|
||||
// },
|
||||
watch: {
|
||||
userInfo(user) {
|
||||
console.log(user, '用户信息,8585');
|
||||
if (user.uid) {
|
||||
this.carnum();
|
||||
this.countMoney();
|
||||
@ -202,7 +201,6 @@ export default {
|
||||
}
|
||||
},
|
||||
token(token) {
|
||||
console.log(token, '用户token,8585');
|
||||
if (this.userInfo.uid) {
|
||||
this.carnum();
|
||||
this.countMoney();
|
||||
@ -348,7 +346,6 @@ export default {
|
||||
});
|
||||
return;
|
||||
}
|
||||
console.log(id);
|
||||
this.$yrouter.push({
|
||||
path: '/pages/order/OrderSubmission/index',
|
||||
query: {
|
||||
|
Reference in New Issue
Block a user