shish 1 anno fa
parent
commit
01ce9a2181
1 ha cambiato i file con 6 aggiunte e 10 eliminazioni
  1. 6 10
      hdApp/src/admin/order/refund.vue

+ 6 - 10
hdApp/src/admin/order/refund.vue

@@ -139,16 +139,7 @@
 				</view>
 				<view class="amount-row input-row">
 					<text class="amount-label required">退款金额</text>
-					<view class="amount-input-wrapper">
-						<text class="currency-symbol">¥</text>
-						<input 
-							class="amount-input" 
-							type="digit" 
-							v-model="refundMoney" 
-							placeholder="请输入"
-							placeholder-style="color:#999"
-							@focus="clearRefundMoney">
-					</view>
+					<text class="amount-value refund-amount">¥{{refundMoney}}</text>
 				</view>
 			</view>
 		</view>
@@ -643,6 +634,11 @@ export default {
 			font-weight: 600;
 			color: #09c567;
 		}
+		&.refund-amount {
+			font-size: 32upx;
+			font-weight: 600;
+			color: #c59b0f;
+		}
 	}
 }