소스 검색

Merge branch 'qiantengteng' of ssh://git.9026.com:2212/xiansin/shop4.3.57 into qiantengteng

xiansin 4 년 전
부모
커밋
9981c33d4c
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;