yanjie 4 年 前
コミット
9ddcebc18a
2 ファイル変更2 行追加2 行削除
  1. 1 1
      pages/order/refund/refund.vue
  2. 1 1
      plugins/bonus/index/index.vue

+ 1 - 1
pages/order/refund/refund.vue

xqd
@@ -74,7 +74,7 @@
                 </view>
             </view>
             <view class="btn-box">
-                <view @click="formSubmit" class="btn main-center cross-center">
+                <view @click="formSubmit" class="btn main-center cross-center" style="background-color: #F84469;">
                     提交
                 </view>
             </view>

+ 1 - 1
plugins/bonus/index/index.vue

xqd
@@ -592,7 +592,7 @@
         width: #{702rpx};
         margin: 0 auto;
         border-radius: #{40rpx};
-        background-color: #ff6699;
+        background-color: #F84469;
         color: #fff;
         font-size: #{32rpx};
         text-align: center;