Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mini_own
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
geruidan
mini_own
Commits
1e3b155e
Commit
1e3b155e
authored
Apr 27, 2023
by
小耗子
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复新人券问题
parent
e9e4c3cd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
env.js
env.js
+0
-1
manifest.json
manifest.json
+1
-1
shopro/store/modules/user.js
shopro/store/modules/user.js
+1
-1
No files found.
env.js
View file @
1e3b155e
...
...
@@ -12,4 +12,3 @@ export const HAS_LIVE = false //后台是否开通直播权限,根据情况在ma
// http://172.18.1.66:9001/api/a1/mall/homePage/mp?code={前端传入的code}
export
const
MALL_ID
=
"
101656910000414
"
;
export
const
COMPANY_ID
=
"
0210010
"
;
\ No newline at end of file
manifest.json
View file @
1e3b155e
...
...
@@ -56,7 +56,7 @@
"mp-weixin"
:
{
"appid"
:
"wx94a3f5be1ea552ec"
,
"setting"
:
{
"urlCheck"
:
fals
e
,
"urlCheck"
:
tru
e
,
"minified"
:
false
,
"es6"
:
false
,
"postcss"
:
false
...
...
shopro/store/modules/user.js
View file @
1e3b155e
...
...
@@ -152,7 +152,7 @@ const actions = {
// });
// }
http
(
'
user.register
'
,
state
.
registerInfo
).
then
(
res
=>
{
if
(
res
.
code
==
0
)
{
if
(
res
.
code
==
0
||
res
.
code
==
3761
)
{
resolve
(
1
);
}
else
{
uni
.
showToast
({
...
...
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