shish 2 лет назад
Родитель
Сommit
8957786e6f
3 измененных файлов с 8 добавлено и 7 удалено
  1. 5 3
      ghsApp/src/admin/home/me.vue
  2. 1 1
      ghsApp/src/pages.json
  3. 2 3
      ghsApp/src/pagesStore/me/cashSet.vue

+ 5 - 3
ghsApp/src/admin/home/me.vue

@@ -50,7 +50,7 @@
                 可提现 ¥ {{ myInfo.txBalance||0 }}
                 <text class="to-cash" @click="pageTo({ url: '/admin/shopYeChange/list' })">变动明细</text>
                 <text class="to-cash" @click="pageTo({ url: '/pagesStore/me/withdraw' })">提现记录</text>
-                <!-- <text class="to-cash" v-if="myInfo.txBalance > 0" @click="checkToApplyCash">提现</text> -->
+                <text class="to-cash" v-if="myInfo.txBalance > 0" @click="checkToApplyCash">提现</text>
               </view>
             </view>
           </view>
@@ -93,11 +93,11 @@
 
             <tui-list-cell @click="pageTo({ url: '/pagesStore/me/rechargeList' })" class="line-cell" :hover="false" :arrow="true" >
               <view class="tui-title">充值记录</view>
-            </tui-list-cell> 
+            </tui-list-cell>--> 
 
             <tui-list-cell @click="pageTo({ url: '/pagesStore/me/cashSet' })" class="line-cell" :hover="false" :arrow="true" >
               <view class="tui-title">提现账号</view>
-            </tui-list-cell>-->
+            </tui-list-cell>
 
             <tui-list-cell @click="pageTo({ url: '/admin/shop/password' })" class="line-cell" :hover="false" :arrow="true">
               <view class="tui-title">密码修改</view>
@@ -385,6 +385,8 @@ export default {
     },
     checkToApplyCash () {
       let that = this;
+      that.$msg('每天自动提现')
+      return false
       //没有设置提现账号则提示
       if (that.myInfo.cashAccount == "") {
         that.$util.confirmModal({content:'您还没有设置提现账号'},() => {

+ 1 - 1
ghsApp/src/pages.json

@@ -117,7 +117,7 @@
 				{"path": "me/expend","style": {"navigationBarTitleText": "支出记录"}},
 				{"path": "me/recharge","style": {"navigationBarTitleText": "充值"}},
 				{"path": "me/rechargeList","style": {"navigationBarTitleText": "充值记录"}},
-				{"path": "me/cashSet","style": {"navigationBarTitleText": "提现账号设置"}},
+				{"path": "me/cashSet","style": {"navigationBarTitleText": "提现账号"}},
 				{"path": "me/expressSet","style": {"navigationBarTitleText": "快递设置"}},
 				{"path": "me/rechargeSuccess","style": {"navigationBarTitleText": "充值成功"}}
 			]

+ 2 - 3
ghsApp/src/pagesStore/me/cashSet.vue

@@ -37,7 +37,7 @@
 
         </div>
 
-        <view style="color:red;font-weight:bold;margin:20upx 0 10upx 25upx;font-size:27upx;">注意:提现账号若要修改,请先告知管理员,否则修改无效</view>
+        <view style="color:red;font-weight:bold;margin:20upx 0 10upx 25upx;font-size:27upx;">需要修改请先联系管理员,自行修改无效。</view>
 
         <div class="confirm-btn">
           <button class="admin-button-com big blue" formType="submit"> 提交 </button>
@@ -86,7 +86,7 @@ export default {
     },
     confirmFn() {
       cashUpdate(this.form).then((res) => {
-        this.$msg("操作成功");
+        this.$msg("已提交,请联系管理员");
         setTimeout(() => {
           uni.navigateBack();
         }, 1300)
@@ -132,7 +132,6 @@ export default {
   padding-left: 30upx;
   margin-bottom: 30upx;
 }
-// ---
 .module-com {
   margin-bottom: 20upx;
   .member-wrap {