shish 11 月之前
父節點
當前提交
1e6205c0e0
共有 1 個文件被更改,包括 3 次插入7 次删除
  1. 3 7
      hdApp/src/admin/member/detail.vue

+ 3 - 7
hdApp/src/admin/member/detail.vue

@@ -516,10 +516,6 @@
 						</view>
 					</view>
 
-					<!-- 提示信息 -->
-					<view class="deduct-tip">
-						<text class="tip-text">余额减少后,不会自动降等级,如需要请手动给客户降级</text>
-					</view>
 				</scroll-view>
 				
 				<!-- 弹框底部按钮 -->
@@ -652,6 +648,7 @@ export default {
     this.initInfo()
   },
   methods: {
+    init(){},
     // 打开余额详情弹框
     openBalanceDetailPopup() {
       this.$refs.balanceDetailPopupRef.open('center')
@@ -663,15 +660,14 @@ export default {
         })
       }, 100)
     },
-    
     // 关闭余额详情弹框
     closeBalanceDetailPopup() {
       this.$refs.balanceDetailPopupRef.close()
     },
-    
     addOrder(){
       this.$util.pageTo({url:'/admin/billing/index2?customId='+this.data.id+'&customName='+this.data.name})
-    },    // 打开减余额弹框
+    },    
+    // 打开减余额弹框
     openDeductPopup(){
       this.$refs.deductPopupRef.open('center')
       // 禁用背景页面滚动