创建会议修正
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
// 显示模式选择器
|
||||
showModeSelector() {
|
||||
uni.showActionSheet({
|
||||
itemList: ['员工模式 (17857100375)', '访客模式 (17857100376)'],
|
||||
itemList: ['员工模式 (17857100375)', '访客模式 (17857100377)'],
|
||||
success: (res) => {
|
||||
let wechatId = ''
|
||||
let userMode = ''
|
||||
@@ -56,8 +56,8 @@
|
||||
phone = '17857100375'
|
||||
userMode = 'staff'
|
||||
} else {
|
||||
wechatId = '17857100376'
|
||||
phone = '17857100376'
|
||||
wechatId = '17857100377'
|
||||
phone = '17857100377'
|
||||
userMode = 'guest'
|
||||
}
|
||||
// 存储选择
|
||||
@@ -73,7 +73,7 @@
|
||||
fail: () => {
|
||||
// 用户取消,默认使用访客模式
|
||||
uni.setStorageSync('userMode', 'guest')
|
||||
uni.setStorageSync('wechatId', '17857100376')
|
||||
uni.setStorageSync('wechatId', '17857100377')
|
||||
console.log('默认使用访客模式')
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user