Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
93dee415
Commit
93dee415
authored
Mar 16, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
0c4c7c67
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
13 deletions
+13
-13
pointBalance.vue
pages/appointment/personal/pointBalance.vue
+1
-1
pointRecharge.vue
pages/appointment/personal/pointRecharge.vue
+3
-3
friendcircle.vue
pages/friendcircle/friendcircle.vue
+3
-3
mydetails.vue
pages/friendcircle/mydetails.vue
+2
-2
release.vue
pages/friendcircle/release.vue
+2
-2
activeInner.vue
pages/kotra/activeInner.vue
+1
-1
activeInnerDetail.vue
pages/kotra/activeInnerDetail.vue
+1
-1
No files found.
pages/appointment/personal/pointBalance.vue
View file @
93dee415
...
...
@@ -131,7 +131,7 @@
title
:
'余额'
});
this
.
IsShowRecharge
=
uni
.
getStorageSync
(
"basedata"
)
?
uni
.
getStorageSync
(
"basedata"
).
mall
.
setting
.
IsShowRecharge
:
0
//完成时打开
this
.
IsOpenMiAi
=
uni
.
getStorageSync
(
"
mall_UserInfo"
)?
uni
.
getStorageSync
(
"mall_UserInfo"
).
IsOpenMiA
i
:
0
;
//是否开启相亲模式
this
.
IsOpenMiAi
=
uni
.
getStorageSync
(
"
basedata"
)?
uni
.
getStorageSync
(
"basedata"
).
mall
.
setting
.
is_show_mia
i
:
0
;
//是否开启相亲模式
},
methods
:{
init
(){
...
...
pages/appointment/personal/pointRecharge.vue
View file @
93dee415
...
...
@@ -51,7 +51,7 @@
title
:
'充值余额'
});
this
.
mall_UserInfo
=
uni
.
getStorageSync
(
"mall_UserInfo"
)
?
uni
.
getStorageSync
(
"mall_UserInfo"
):{};
this
.
IsOpenMiAi
=
uni
.
getStorageSync
(
"
mall_UserInfo"
)?
uni
.
getStorageSync
(
"mall_UserInfo"
).
IsOpenMiA
i
:
0
;
//是否开启相亲模式
this
.
IsOpenMiAi
=
uni
.
getStorageSync
(
"
basedata"
)?
uni
.
getStorageSync
(
"basedata"
).
mall
.
setting
.
is_show_mia
i
:
0
;
//是否开启相亲模式
if
(
this
.
IsOpenMiAi
==
1
){
this
.
showName
=
'星星'
}
...
...
@@ -86,9 +86,9 @@
this
.
RechargeMsg
.
PointGoodsId
=
item
.
ID
;
},
queren
(){
let
mall_UserInfo
=
uni
.
getStorageSync
(
"mall_UserInfo"
)?
uni
.
getStorageSync
(
"mall_UserInfo"
)
:
''
;
let
basedata
=
uni
.
getStorageSync
(
"basedata"
)?
uni
.
getStorageSync
(
"basedata"
).
mall
.
setting
:
''
;
let
url
=
'/api/WeChatPay/GetPointPayInfo'
if
(
mall_UserInfo
.
IsOpenMiA
i
==
1
){
if
(
basedata
.
is_show_mia
i
==
1
){
url
=
'/api/WeChatPay/GetStarsPayInfo'
}
this
.
request2
({
...
...
pages/friendcircle/friendcircle.vue
View file @
93dee415
...
...
@@ -448,7 +448,7 @@
created
()
{
this
.
is_bang
=
this
.
$uiConfig
.
is_bang
?
85
:
52
;
this
.
contentHeight
=
this
.
$utils
.
calcContentHeight
(
-
40
)
+
"px"
;
this
.
IsOpenMiAi
=
uni
.
getStorageSync
(
"
mall_UserInfo"
)?
uni
.
getStorageSync
(
"mall_UserInfo"
).
IsOpenMiA
i
:
0
;
//是否开启相亲模式
this
.
IsOpenMiAi
=
uni
.
getStorageSync
(
"
basedata"
)?
uni
.
getStorageSync
(
"basedata"
).
mall
.
setting
.
is_show_mia
i
:
0
;
//是否开启相亲模式
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
this
.
secondary
=
this
.
$uiConfig
.
secondary
;
this
.
pricecolor
=
this
.
$uiConfig
.
pricecolor
;
...
...
@@ -513,9 +513,9 @@
methods
:
{
init
()
{
this
.
loading
=
true
;
let
mall_UserInfo
=
uni
.
getStorageSync
(
"mall_UserInfo"
)?
uni
.
getStorageSync
(
"mall_UserInfo"
)
:
''
;
let
basedata
=
uni
.
getStorageSync
(
"basedata"
)?
uni
.
getStorageSync
(
"basedata"
).
mall
.
setting
:
''
;
let
url
=
'/api/AppletSchool/GetDynamicList'
if
(
mall_UserInfo
.
IsOpenMiA
i
==
1
){
if
(
basedata
.
is_show_mia
i
==
1
){
url
=
'/api/AppletSchool/GetMiAiDynamicList'
}
this
.
request2
({
...
...
pages/friendcircle/mydetails.vue
View file @
93dee415
...
...
@@ -385,9 +385,9 @@
if
(
type
==
1
){
//第一次进来判断
this
.
loading
=
true
;
}
let
mall_UserInfo
=
uni
.
getStorageSync
(
"mall_UserInfo"
)?
uni
.
getStorageSync
(
"mall_UserInfo"
)
:
''
;
let
basedata
=
uni
.
getStorageSync
(
"basedata"
)?
uni
.
getStorageSync
(
"basedata"
).
mall
.
setting
:
''
;
let
url
=
'/api/AppletEducation/GetDynamicDetial'
if
(
mall_UserInfo
.
IsOpenMiAi
&&
mall_UserInfo
.
IsOpenMiA
i
==
1
){
if
(
basedata
.
is_show_mia
i
==
1
){
url
=
'/api/AppletMiai/GetMiAiDynamicDetial'
}
this
.
request2
({
...
...
pages/friendcircle/release.vue
View file @
93dee415
...
...
@@ -510,9 +510,9 @@
title
:
'发布中...'
})
console
.
log
(
this
.
addMsg
)
let
mall_UserInfo
=
uni
.
getStorageSync
(
"mall_UserInfo"
)?
uni
.
getStorageSync
(
"mall_UserInfo"
)
:
''
;
let
basedata
=
uni
.
getStorageSync
(
"basedata"
)?
uni
.
getStorageSync
(
"basedata"
).
mall
.
setting
:
''
;
let
url
=
'/api/AppletEducation/GetPublishDynamic'
if
(
mall_UserInfo
.
IsOpenMiA
i
==
1
){
if
(
basedata
.
is_show_mia
i
==
1
){
url
=
'/api/appletmiai/GetPublishDynamic'
}
this
.
request2
({
...
...
pages/kotra/activeInner.vue
View file @
93dee415
...
...
@@ -186,7 +186,7 @@
uni
.
setNavigationBarTitle
({
title
:
this
.
pageTitle
,
});
this
.
IsOpenMiAi
=
uni
.
getStorageSync
(
"
mall_UserInfo"
)?
uni
.
getStorageSync
(
"mall_UserInfo"
).
IsOpenMiA
i
:
0
;
//是否开启相亲模式
this
.
IsOpenMiAi
=
uni
.
getStorageSync
(
"
basedata"
)?
uni
.
getStorageSync
(
"basedata"
).
mall
.
setting
.
is_show_mia
i
:
0
;
//是否开启相亲模式
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
},
onLoad
(
option
)
{
...
...
pages/kotra/activeInnerDetail.vue
View file @
93dee415
...
...
@@ -171,7 +171,7 @@
uni
.
setNavigationBarTitle
({
title
:
this
.
pageTitle
,
});
this
.
IsOpenMiAi
=
uni
.
getStorageSync
(
"
mall_UserInfo"
)?
uni
.
getStorageSync
(
"mall_UserInfo"
).
IsOpenMiA
i
:
0
;
//是否开启相亲模式
this
.
IsOpenMiAi
=
uni
.
getStorageSync
(
"
basedata"
)?
uni
.
getStorageSync
(
"basedata"
).
mall
.
setting
.
is_show_mia
i
:
0
;
//是否开启相亲模式
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
},
onLoad
(
option
)
{
...
...
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