|
|
@@ -273,7 +273,7 @@
|
|
|
<button @tap="forwardPayWay = 4" class="admin-button-com middle" :class="forwardPayWay == 4? 'blue' : 'default'">现金</button>
|
|
|
<button @click="forwardPayWay = 5" class="admin-button-com middle" :class="forwardPayWay == 5 ? 'blue' : 'default'">银行卡</button>
|
|
|
</view>
|
|
|
- <view class="payment-notice">
|
|
|
+ <view>
|
|
|
请线下转账给客户
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -904,7 +904,7 @@ export default {
|
|
|
font-weight: 500;
|
|
|
}
|
|
|
|
|
|
- .button-group {
|
|
|
+ .button-group {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
justify-content: space-between;
|
|
|
@@ -923,16 +923,7 @@ export default {
|
|
|
margin-right: 0;
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
- .payment-notice {
|
|
|
- text-align: center;
|
|
|
- font-size: 26upx;
|
|
|
- color: #666;
|
|
|
- margin-top: 20upx;
|
|
|
- padding: 15upx 0;
|
|
|
- background-color: #f8f8f8;
|
|
|
- border-radius: 8upx;
|
|
|
- }
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
|