Commit f9e61ea6 authored by 刘杰's avatar 刘杰

企业微信前端

parent db4be9dd
......@@ -17,7 +17,7 @@
<view v-if="currentShow === 'dailyReport'">
<dailyReport></dailyReport>
</view>
<view v-if="currentShow === 'bossCard'">
<view v-if="currentShow === 'bossCard'&& ">
<bossCard></bossCard>
</view>
......@@ -77,6 +77,7 @@
data() {
return {
isCarrier: false,
uc_simulated_boss:false,
currentShow: '',
topUserList: [{
name: '订单查询',
......@@ -202,7 +203,7 @@
selectStaffByUsername(staffData).then(res => {
let data2 = res.data.data
uni.setStorageSync(`staffCode`, data2.staffCode);
this.uc_simulated_boss=data2.uc_simulated_bosss
uni.setStorageSync(`uc_simulated_boss`, data2.uc_simulated_boss);
})
......
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