Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c697824b
authored
Sep 15, 2024
by
痴货
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改添加商品商品简介、修改装修主页商品价格显示
parent
456f3d21
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/components/DiyEditor/components/mobile/ProductCard/index.vue
+1
-1
src/views/mall/product/spu/form/InfoForm.vue
+1
-1
No files found.
src/components/DiyEditor/components/mobile/ProductCard/index.vue
View file @
c697824b
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
class=
"text-16px"
class=
"text-16px"
:style=
"
{ color: property.fields.price.color }"
:style=
"
{ color: property.fields.price.color }"
>
>
¥
{{
fenToYuan
(
spu
.
price
)
}}
¥
{{
fenToYuan
(
spu
.
price
as
any
)
}}
</span>
</span>
<!-- 市场价 -->
<!-- 市场价 -->
<span
<span
...
...
src/views/mall/product/spu/form/InfoForm.vue
View file @
c697824b
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
:show-word-limit="true"
:show-word-limit="true"
class="w-80!"
class="w-80!"
maxlength="128"
maxlength="128"
placeholder="请输入商品
名称
"
placeholder="请输入商品
简介
"
type="textarea"
type="textarea"
/>
/>
</el-form-item>
</el-form-item>
...
...
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