This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
drink-answer-wechat-uniapp-24-9-2
generated from
hly/uniapp-shop-templates
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
refactor(页面导航): 调整页面跳转逻辑并移除注释代码
- 在index.vue中移除被注释的跳转到介绍页的代码 - 在title.vue中将跳转目标从preAppoint改为article页,并移除注释代码
master
前端-胡立永
1 day ago
parent
f92df402b5
commit
50204bd0c1
2 changed files
with
9 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
pages/index/index.vue
+5
-5
pages/index/title.vue
+ 4
- 0
pages/index/index.vue
View File
@ -93,6 +93,10 @@
success
(
modalRes
)
{
if
(
modalRes
.
confirm
)
{
wx
.
openSetting
(
)
;
/
/
u
n
i
.
n
a
v
i
g
a
t
e
T
o
(
{
/
/
u
r
l
:
'
/
p
a
g
e
s
/
i
n
d
e
x
/
i
n
t
r
o
d
u
c
e
'
/
/
}
)
}
}
,
}
)
;
+ 5
- 5
pages/index/title.vue
View File
@ -58,13 +58,13 @@
}
,
methods
:
{
next
(
)
{
/
/
u
n
i
.
n
a
v
i
g
a
t
e
T
o
(
{
/
/
u
r
l
:
'
/
p
a
g
e
s
/
i
n
d
e
x
/
a
r
t
i
c
l
e
'
/
/
}
)
uni
.
navigateTo
(
{
url
:
'/pages/index/
preAppoint
'
url
:
'/pages/index/article'
}
)
/
/
u
n
i
.
n
a
v
i
g
a
t
e
T
o
(
{
/
/
u
r
l
:
'
/
p
a
g
e
s
/
i
n
d
e
x
/
p
r
e
A
p
p
o
i
n
t
'
/
/
}
)
}
,
async
save
(
)
{
await
this
.
$authorize
(
'scope.writePhotosAlbum'
)
Write
Preview
Loading…
Cancel
Save