|
|
|
@ -700,6 +700,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
onShow() {
|
|
|
|
onShow() {
|
|
|
|
let that = this;
|
|
|
|
let that = this;
|
|
|
|
|
|
|
|
that.hasSee();
|
|
|
|
this.IS_CREATOR = uni.getStorageSync("IS_CREATOR") == 1 ? true : false;
|
|
|
|
this.IS_CREATOR = uni.getStorageSync("IS_CREATOR") == 1 ? true : false;
|
|
|
|
console.log("this.IS_CREATOR", this.IS_CREATOR);
|
|
|
|
console.log("this.IS_CREATOR", this.IS_CREATOR);
|
|
|
|
this.corpUserFlag = uni.getStorageSync("apply-userinfo").corpUserFlag;
|
|
|
|
this.corpUserFlag = uni.getStorageSync("apply-userinfo").corpUserFlag;
|
|
|
|
@ -752,6 +753,12 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
|
|
|
|
hasSee() {
|
|
|
|
|
|
|
|
var that = this;
|
|
|
|
|
|
|
|
that.G.Get(that.api.hasSee + "?jobId=" + that.uid, "", (res) => {
|
|
|
|
|
|
|
|
console.log("res", res);
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
},
|
|
|
|
goAddress() {
|
|
|
|
goAddress() {
|
|
|
|
let that = this;
|
|
|
|
let that = this;
|
|
|
|
uni.navigateTo({
|
|
|
|
uni.navigateTo({
|
|
|
|
|