Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
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
new-sing
h5-base
Commits
891faae3
Commit
891faae3
authored
Sep 29, 2019
by
IvyXia123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddd
parent
2b5d7e86
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
9 deletions
+8
-9
index.html
dist/index.html
+1
-1
app.209ddb43eeda25960949.js
dist/static/js/app.209ddb43eeda25960949.js
+1
-0
main.js
src/main.js
+0
-4
index.js
src/router/index.js
+6
-4
No files found.
dist/index.html
View file @
891faae3
...
...
@@ -11,4 +11,4 @@
position
:
fixed
;
background
:
#f4f4f4
;
}
/* html{font-size: 1px;} */
</style><link
href=
static/css/app.ed6d1273dc8c2d144766934b011e5890.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
src=
https://res.wx.qq.com/open/js/jweixin-1.3.2.js
></script><script></script><script
type=
text/javascript
src=
static/js/manifest.c6fa84792a7ca7eb4395.js
></script><script
type=
text/javascript
src=
static/js/vendor.0c1d6ebbba685002d59c.js
></script><script
type=
text/javascript
src=
static/js/app.52d10f5edbe1f6e6a9b4.js
></script></body></html>
\ No newline at end of file
/* html{font-size: 1px;} */
</style><link
href=
static/css/app.ed6d1273dc8c2d144766934b011e5890.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
src=
https://res.wx.qq.com/open/js/jweixin-1.3.2.js
></script><script></script><script
type=
text/javascript
src=
static/js/manifest.c6fa84792a7ca7eb4395.js
></script><script
type=
text/javascript
src=
static/js/vendor.0c1d6ebbba685002d59c.js
></script><script
type=
text/javascript
src=
static/js/app.209ddb43eeda25960949.js
></script></body></html>
\ No newline at end of file
dist/static/js/app.
52d10f5edbe1f6e6a9b4
.js
→
dist/static/js/app.
209ddb43eeda25960949
.js
View file @
891faae3
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/main.js
View file @
891faae3
...
...
@@ -51,10 +51,6 @@ Vue.component('scroll', scroll);
// 支付宝支付完成,订单状态查询
// 在支付宝里跳转
let
micromessenger
=
common
.
isWeixinBrowser
();
if
(
micromessenger
==
2
){
alet
(
97987897
)
location
.
href
=
`http://
${
window
.
location
.
host
}
/#/guidelines?v=9898`
}
let
timer
=
null
;
if
(
window
.
localStorage
.
out_trade_no
)
{
timer
=
setInterval
(()
=>
{
...
...
src/router/index.js
View file @
891faae3
...
...
@@ -605,12 +605,14 @@ router.beforeEach((to, from, next) => {
}
}
/*
let micromessenger = common.isWeixinBrowser();
let
micromessenger
=
common
.
isWeixinBrowser
();
if
(
micromessenger
==
2
){
alert(micromessenger)
location.href = `http://${ window.location.host }/#/guidelines`
alert
(
micromessenger
);
alert
(
999999
)
// location.href = `http://${ window.location.host }/#/guidelines`
router
.
push
({
path
:
guidelines
})
return
false
;
}
*/
}
// 移动端判断
store
.
dispatch
(
'isMobile'
,
browser
.
versions
.
mobile
);
...
...
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