diff --git a/pages/addjigou/all.vue b/pages/addjigou/all.vue
index 61031bc..d527d29 100644
--- a/pages/addjigou/all.vue
+++ b/pages/addjigou/all.vue
@@ -9,9 +9,18 @@
机构加盟
-
-
-
+
+
+
+ 待审核
+ 审核驳回
+ 审核通过
+
+ 编辑
+
+
+
+
驳回原因:{{contentred}}
@@ -190,13 +199,20 @@
show.value = true
}
}
+ const changeMessage = ()=>{
+ uni.navigateTo({
+ url: `/pages/addjigou/name?element=${JSON.stringify(alldata.value)}`
+ });
+ }
const goBack = () => {
uni.navigateBack()
}
const alldata = ref("");
const contentred = ref("")
const special = ref(false);
+ const code = ref(0);
onLoad((options) => {
+ code.value = options.code?options.code:0;
if(options.special){
special.value = true
}
@@ -234,6 +250,19 @@