Procházet zdrojové kódy

客户管理页操作按钮优化

shish před 6 měsíci
rodič
revize
6cd0f2fb4f
1 změnil soubory, kde provedl 2 přidání a 16 odebrání
  1. 2 16
      hdApp/src/admin/member/detail.vue

+ 2 - 16
hdApp/src/admin/member/detail.vue

@@ -535,14 +535,7 @@ export default {
            funtion: () => {
 			      this.openRechargePopup()
            }
-         },
-        {
-          name: "开单",
-          icon: "✏️",
-          funtion: () => {
-			      this.addOrder()
-          }
-        }
+         }
       ],
       passwordForm: {
         password: ""
@@ -596,16 +589,9 @@ export default {
     toggleBalanceDetail() {
       this.showBalanceDetail = !this.showBalanceDetail
     },
-    // 关闭余额详情弹框(保留方法以避免引用错误)
-    closeBalanceDetailPopup() {
-      // 已废弃,现在使用展开方式
-    },
-    addOrder(){
-      uni.navigateTo({url:'/admin/billing/index2?customId='+this.data.id+'&customName='+this.data.name})
-    },  
     sendHb(){
       uni.navigateTo({url:'/admin/hb/send?customId='+this.data.id+'&customName='+this.data.name + '&userId='+this.data.userId})
-    },   
+    },
     // 打开减余额弹框
     openDeductPopup(){
       this.$refs.deductPopupRef.open('center')