Commit 7c86a0f2 by 肖康

再来一单

parent 8608497c
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
</view> </view>
<view class="item row"> <view class="item row">
<text>描述</text> <text>描述</text>
<view>{{goods_info.spu_brief}}</view> <view v-html="goods_info.spu_brief"></view>
</view> </view>
<view class="item row"> <view class="item row">
<text>货期</text> <text>货期</text>
......
...@@ -193,8 +193,7 @@ ...@@ -193,8 +193,7 @@
obj_.is_cover_goods_num = 1 obj_.is_cover_goods_num = 1
} }
json_arr.push(obj_) json_arr.push(obj_)
ids.push(obj_.sku_id)
ids.push(item.sku_id)
}) })
this.request(Api_Url + '/api/cart/batchAddCart', 'POST', { this.request(Api_Url + '/api/cart/batchAddCart', 'POST', {
......
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 sign in to comment