Browse Source

余额变动明细

shish 1 year ago
parent
commit
d8dc61d488
2 changed files with 2 additions and 2 deletions
  1. 1 1
      hdApp/src/admin/member/detail.vue
  2. 1 1
      hdApp/src/pages.json

+ 1 - 1
hdApp/src/admin/member/detail.vue

@@ -92,7 +92,7 @@
             <view class="tui-title">下单记录</view>
         </tui-list-cell>
         <tui-list-cell @click="pageTo({ url: '/admin/custom/balanceChange?id='+data.id })" class="line-cell" :hover="false" :arrow="true" >
-            <view class="tui-title">余额明细</view>
+            <view class="tui-title">余额变动明细</view>
         </tui-list-cell>
         <tui-list-cell @click="pageTo({ url: '/admin/custom/levelChange?id='+data.id })" class="line-cell" :hover="false" :arrow="true" >
             <view class="tui-title">等级变动记录</view>

+ 1 - 1
hdApp/src/pages.json

@@ -169,7 +169,7 @@
 		{
 			"root": "pagesStore",
 			"pages": [
-				{ "path": "me/shopYeChange", "style": { "navigationBarTitleText": "余额明细" } },
+				{ "path": "me/shopYeChange", "style": { "navigationBarTitleText": "余额变动明细" } },
 				{ "path": "me/withdraw", "style": { "navigationBarTitleText": "提现记录" } },
 				{ "path": "me/incomeExpenses", "style": { "navigationBarTitleText": "收支记录" } },
 				{"path": "me/income","style": {"navigationBarTitleText": "收入记录"}},