Commit e755fe72 authored by zhengke's avatar zhengke

修改

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