Explorar o código

feat: 文字修改 资产找回改为 会员转入

xuyunhui %!s(int64=2) %!d(string=hai) anos
pai
achega
31f4601d8c
Modificáronse 3 ficheiros con 3 adicións e 3 borrados
  1. 1 1
      myPages/systemSwitch/index.vue
  2. 1 1
      pages.json
  3. 1 1
      pages/my/index.vue

+ 1 - 1
myPages/systemSwitch/index.vue

@@ -594,7 +594,7 @@ export default {
         if (!userInfo.phone) {
           uni.showModal({
             title: '温馨提示',
-            content: '资产找回涉及资金安全,需绑定手机号才能进行查询,是否确认绑定手机号',
+            content: '会员转入涉及资金安全,需绑定手机号才能进行查询,是否确认绑定手机号',
             success: res => {
               if (res.confirm) {
                 uni.navigateTo({

+ 1 - 1
pages.json

@@ -304,7 +304,7 @@
 				{
 					"path": "systemSwitch/index",
 					"style": {
-						"navigationBarTitleText": "资产找回",
+						"navigationBarTitleText": "会员转入",
 						"enablePullDownRefresh": false
 					}
 				},

+ 1 - 1
pages/my/index.vue

@@ -109,7 +109,7 @@ export default {
         // {thumb:'/static/me/u1803.png',title:'实名认证',rightText:'',to:'/myPages/realNameAuth/index'},
         {thumb: '/static/me/u1812.png', title: '服务对象管理', rightText: '', to: '/myPages/ServiceObjectManagement/index'},
         {thumb: '/static/me/u3.png', title: '邀请有礼', rightText: '', to: '/myPages/promotionCenter/index'},
-        {thumb: '/static/me/u1833.png', title: '资产找回', rightText: '', to: '/myPages/systemSwitch/index'},
+        {thumb: '/static/me/u1833.png', title: '会员转入', rightText: '', to: '/myPages/systemSwitch/index'},
         {thumb: '/static/me/u826.png', title: '储值服务', rightText: '', to: '/myPages/recharge/index'},
         {thumb: '/static/me/u701.png', title: '交易记录', rightText: '', to: '/myPages/transactionRecord/index'},
         {thumb: '/static/me/u11.png', title: '会员须知', rightText: '', to: '/myPages/aboutOur/index'},