|
|
@@ -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')
|