shish 2 ماه پیش
والد
کامیت
2524efb5a8
2فایلهای تغییر یافته به همراه2 افزوده شده و 6 حذف شده
  1. 1 3
      ghsPad/src/pages/home/components/discount-panel.vue
  2. 1 3
      hdPad/src/pages/home/components/discount-panel.vue

+ 1 - 3
ghsPad/src/pages/home/components/discount-panel.vue

@@ -4,7 +4,7 @@
             <text class="discount-title">选择折扣</text>
             <view class="header-actions">
                 <view class="edit-btn" :class="{ active: editMode }" @tap.stop="toggleEdit">
-                    {{editMode ? '完成' : '编辑'}}
+                    {{editMode ? '完成' : '新增折扣'}}
                 </view>
             </view>
         </view>
@@ -59,8 +59,6 @@
 
 <script>
 const DEFAULT_LIST = [
-    { name: '7折', value: 0.7 },
-    { name: '8折', value: 0.8 },
     { name: '9折', value: 0.9 },
     { name: '不打折', value: 1 },
 ]

+ 1 - 3
hdPad/src/pages/home/components/discount-panel.vue

@@ -4,7 +4,7 @@
             <text class="discount-title">选择折扣</text>
             <view class="header-actions">
                 <view class="edit-btn" :class="{ active: editMode }" @tap.stop="toggleEdit">
-                    {{editMode ? '完成' : '编辑'}}
+                    {{editMode ? '完成' : '新增折扣'}}
                 </view>
             </view>
         </view>
@@ -59,8 +59,6 @@
 
 <script>
 const DEFAULT_LIST = [
-    { name: '7折', value: 0.7 },
-    { name: '8折', value: 0.8 },
     { name: '9折', value: 0.9 },
     { name: '不打折', value: 1 },
 ]