kk.shi преди 3 години
родител
ревизия
5eb1e524a9

+ 15 - 4
pages/welfareMall/feedback/feedback.wxss

@@ -1,9 +1,10 @@
 /* pages/welfareMall/feedback/feedback.wxss */
+page{
+  background: #F7F7F7;
+}
 .feedback{
   width: 750rpx;
   height: auto;
-  padding-bottom: 119rpx; 
-  background: #F7F7F7;
 }
 
 /* 垂直方向布局,水平居中 **/
@@ -30,7 +31,7 @@
 
 .feedback-title{
   font-size: 24rpx;
-  font-weight: 500;
+  font-weight: 600;
   color: #444444;
 }
 
@@ -41,6 +42,8 @@ textarea{
   border: 1rpx solid #3E3E3E;
   border-radius: 10rpx;
   z-index: 1;
+  padding-left: 33rpx;
+  padding-top: 42rpx;
 }
 
 .suggest_text-count{
@@ -66,7 +69,7 @@ textarea{
   width: 350rpx;
   height: 40rpx;
   font-size: 24rpx;
-  font-weight: 500;
+  font-weight: 600;
   color: #444444;
 }
 
@@ -127,4 +130,12 @@ textarea{
   font-size: 36rpx;
   font-weight: 500;
   color: #FFFFFF;
+}
+
+.sug_p{
+  width: 194rpx;
+  height: 30rpx;
+  font-size: 28rpx;
+  font-weight: 600;
+  color: #444444;
 }

+ 1 - 1
pages/welfareMall/historical/historical.wxml

@@ -29,6 +29,6 @@
       </view>
     </view>
     <view class="no_result" wx:if="{{noResult}}">———— 抱歉,您暂无历史订单 ————</view>
-    <view class="no_result" wx:if="{{noMore}}">———— 更多订单 | 敬请期待 ————</view>
+    <view class="no_result" wx:if="{{noMore}}">—— 人家也是有底线的 ——</view>
   </view>
 </view>

+ 2 - 1
pages/welfareMall/historical/historical.wxss

@@ -28,6 +28,7 @@
   background: #FFFFFF;
   border-radius: 10rpx;
   margin-top: 14rpx;
+  margin-bottom: 8rpx;
 }
 
 .content-hm{
@@ -44,7 +45,7 @@
   width: 230rpx;
   height: 28rpx;
   font-size: 22rpx;
-  font-weight: 500;
+  font-weight: 600;
   color: #A0A0A0;
 }
 

+ 2 - 2
pages/welfareMall/order/orderCompletion.js

@@ -213,11 +213,11 @@ Page({
     wx.showToast({
       title: '申请退款已提交',
       icon: 'none',
-      duration: 2000,
+      duration: 1500,
       success: function(){
         setTimeout(() => {
           that.selectOrder(that.data.orderSn);
-        }, 2000);
+        }, 1500);
       }
     });
     // await wx.navigateTo({