Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
ef23e9d8
Commit
ef23e9d8
authored
Jan 08, 2022
by
李嘉林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
冬奥会修改
parent
cafc4b0d
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
11 deletions
+11
-11
src/pages/login/index.vue
+2
-2
src/pages/wo/improveInformation/index.vue
+2
-2
src/pages/wo/showPassCheck/index.vue
+2
-2
src/pages/wo/vehicleApplication/index.vue
+2
-2
src/pages/wo/verification/index.vue
+1
-1
src/pages/wo/writeInformation/index.vue
+2
-2
No files found.
src/pages/login/index.vue
View file @
ef23e9d8
...
@@ -245,9 +245,9 @@ export default {
...
@@ -245,9 +245,9 @@ export default {
log
.
info
(
'存入openid失败'
,
e
)
log
.
info
(
'存入openid失败'
,
e
)
}
}
log
.
info
(
this
.
$store
.
state
.
mixid
,
'mixid------230'
)
log
.
info
(
this
.
$store
.
state
.
mixid
,
'mixid------230'
)
//冬奥会
测试赛
(mixid=CL)定制一键登录直接返回不用手机号
//冬奥会
赛区通行
(mixid=CL)定制一键登录直接返回不用手机号
let
isCertified
=
false
;
let
isCertified
=
false
;
// this.mpApp.globalData.shopInfo.outCode正式环境提审
测试赛
项目 这个值后台改为1 审核通过改为空
// this.mpApp.globalData.shopInfo.outCode正式环境提审
赛区通行
项目 这个值后台改为1 审核通过改为空
if
(
this
.
$store
.
state
.
mixid
==
'CL'
&&
this
.
mpApp
.
globalData
.
shopInfo
.
outCode
==
''
)
{
if
(
this
.
$store
.
state
.
mixid
==
'CL'
&&
this
.
mpApp
.
globalData
.
shopInfo
.
outCode
==
''
)
{
isCertified
=
res
.
data
.
data
.
isCertified
==
'true'
isCertified
=
res
.
data
.
data
.
isCertified
==
'true'
if
(
isCertified
&&
res
.
data
.
data
.
sessionId
)
{
if
(
isCertified
&&
res
.
data
.
data
.
sessionId
)
{
...
...
src/pages/wo/improveInformation/index.vue
View file @
ef23e9d8
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
</div>
</div>
<div
class=
"cell flex"
>
<div
class=
"cell flex"
>
<div
class=
"label"
>
<div
class=
"label"
>
<p>
身份
</p>
<p>
人员类别
</p>
</div>
</div>
<div
class=
"text"
>
<div
class=
"text"
>
<p>
{{
userInfo
.
identity
}}
</p>
<p>
{{
userInfo
.
identity
}}
</p>
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
</div>
</div>
<div
class=
"cell flex"
>
<div
class=
"cell flex"
>
<div
class=
"label"
>
<div
class=
"label"
>
<p>
就
餐权限
</p>
<p>
用
餐权限
</p>
</div>
</div>
<div
class=
"text"
>
<div
class=
"text"
>
<p>
{{
userInfo
.
diningPlace
?
'有'
:
'无'
}}
</p>
<p>
{{
userInfo
.
diningPlace
?
'有'
:
'无'
}}
</p>
...
...
src/pages/wo/showPassCheck/index.vue
View file @
ef23e9d8
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
</div>
</div>
<div
class=
"time"
v-if=
"updateTime"
>
{{
updateTime
}}
</div>
<div
class=
"time"
v-if=
"updateTime"
>
{{
updateTime
}}
</div>
</div>
</div>
<div
class=
"explain"
>
相约北京系列冬季体育赛事张家口赛区组委会
</div>
<div
class=
"explain"
>
张家口市冬奥会城市运行和环境建设管理指挥部
</div>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -71,7 +71,7 @@ export default {
...
@@ -71,7 +71,7 @@ export default {
computed
:
{},
computed
:
{},
onReady
()
{
onReady
()
{
console
.
log
(
"---onready"
);
console
.
log
(
"---onready"
);
wx
.
setNavigationBarTitle
({
title
:
"
测试赛通行证
"
});
wx
.
setNavigationBarTitle
({
title
:
"
赛区通行
"
});
},
},
onLoad
()
{
onLoad
()
{
console
.
log
(
"---onLoad"
);
console
.
log
(
"---onLoad"
);
...
...
src/pages/wo/vehicleApplication/index.vue
View file @
ef23e9d8
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
<div
class=
"time"
v-if=
"updateTime"
>
{{
updateTime
}}
</div>
<div
class=
"time"
v-if=
"updateTime"
>
{{
updateTime
}}
</div>
</div>
</div>
<div
class=
"changeVehicleText"
@
click=
"changeVehicle"
>
更换车辆
</div>
<div
class=
"changeVehicleText"
@
click=
"changeVehicle"
>
更换车辆
</div>
<div
class=
"explain"
>
相约北京系列冬季体育赛事张家口赛区组委会
</div>
<div
class=
"explain"
>
张家口市冬奥会城市运行和环境建设管理指挥部
</div>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -49,7 +49,7 @@ export default {
...
@@ -49,7 +49,7 @@ export default {
computed
:
{},
computed
:
{},
onReady
()
{
onReady
()
{
console
.
log
(
"---onready"
);
console
.
log
(
"---onready"
);
wx
.
setNavigationBarTitle
({
title
:
"
测试赛通行证
"
});
wx
.
setNavigationBarTitle
({
title
:
"
赛区通行
"
});
},
},
onLoad
()
{
onLoad
()
{
console
.
log
(
"---onLoad"
);
console
.
log
(
"---onLoad"
);
...
...
src/pages/wo/verification/index.vue
View file @
ef23e9d8
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<div
class=
"val"
>
{{
userInfo
.
company
}}
</div>
<div
class=
"val"
>
{{
userInfo
.
company
}}
</div>
</div>
</div>
<div
class=
"cell flex"
>
<div
class=
"cell flex"
>
<div
class=
"label"
>
身份
</div>
<div
class=
"label"
>
人员类别
</div>
<div
class=
"val"
>
{{
userInfo
.
identity
}}
</div>
<div
class=
"val"
>
{{
userInfo
.
identity
}}
</div>
</div>
</div>
<div
class=
"cell flex"
>
<div
class=
"cell flex"
>
...
...
src/pages/wo/writeInformation/index.vue
View file @
ef23e9d8
<
template
>
<
template
>
<!-- 冬奥会
测试赛
填报资料 -->
<!-- 冬奥会
赛区通行
填报资料 -->
<div
class=
"writeInformation"
>
<div
class=
"writeInformation"
>
<div
class=
"info flex"
>
<div
class=
"info flex"
>
<i
class=
"iconfont icon-gantanhao"
></i>
<i
class=
"iconfont icon-gantanhao"
></i>
...
@@ -54,7 +54,7 @@
...
@@ -54,7 +54,7 @@
</div>
</div>
<div
class=
"btm"
>
<div
class=
"btm"
>
<p
class=
"btm-info"
>
<p
class=
"btm-info"
>
本次操作遵守国家相关法律法规,采集信息仅用于
测试赛
相关核验查询
本次操作遵守国家相关法律法规,采集信息仅用于
赛区通行
相关核验查询
</p>
</p>
<div
class=
"btn"
:class=
"
{ btn1: onInput }" @click="next">下一步
</div>
<div
class=
"btn"
:class=
"
{ btn1: onInput }" @click="next">下一步
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment