@@ -132,7 +132,11 @@
this.height = sysInfo.windowHeight - 120 + 'px' //除标题栏栏外的屏幕可用高度
},
methods: {
-
+ back() {
+ uni.navigateBack({
+ delta: 1
+ })
+ },
openSelectMember(){
this.$refs.selectMemberPopup.open()