소스 검색

tuihuan page

邹能昇 4 달 전
부모
커밋
7ac689d88c
3개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  1. 11 0
      nova-tourism/components/my/index.less
  2. 1 1
      nova-tourism/components/my/index.wxml
  3. 0 0
      nova-tourism/components/my/index.wxss

+ 11 - 0
nova-tourism/components/my/index.less

@@ -149,6 +149,17 @@
             margin-right: 40rpx;
         }
     }
+    .myshop{
+        font-size: 32rpx;
+        width: 100%;
+        height: 80rpx;
+        display: flex;
+        align-items: center;
+        padding-left: 30rpx;
+        padding-right: 30rpx;
+        margin-top: 30rpx;
+        background-color: white;
+    }
     .leavebox{
         width: 100%;
         height: 100rpx;

+ 1 - 1
nova-tourism/components/my/index.wxml

@@ -52,9 +52,9 @@
         </view>
         <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241122/rv1kfo050253663.png"></image>
     </view>
+    <view class="myshop" bindtap="merchant">我是商户</view>
     <view class="leavebox">
         <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241122/qc3aet050423378.png"></image>
         <view class="leave-tex">退出登录</view>
     </view>
-    <view bindtap="merchant">我是商户</view>
 </view>

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
nova-tourism/components/my/index.wxss


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.