no message

cyl/job_im
jscyl13849007907 2 weeks ago
parent cc4b7a114a
commit e2fdc32a6c

@ -242,6 +242,12 @@
<view class="g_fs_12 g_c_6" style="margin-top: 4px">客服</view>
</button>
</view>
<view class="g_flex_none g_flex_column_center" v-if="isAdmin">
<button class="g_pl_0 g_pr_0 g_bg_f g_mr_12 g_w_36" hover-class="thover" style="line-height: 1; border-radius: 0" @click="gojob">
<icon class="iconfont icon-edit-square" style="color: #787878; line-height: 1; margin-top: -5px; font-size: 20px !important"> </icon>
<view class="g_fs_12 g_c_6" style="margin-top: 4px">编辑</view>
</button>
</view>
<view class="g_flex_1 g_flex_column_center" hover-class="none" hover-stop-propagation="false">
<view class="g_flex_row_end" hover-class="none" hover-stop-propagation="false">
<view class="g_flex_none g_flex_column_center" style="margin-right: 8px; width: 100px" v-if="attention && from != 'bill' && jobDetail.agencyId != loginInfo.agencyId && false">
@ -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){

@ -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({

Loading…
Cancel
Save