diff --git a/compontent/public/camera.vue b/compontent/public/camera.vue
index 64b4142..36a4805 100644
--- a/compontent/public/camera.vue
+++ b/compontent/public/camera.vue
@@ -1,7 +1,7 @@
-
+
diff --git a/compontent/public/model.vue b/compontent/public/model.vue
new file mode 100644
index 0000000..3bedc43
--- /dev/null
+++ b/compontent/public/model.vue
@@ -0,0 +1,113 @@
+
+
+
+
+
+
+
+
+ 提示
+
+ 确定
+ {{ content }}
+
+
+
+
+
+
+
diff --git a/pages.json b/pages.json
index 64d8155..896a829 100644
--- a/pages.json
+++ b/pages.json
@@ -62,6 +62,12 @@
"navigationBarTitleText": "绑定成功"
}
},
+ {
+ "path": "pages/login/specialsmall",
+ "style": {
+ "navigationBarTitleText": "绑定成功"
+ }
+ },
{
"path": "pages/index/index",
"style": {
diff --git a/pages/addjigou/all.vue b/pages/addjigou/all.vue
index c27d60b..35662e0 100644
--- a/pages/addjigou/all.vue
+++ b/pages/addjigou/all.vue
@@ -1,6 +1,7 @@
-
+
+
@@ -8,13 +9,13 @@
机构加盟
-
+
驳回原因:{{contentred}}
-
+
修改信息
@@ -138,7 +139,8 @@
import {
base_url
} from '@/request/index.js';
- import { getrel } from '@/pages/addjigou/api/addjigou.js'
+ import { getrel } from '@/pages/addjigou/api/addjigou.js';
+ import model from "@/compontent/public/model.vue"
const show = ref(false);
const content = ref("");
@@ -208,9 +210,11 @@
// url: `/pages/addjigou/name`
// });
}
-
+ function isAtLeastEightChars(str) {
+ return typeof str === 'string' && str.length >= 8;
+ }
const openLook = (res) => {
- if (res) {
+ if (isAtLeastEightChars(res)) {
content.value = res;
show.value = true
}
@@ -230,7 +234,7 @@
// console.log("????",alldata.value,statesTarget.value)
let data = alldata.value
- console.log("????",data.content)
+ // console.log("????",data)
if(data.content){
contentred.value = data.content
}
diff --git a/pages/addjigou/card.vue b/pages/addjigou/card.vue
index d02195d..d139e8b 100644
--- a/pages/addjigou/card.vue
+++ b/pages/addjigou/card.vue
@@ -1,6 +1,7 @@
-
+
+
@@ -80,6 +81,7 @@
import {
changemessage
} from './api/addjigou.js'
+ import model from "@/compontent/public/model.vue"
const show = ref(false);
const content = ref("");
@@ -246,8 +248,12 @@
}
})
}
+
+ function isAtLeastEightChars(str) {
+ return typeof str === 'string' && str.length >= 8;
+ }
const openLook = (res) => {
- if (res) {
+ if (isAtLeastEightChars(res)) {
content.value = res;
show.value = true
}
@@ -327,7 +333,7 @@
let data0 = uni.getStorageSync('backhuancun')
data0.comName = data.id
-
+
uni.setStorageSync("backhuancun", data)
if (data.comBusinessLicense) {
headImge.value = `${base_url}/sys/common/static/${data.comBusinessLicense}`;
diff --git a/pages/addjigou/name.vue b/pages/addjigou/name.vue
index 1577dae..30dd039 100644
--- a/pages/addjigou/name.vue
+++ b/pages/addjigou/name.vue
@@ -1,6 +1,7 @@
-
+
+
@@ -91,6 +92,7 @@
import {
changemessage
} from './api/addjigou.js'
+ import model from "@/compontent/public/model.vue"
const show = ref(false);
const content = ref("");
@@ -210,7 +212,7 @@
duration: 2000
})
uping.value = true;
-
+
return
}
@@ -249,7 +251,7 @@
duration: 2000
})
uping.value = true;
-
+
}
},
fail: err => {
@@ -290,8 +292,12 @@
}
})
}
+
+ function isAtLeastEightChars(str) {
+ return typeof str === 'string' && str.length >= 8;
+ }
const openLook = (res) => {
- if (res) {
+ if (isAtLeastEightChars(res)) {
content.value = res;
show.value = true
}
diff --git a/pages/addjigou/where.vue b/pages/addjigou/where.vue
index bdd94ba..5a37816 100644
--- a/pages/addjigou/where.vue
+++ b/pages/addjigou/where.vue
@@ -1,33 +1,35 @@
-
-
+
+
+