Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
iedgeMini
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7c86a0f2
authored
May 12, 2025
by
肖康
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
再来一单
parent
8608497c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
pages/goods/detail.vue
pages/user/orderDetail.vue
pages/goods/detail.vue
View file @
7c86a0f2
...
...
@@ -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>
...
...
pages/user/orderDetail.vue
View file @
7c86a0f2
...
...
@@ -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
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment