Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
N
nine-private-drainage
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
anle
nine-private-drainage
Commits
9bc4b060
Commit
9bc4b060
authored
Mar 18, 2021
by
anle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改
parent
36e08236
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/component.vue
src/component.vue
+3
-3
No files found.
src/component.vue
View file @
9bc4b060
...
...
@@ -82,7 +82,7 @@ export default {
},
content
:
{
type
:
String
,
default
:
""
,
default
:
"
请输入微信号
"
,
},
wxUrl
:
{
type
:
String
,
...
...
@@ -144,8 +144,8 @@ export default {
if
(
isWx
)
{
this
.
isWxSet
=
true
;
}
else
{
console
.
log
(
this
.
wxUrl
.
length
);
if
(
this
.
wxUrl
.
length
==
0
)
{
console
.
log
(
this
.
wxUrl
);
if
(
this
.
wxUrl
.
length
==
0
&&
this
.
wxUrl
==
"
请输入
"
)
{
return
this
.
$toast
(
"
请先配置小程序跳转schema地址
"
);
}
tiaozhuan
(
this
.
wxUrl
);
...
...
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