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
081ae2a2
Commit
081ae2a2
authored
Oct 28, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
7c533454
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
8 deletions
+5
-8
index.vue
components/auth/index.vue
+2
-1
postPublishing.vue
pages/blindDate/postPublishing.vue
+1
-2
postbarActive.vue
pages/blindDate/postbarActive.vue
+0
-4
index.vue
pages/index/index.vue
+2
-1
No files found.
components/auth/index.vue
View file @
081ae2a2
...
...
@@ -229,7 +229,8 @@ export default {
if
(
AppletID
===
24
)
{
let
basedata
=
wx
.
getStorageSync
(
"basedata"
);
let
isAttestation
=
basedata
?.
user_info
?.
isAttestation
??
0
;
if
(
isAttestation
===
0
)
{
let
IsOpenGuide
=
wx
.
getStorageSync
(
"basedata"
)?.
mall
?.
setting
?.
IsOpenGuide
??
0
;
if
(
isAttestation
===
0
&&
IsOpenGuide
===
1
)
{
uni
.
navigateTo
({
url
:
"/pages/user-center/user-center"
,
});
...
...
pages/blindDate/postPublishing.vue
View file @
081ae2a2
...
...
@@ -254,7 +254,6 @@
<view
class=
"release"
:ripple=
"true"
@
click=
"disbth==false?releasebtn():''"
:style=
"
{background:mainColor}">
发布
</view>
</view>
<u-popup
v-model=
"show"
mode=
"bottom"
border-radius=
"20"
>
<view
class=
"pubox"
>
...
...
@@ -290,7 +289,7 @@ export default {
},
data
()
{
return
{
pageTitle
:
"发布
帖子
"
,
pageTitle
:
"发布
活动
"
,
showAuth
:
false
,
show
:
false
,
u
:{},
...
...
pages/blindDate/postbarActive.vue
View file @
081ae2a2
...
...
@@ -321,10 +321,6 @@ export default {
},
gopublishing
()
{
//发帖
uni
.
navigateTo
({
url
:
"/pages/blindDate/postPublishing?ForumId="
+
this
.
msg
.
ForumId
,
});
return
;
this
.
u
=
uni
.
getStorageSync
(
"mall_UserInfo"
);
if
(
!
this
.
u
)
{
this
.
u
=
{
...
...
pages/index/index.vue
View file @
081ae2a2
...
...
@@ -1620,7 +1620,8 @@ export default {
if
(
AppletID
===
24
)
{
let
basedata
=
wx
.
getStorageSync
(
"basedata"
);
let
isAttestation
=
basedata
?.
user_info
?.
isAttestation
??
0
;
if
(
isAttestation
===
0
)
{
let
IsOpenGuide
=
wx
.
getStorageSync
(
"basedata"
)?.
mall
?.
setting
?.
IsOpenGuide
??
0
;
if
(
isAttestation
===
0
&&
IsOpenGuide
===
1
)
{
uni
.
navigateTo
({
url
:
"/pages/user-center/user-center"
,
});
...
...
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