Skip to content

Commit

Permalink
modifyDiscount (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
xpy01xpy authored Nov 6, 2024
1 parent 8f6dab0 commit 69acc26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/cloud/FunctionalCompare/Tableplugin.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Tableplugin = (props) => {
<div class='h-20 text-gray-08 text-xs mb-1'>
<p class='mb-1'>目录价:118元/月起</p>
<p class='mb-1'>折扣价:47.2元/月起</p>
<p class='mb-1'>折扣详情:月包7折,年包4折,新老同享</p>
<p class='mb-1'>折扣详情:月包6折,年包4折,新老同享</p>
</div>

</th>
Expand Down
2 changes: 1 addition & 1 deletion src/components/cloud/FunctionalCompare/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const FunctionalCompare = (props) => {
<div class='h-20 text-gray-08 text-xs mb-1'>
<p class='mb-1'>目录价:118元/月起</p>
<p class='mb-1'>折扣价:47.2元/月起</p>
<p class='mb-1'>折扣详情:月包7折,年包4折,新老同享</p>
<p class='mb-1'>折扣详情:月包6折,年包4折,新老同享</p>
</div>

</th>
Expand Down

0 comments on commit 69acc26

Please sign in to comment.