Просмотр исходного кода

客户管理页操作按钮优化

shish 6 месяцев назад
Родитель
Сommit
6cd0f2fb4f
1 измененных файлов с 2 добавлено и 16 удалено
  1. 2 16
      hdApp/src/admin/member/detail.vue

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

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