shish 3 жил өмнө
parent
commit
9ed08319a1

+ 30 - 8
mallApp/src/pages/home/recent.vue

@@ -16,7 +16,12 @@
                 </view>
               </view>
               <view class="box_4 flex-col"></view>
-              <view class="button_4 flex-col"><text class="text_13">买花</text></view>
+              <view class="box_9">
+                <view class="tag_2" @click="pageTo({url:'/pagesPurchase/shopping'})"> <text>买花记录</text> </view>
+                <view class="tag_2" @click="pageTo({ url: '/admin/clear/list?ghsId='+ghsInfo.id})"> <text>结账记录</text> </view>
+              </view>
+              <view class="button_4 flex-col"><text class="text_13">买花束</text></view>
+              <view class="button_5 flex-col"><text class="text_13">买散花</text></view>
             </view>
 
         </view>
@@ -264,7 +269,7 @@ export default {
       }
       .box_9 {
         width: 100%;
-        height: 60upx;
+        height: 65upx;
         margin: 23upx 0 22upx 30upx;
         .tag_2 {
           background-color: rgba(255, 255, 255, 1);
@@ -274,11 +279,11 @@ export default {
           border: 1px solid rgba(221, 221, 221, 1);
           color: rgba(51, 51, 51, 1);
           font-size: 30upx;
-          margin:0 25upx 0 0;
+          margin:0 60upx 0 0;
           text-align:center;
           float:left;
-          padding-left:15upx;
-          padding-right:15upx;
+          padding-left:20upx;
+          padding-right:20upx;
         }
         .tag_3 {
           background-color: rgba(255, 255, 255, 1);
@@ -374,9 +379,26 @@ export default {
         background-size: 137upx 137upx;
         width: 130upx;
         position: absolute;
-        left: 580upx;
-        top: 70upx;
-        border-radius:39upx;
+        left: 600upx;
+        top:90upx;
+        border-radius:20upx;
+        .text_13 {
+          color: rgba(255, 255, 255, 1);
+          font-size: 30upx;
+          font-weight:bold;
+        }
+      }
+      .button_5 {
+        height: 80upx;
+        line-height:80upx;
+        text-align:center;
+        background-color:#FF2842;
+        background-size: 137upx 137upx;
+        width: 130upx;
+        position: absolute;
+        left: 430upx;
+        top: 90upx;
+        border-radius:20upx;
         .text_13 {
           color: rgba(255, 255, 255, 1);
           font-size: 30upx;