Commit d557a4bc authored by sjf1256754123's avatar sjf1256754123

d

parent 28638fd2
......@@ -47,7 +47,7 @@
"quickapp" : {},
/* 快应用特有相关 */
"mp-weixin" : {
"appid" : "wx1c644745509b890a",
"appid" : "wxd88b4d42de8ef362",
"setting" : {
"urlCheck" : true,
"es6" : true,
......
......@@ -11,12 +11,12 @@
<image class="img" :src="imgSrc" mode="widthFix" @click="modalName = 'Image'">
<view class="tips">入园请出示二维码通行证</view>
<view class="btnStaff">
<view class="btnStaff" v-show="securityFlag">
<image src="../../static/2.png" class="btnStaff2" mode=""></image>
<image src="../../static/7.png" class="btnStaff2 margin-left-sm" @click="getScancode" style="width: 424upx;" mode=""></image>
</view>
<view class="btnStaff">
<view class="btnStaff" style="padding-top:25upx;" v-show="hiddenRegisterFlag">
<image src="../../static/8.png" class="btnStaff2" mode=""></image>
<image src="../../static/9.png" class="btnStaff2 margin-left-sm" @click="leader" style="width: 424upx;" mode=""></image>
</view>
......@@ -49,6 +49,7 @@
name: "home",
data() {
return {
hiddenRegisterFlag:true,
imgSrc:'',
modalName:'',
flag:true,
......@@ -170,6 +171,11 @@
if(userInfo.roleId == '1003'){
this.securityFlag=true
}
if(userInfo.isVip == '1'){
this.hiddenRegisterFlag = false
}
let obj = Object.assign({}, this.$store.getters.userInfo)
if (obj.avatarUrl) {
userInfo.avatarUrl = obj.avatarUrl
......
<template>
<view class="leader">
<view class="tips">
提示请输入您申报复工时同样的信息(名字,手机号,身份证)!
提示请输入您申报复工时同样的信息(名字,手机号,身份证)!
</view>
<form @submit="formSubmit" @reset="formReset">
<view class="cu-form-group">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment