diff --git a/root/detail/job.vue b/root/detail/job.vue
index 860533b..17cff39 100644
--- a/root/detail/job.vue
+++ b/root/detail/job.vue
@@ -242,6 +242,12 @@
客服
+
+
+
@@ -573,6 +579,7 @@ export default {
},
data() {
return {
+ isAdmin: uni.getStorageSync("apply-userinfo").admin,
fullName:uni.getStorageSync("miniApp-info") && uni.getStorageSync("miniApp-info").agencyName,
isfensi:uni.getStorageSync("apply-userinfo") && uni.getStorageSync("apply-userinfo").isfensi,
isAgency:uni.getStorageSync("apply-userinfo") && uni.getStorageSync("apply-userinfo").agencyId,
@@ -2099,6 +2106,18 @@ export default {
setType(e) {
this.tabInfo.active = e;
},
+ gojob(){
+ let that = this;
+ if(that.isLogin){
+ uni.navigateTo({
+ url: '/root/merchantManagement/jobForm?id=' + that.uid
+ });
+ }else{
+ uni.navigateTo({
+ url: "/root/person/loginIndex",
+ });
+ }
+ },
goIm() {
let that = this;
if(that.isJm){
diff --git a/root/merchantManagement/jobForm.vue b/root/merchantManagement/jobForm.vue
index baf4308..24d796b 100644
--- a/root/merchantManagement/jobForm.vue
+++ b/root/merchantManagement/jobForm.vue
@@ -1225,7 +1225,7 @@ onHide(() => {
const showPage = ref(false);
onLoad((options) => {
console.log("formInfo", formInfo.value);
- console.log(options);
+ console.log('optionsoptionsoptionsoptionsoptions', options);
resetInfo();
if (options.id) {
uni.setNavigationBarTitle({