Commit 7c86a0f2 by 肖康

再来一单

parent 8608497c
......@@ -61,7 +61,7 @@
</view>
<view class="item row">
<text>描述</text>
<view>{{goods_info.spu_brief}}</view>
<view v-html="goods_info.spu_brief"></view>
</view>
<view class="item row">
<text>货期</text>
......
......@@ -193,10 +193,9 @@
obj_.is_cover_goods_num = 1
}
json_arr.push(obj_)
ids.push(item.sku_id)
ids.push(obj_.sku_id)
})
this.request(Api_Url + '/api/cart/batchAddCart', 'POST', {
sku_json: JSON.stringify(json_arr)
}, true).then(res => {
......
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