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
af6cb2e2
Commit
af6cb2e2
authored
Apr 22, 2020
by
王建威
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
4eff6276
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
11 deletions
+16
-11
main.js
main.js
+9
-9
certification.vue
pages/certification/certification.vue
+1
-1
financialstage.vue
pages/financial/financialstage.vue
+6
-1
No files found.
main.js
View file @
af6cb2e2
...
...
@@ -3,7 +3,7 @@ import App from './App'
import
store
from
'@/store/store.js'
;
import
{
php
,
g
p
g
o
}
from
'@/common/host.js'
;
import
{
getNavigationBarTitle
...
...
@@ -78,12 +78,12 @@ function backup() {
// 跳转外部链接,使用webview
function
jump
(
url
,
type
)
{
// #ifdef H5
if
(
type
===
1
){
// 重定向到指定地址,防止回退
window
.
location
.
replace
(
url
);
}
else
{
window
.
location
.
href
=
url
;
// #ifdef H5
if
(
type
===
1
){
// 重定向到指定地址,防止回退
window
.
location
.
replace
(
url
);
}
else
{
window
.
location
.
href
=
url
;
}
// #endif
...
...
@@ -98,7 +98,7 @@ function jump(url, type) {
Vue
.
prototype
.
$jumpGoodDetail
=
jumpGoodDetail
;
Vue
.
prototype
.
$jump
=
jump
;
Vue
.
prototype
.
$addCart
=
addCart
;
Vue
.
prototype
.
$addCart
=
addCart
;
Vue
.
prototype
.
$backup
=
backup
;
Vue
.
prototype
.
$__reloadResource
=
__reloadResource
;
Vue
.
prototype
.
$getNavigationBarTitle
=
getNavigationBarTitle
;
...
...
@@ -114,4 +114,4 @@ const app = new Vue({
...
App
,
store
})
app
.
$mount
()
app
.
$mount
()
pages/certification/certification.vue
View file @
af6cb2e2
...
...
@@ -177,7 +177,7 @@
success
:
(
res
)
=>
{
if
(
res
.
data
.
code
===
0
)
{
uni
.
navigateTo
({
url
:
'/pages/apply/
applypage1
'
url
:
'/pages/apply/
choosetype
'
});
}
else
{
this
.
submitFlag
=
true
;
...
...
pages/financial/financialstage.vue
View file @
af6cb2e2
...
...
@@ -16,7 +16,12 @@
<view
class=
"cate_item3"
></view>
<view
class=
"cate_item4"
></view>
</view>
-->
<view
class=
"fin_banner"
></view>
<!--
<view
class=
"fin_banner"
>
<swiper
:autoplay=
"true"
>
<swiper-item>
a
</swiper-item>
<swiper-item>
b
</swiper-item>
</swiper>
</view>
-->
<view
class=
"fin_select"
v-if=
"EquipmentHotList"
>
<view
class=
"fin_select_label"
>
<text
class=
"fin_limit"
>
限时
</text>
...
...
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