shish 2 år sedan
förälder
incheckning
8e6357cdbc
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      ghsApp/src/admin/billing/affirm.vue

+ 1 - 1
ghsApp/src/admin/billing/affirm.vue

@@ -161,7 +161,7 @@
               <text>合计金额</text>  
             </view>
             <text style="color: #3385FF">¥{{parseFloat(finalPrice)}}</text>
-            <button @tap="showDiscount()" class="admin-button-com mini-btn default" style="margin-left:30upx;">点击打折</button>
+            <button @tap="showDiscount()" class="admin-button-com mini-btn default" style="margin-left:50upx;">点击打折</button>
             <text v-if="discountValue>0">{{ Number(discountValue)*10 }}折</text>
           </tui-list-cell>