Commit e755fe72 authored by zhengke's avatar zhengke

修改

parent efbed357
......@@ -315,7 +315,6 @@
},
(res) => {
if (res.resultCode == 1) {
console.log(res, '商品');
this.goodObj = res.data.goods;
let obj = {
OriginalPrice: this.goodObj.original_price,
......@@ -346,7 +345,6 @@
data: this.msg
},
res => {
console.log(res, 'resss');
if (res.resultCode == 1) {
var data = res.data.pageData;
if (data.length > 0) {
......@@ -378,7 +376,6 @@
//加入购物车或购买
getBuy() {
this.u = uni.getStorageSync('mall_UserInfo');
console.log(this.u,'uuuu');
if (!this.u) {
this.u = {
nickName: '未登录',
......
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