DaMowang 2 years ago
parent
commit
a2e7820506

+ 2 - 2
src/pages.json

@@ -321,13 +321,13 @@
 			{
 				"path": "address/list",
 				"style": {
-					"navigationBarTitleText": "我的收地址"
+					"navigationBarTitleText": "我的收地址"
 				}
 			},
 			{
 				"path": "address/addaddress",
 				"style": {
-					"navigationBarTitleText": "添加收地址"
+					"navigationBarTitleText": "添加收地址"
 				}
 			}
 		 ]

+ 1 - 1
src/pages/accountDetails/running.vue

@@ -16,7 +16,6 @@
     <view class="con">
       <view class="list" v-for="(item, index) in list" :key="index">
         <view class="list_head flex_r flex_ac flex_jb">
-          <!-- <view class="head_name">{{ item.act == '+' ? '收益' : '支出'}}</view> -->
           <view class="head_name">{{ type(item.type_id) }}</view>
           <view :class="['head_price',item.act == '+' ? 'g_color' : '']">{{ item.act }}{{item.num }}</view>
         </view>
@@ -116,6 +115,7 @@ export default {
           case 11: return "创始股东分红收益";
           case 12: return "节点服务津贴";
           case 13: return "赠送收入";
+          case 14: return "区域节点收益";
           default: return "";
         }
       }

+ 2 - 3
src/pages/sign/index.vue

@@ -230,7 +230,7 @@ page {
 }
 
 .container {
-  padding: var(--status-bar-height) 30rpx 30rpx;
+  padding: 30rpx 30rpx;
   box-sizing: border-box;
   background: url("https://tea.soowin.com/mnt/image/sign_back.png");
   background-repeat: no-repeat;
@@ -342,8 +342,7 @@ page {
   overflow: hidden;
   background: #fff;
   border-radius: 16rpx;
-  box-shadow: 0px 3px 0px 0px rgba(16, 178, 127, 0.36),
-    0px 6px 10px 0px rgba(17, 179, 129, 0.2);
+  box-shadow: 2px 3px 0px 0px rgba(16, 178, 127, 0.36), 0px 4px 15px 10px rgba(17, 179, 129, 0.2);
   padding: 24rpx 40rpx;
   box-sizing: border-box;
   margin-top: 44rpx;

+ 1 - 1
src/pages/to-pay-list/index.vue

@@ -112,7 +112,7 @@
       >
     </view>
     <!-- 底部操作栏-end -->
-    <!-- 收地址弹窗 -->
+    <!-- 收地址弹窗 -->
     <userAddress ref="userAddress" @addressConfirm="loadDa" />
   </view>
 </template>