소스 검색

订单列表添加打印

aleyds 4 년 전
부모
커밋
d20e510b14
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      pages/ownersquery/ownersquery.vue

+ 2 - 3
pages/ownersquery/ownersquery.vue

@@ -40,9 +40,8 @@
 		},
 		methods:{
 			customBack(){
-				this.$u.route({
-					// type:'switchTab',
-					url: 'pages/index/index'
+				uni.navigateBack({
+				    delta: 1
 				});
 			},
 			getPic(){