Browse Source

Merge branch 'master' of http://gogs.efunbox.cn/Rorschach/reader into version2.0

limengbo 4 years ago
parent
commit
0c22f91652
2 changed files with 4 additions and 2 deletions
  1. 2 2
      pages/user/myWallet/myWallet.js
  2. 2 0
      pages/user/myWallet/myWallet.wxss

+ 2 - 2
pages/user/myWallet/myWallet.js

@@ -6,8 +6,8 @@ Page({
   data: {
     title: '',
     totalMoney: 0,
-    textDoc: '收到的奖金',
-    textPrompt: '奖金将于2019年1月15日自动转入微信钱包',
+    textDoc: '收到的奖金将自动转入微信钱包',
+    textPrompt: '',
     walletDetail: '资金明细',
   },
 

+ 2 - 0
pages/user/myWallet/myWallet.wxss

@@ -20,6 +20,8 @@ page{
     align-items:center;
     font-size: 32rpx;
     line-height: 42rpx;
+    margin-top:27rpx;
+
 }
 .text-doc-box {
     width: 30rpx;