@@ -59,6 +59,19 @@
<view class="btn">
<button size="mini" @tap="toSave()">提交支付信息</button>
</view>
+ <view class="other">
+ <view class="other_1">
+ 注:
+ </view>
+ <view class="other_2">
+ <view class="tip">
+ 1.转账单号(微信):我-服务-钱包-账单-账单详情
+ 1.订单号(支付宝):我的-账单-账单详情
</c-drawer>
@@ -474,12 +487,29 @@
.btn {
text-align: center;
- margin: 30px 0 0 0;
+ margin: 30px 0 10px 0;
button {
background-color: var(--rgb67c);
color: var(--rgbfff);
}
+
+ .other {
+ .other_1 {
+ font-size: 14px;
+ font-weight: bold;
+ margin: 0 0 10px 0;
+ }
+ .other_2 {
+ .tip {
+ font-size: 12px;
+ color: var(--rgbfa4);
+ margin: 0 0 5px 0;
</style>
@@ -81,10 +81,21 @@
.drawer_one .btn {
.drawer_one .btn button {
+.drawer_one .other .other_1 {
+}
+.drawer_one .other .other_2 .tip {