Browse Source

Signed-off-by: liuboyan <632697560@qq.com>
1

liuboyan 4 years ago
parent
commit
44923e91a8
1 changed files with 7 additions and 1 deletions
  1. 7 1
      pagesMain/openMember.vue

+ 7 - 1
pagesMain/openMember.vue

@@ -330,7 +330,13 @@
 				uni.redirectTo({
 					url: '/pagesMain/payResult?id=' + oderNo
 				});
-			}
+			},
+			//  跳转新增学员表单
+			goToSubscribelForm() {
+				uni.navigateTo({
+					url: '/pagesMember/subscribelForm'
+				});
+			},
 		},
 	}
 </script>