Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
Sign in / Register
Toggle navigation
S
site-uniapp
概览
Overview
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
王柯
site-uniapp
Commits
a091e99e
提交
a091e99e
authored
2月 18, 2023
作者:
wk
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
岗位切换问题处理
父级
08d41c5c
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
18 行增加
和
3 行删除
+18
-3
components/uni-datetime-picker/uni-datetime-picker.vue
+1
-1
pagesSub/mine/changeCompany/changeCompany.vue
+13
-0
pagesSub/mine/changeOrg/changeOrg.vue
+1
-1
pagesSub/mine/historyScore/historyScore.vue
+2
-0
pagesSub/mine/scoreDetail/scoreDetail.vue
+1
-1
没有找到文件。
components/uni-datetime-picker/uni-datetime-picker.vue
View file @
a091e99e
...
...
@@ -240,7 +240,7 @@
},
clearIcon
:
{
type
:
[
Boolean
],
default
:
tru
e
default
:
fals
e
},
hideSecond
:
{
type
:
[
Boolean
],
...
...
pagesSub/mine/changeCompany/changeCompany.vue
View file @
a091e99e
...
...
@@ -128,8 +128,21 @@
let
result
=
res
.
data
if
(
result
.
code
==
0
)
{
// this.getUserInfo()
uni
.
setStorageSync
(
"token"
,
result
.
data
.
access_token
)
uni
.
setStorageSync
(
"short_token"
,
result
.
data
.
short_token
)
uni
.
setStorageSync
(
"user_info"
,
result
.
data
)
uni
.
setStorageSync
(
"company_id"
,
result
.
data
.
comp_id
)
uni
.
setStorageSync
(
"org_no"
,
result
.
data
.
org_no
)
uni
.
setStorageSync
(
"org_id"
,
result
.
data
.
org_id
)
if
(
this
.
currentJob
.
job_id
!=
result
.
data
.
job_id
)
{
this
.
switchJob
()
}
else
{
getApp
().
globalData
.
isInit
=
true
uni
.
switchTab
({
url
:
"/pages/index/index"
})
}
}
else
{
this
.
$toast
.
showToast
(
result
.
msg
)
}
})
...
...
pagesSub/mine/changeOrg/changeOrg.vue
View file @
a091e99e
...
...
@@ -106,7 +106,7 @@
content
:
'确定切换到该组织?'
,
showCancel
:
true
,
confirmText
:
"切换"
,
confirmColor
:
'#
1890FF
'
,
confirmColor
:
'#
3B73FE
'
,
success
:
res
=>
{
if
(
res
.
confirm
)
{
that
.
switchOrg
(
node
[
0
])
...
...
pagesSub/mine/historyScore/historyScore.vue
View file @
a091e99e
...
...
@@ -69,6 +69,7 @@
uni
.
showModal
({
title
:
'提示'
,
content
:
'是否取消兑换'
,
confirmColor
:
'#3B73FE'
,
success
:
(
res
)
=>
{
if
(
res
.
confirm
)
{
Api
.
cancelExchange
({
...
...
@@ -94,6 +95,7 @@
uni
.
showModal
({
title
:
'提示'
,
content
:
'是否确认领取'
,
confirmColor
:
'#3B73FE'
,
success
:
(
res
)
=>
{
if
(
res
.
confirm
)
{
Api
.
confirmReceive
({
...
...
pagesSub/mine/scoreDetail/scoreDetail.vue
View file @
a091e99e
...
...
@@ -27,7 +27,7 @@
<view
class=
"score-item"
@
click=
"toExcahngeDetail"
>
<view
class=
"s-left"
>
<text
class=
"name"
>
已兑换积分
</text>
<text
class=
"score"
>
{{
scoreDetail
.
his
_integral
||
0
}}
</text>
<text
class=
"score"
>
{{
scoreDetail
.
ex
_integral
||
0
}}
</text>
</view>
<image
src=
"../../../static/s-arrow-left-ic.png"
class=
"image"
></image>
</view>
...
...
Write
Preview
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
Please
register
or
sign in
to comment