Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
shop_mobile_uni
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
郑秀明
shop_mobile_uni
Commits
d7a1f960
Commit
d7a1f960
authored
Apr 22, 2020
by
王建威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
af6cb2e2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
main.js
main.js
+6
-2
financialstage.vue
pages/financial/financialstage.vue
+3
-3
No files found.
main.js
View file @
d7a1f960
...
@@ -82,7 +82,11 @@ function jump(url, type) {
...
@@ -82,7 +82,11 @@ function jump(url, type) {
if
(
type
===
1
){
if
(
type
===
1
){
// 重定向到指定地址,防止回退
// 重定向到指定地址,防止回退
window
.
location
.
replace
(
url
);
window
.
location
.
replace
(
url
);
}
else
{
}
else
if
(
type
===
2
){
uni
.
navigateTo
({
url
:
url
})
}
else
{
window
.
location
.
href
=
url
;
window
.
location
.
href
=
url
;
}
}
// #endif
// #endif
...
...
pages/financial/financialstage.vue
View file @
d7a1f960
...
@@ -2,12 +2,12 @@
...
@@ -2,12 +2,12 @@
<view
class=
"fin_content"
>
<view
class=
"fin_content"
>
<SearchBar
:isLogin=
"isLogin"
/>
<SearchBar
:isLogin=
"isLogin"
/>
<view
class=
"tab_bar"
>
<view
class=
"tab_bar"
>
<text
@
click=
"$jump('/pages/home/home')"
>
首页
</text>
<text
@
click=
"$jump('/pages/home/home'
, 2
)"
>
首页
</text>
<!--
<text
@
click=
"jumpPhpPage('app=promotion')"
>
精彩活动
</text>
-->
<!--
<text
@
click=
"jumpPhpPage('app=promotion')"
>
精彩活动
</text>
-->
<text
@
click=
"$jump('/pages/index/index')"
>
<
!--
<
text
@
click=
"$jump('/pages/index/index')"
>
<i
class=
"credit_icon"
></i>
<i
class=
"credit_icon"
></i>
谛宝白条
谛宝白条
</text>
</text>
-->
<text
class=
"act"
>
采购分期
</text>
<text
class=
"act"
>
采购分期
</text>
</view>
</view>
<!--
<view
class=
"flex_category"
>
<!--
<view
class=
"flex_category"
>
...
...
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