Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
ztx_wx_gzt
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
842a6ff2
authored
2026-05-08 11:44:57 +0800
by
lttnew
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
个人订单
1 parent
256a8622
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
5 deletions
config.js
level/chooseExaminer.vue
pages/index/home.vue
personal/home.vue
personal/order.vue
config.js
View file @
842a6ff
// dev
// const baseUrl_api = 'http://192.168.1.125
:8787'
const
baseUrl_api
=
'http://192.168.1.134
:8787'
// const baseUrl_api = 'http://47.98.186.233:8787'
const
baseUrl_api
=
'https://tk001.wxjylt.com/stage-api/'
//
const baseUrl_api = 'https://tk001.wxjylt.com/stage-api/'
const
loginImage_api
=
'https://tk001.wxjylt.com/stage-api'
const
payUrl
=
'https://wxpay.cmbc.com.cn/mobilePlatform/appserver/lcbpPay.do'
...
...
level/chooseExaminer.vue
View file @
842a6ff
...
...
@@ -110,10 +110,13 @@
const
searchNoData
=
ref
(
false
)
const
pageType
=
ref
(
''
)
onLoad
((
option
)
=>
{
if
(
option
.
pageType
){
if
(
option
.
pageType
){
pageType
.
value
=
option
.
pageType
||
''
}
else
{
}
if
(
option
.
chosen
){
chosen
=
JSON
.
parse
(
decodeURIComponent
(
option
.
chosen
||
'[]'
))
}
if
(
option
.
ec
){
ec
=
option
.
ec
}
...
...
pages/index/home.vue
View file @
842a6ff
...
...
@@ -1029,11 +1029,16 @@ function checkDialogs() {
const
memberInfoData
=
app
.
globalData
.
memberInfo
||
{}
// 密码长期未更新提示: changePassFlag='1' && activeStatus=1 && authenticationStatus=2
// 只提示一次
if
(
app
.
globalData
.
changePassFlag
==
'1'
&&
app
.
globalData
.
memberInfo
?.
activeStatus
==
'1'
&&
app
.
globalData
.
authenticationStatus
==
2
)
{
const
hasShown
=
uni
.
getStorageSync
(
'passwordTipShown'
)
if
(
!
hasShown
)
{
uni
.
setStorageSync
(
'passwordTipShown'
,
true
)
passwordTipPopup
.
value
.
open
()
}
}
// 绑定手机号条件: changePassFlag='1' && activeStatus=1 && authenticationStatus=2 && phonenumber为空 && checkFlag=1
if
(
app
.
globalData
.
changePassFlag
===
'1'
&&
...
...
personal/home.vue
View file @
842a6ff
...
...
@@ -454,7 +454,7 @@ const goToOrder = () => {
return
}
uni
.
navigateTo
({
url
:
'/personal/order
'
url
:
'/personal/order
?perId='
+
userInfo
.
value
.
perId
});
};
...
...
personal/order.vue
View file @
842a6ff
This diff is collapsed.
Click to expand it.
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment