浏览代码

收款工具

zhengjinyi 3 年之前
父节点
当前提交
5ed2dbf877
共有 1 个文件被更改,包括 0 次插入17 次删除
  1. 0 17
      pages/login/login-share.vue

+ 0 - 17
pages/login/login-share.vue

@@ -53,23 +53,6 @@ export default {
 				this.$api.navigateTo('/pages/login/login-account')
 			})
 		},
-		navigateLink(data){// 根据用户权限跳转对应页面
-			
-			 switch(data.userType){
-				 case 1:// 协销
-					this.getOrderReceiptDetailType(this.receiptId,data)
-					break
-				 case 2:// 客服
-					this.getOrderReceiptDetailType(this.receiptId,data)
-					break
-				 case 3:// 财务
-					this.getOrderReceiptDetailType(this.receiptId,data)
-					break
-				 case 4:// 超级管理员
-					this.getOrderReceiptDetailType(this.receiptId,data)
-					break
-			 }
-		},
 		getOrderReceiptDetailType(id,data) {
 			this.OrderService.orderReceiptDetailType({ id: id })
 				.then(response => {