Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
Details
Activity
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
高淑倩
7-Eleven
Commits
828de6db
Commit
828de6db
authored
Sep 12, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
敬请期待_bgc
parent
a721f584
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
5 deletions
+17
-5
project.config.json
src/project.config.json
+7
-1
goToHome.js
src/subPackage/page/pages/goToHome/goToHome.js
+6
-2
goToHome.wxml
src/subPackage/page/pages/goToHome/goToHome.wxml
+4
-2
goToHome.wxss
src/subPackage/page/pages/goToHome/goToHome.wxss
+0
-0
No files found.
src/project.config.json
View file @
828de6db
...
...
@@ -39,7 +39,7 @@
"list"
:
[]
},
"miniprogram"
:
{
"current"
:
1
8
,
"current"
:
1
9
,
"list"
:
[
{
"id"
:
-1
,
...
...
@@ -158,7 +158,13 @@
"id"
:
-1
,
"name"
:
"subPackage/page/pages/pointGoodsList/pointGoodsList"
,
"pathName"
:
"subPackage/page/pages/goToHome/goToHome"
,
"query"
:
""
,
"scene"
:
null
},
{
"id"
:
-1
,
"name"
:
"敬请期待"
,
"pathName"
:
"subPackage/page/pages/goToHome/goToHome"
}
]
}
...
...
src/subPackage/page/pages/goToHome/goToHome.js
View file @
828de6db
...
...
@@ -10,7 +10,7 @@ wxService.page({
* 页面的初始数据
*/
data
:
{
curHeight
:
''
},
/**
...
...
@@ -35,7 +35,11 @@ wxService.page({
* 生命周期函数--监听页面显示
*/
onShow
:
function
()
{
wxService
.
getSystemInfo
().
then
(
res
=>
{
this
.
setData
({
curHeight
:
res
.
windowHeight
})
})
},
/**
...
...
src/subPackage/page/pages/goToHome/goToHome.wxml
View file @
828de6db
<!--subPackage/page/pages/goToHome/goToHome.wxml-->
<view class="go-tips">敬请期待</view>
<view class="go-home" style="height:{{curHeight}}px" bindtap="handelGoHome"></view>
<!--<view class="go-tips">敬请期待</view>
<view class="btn-wrap">
<view class="btn-home" bindtap="handelGoHome">
<button type='primary' class='btn-primary'>回到首页</button>
</view>
</view>
</view
--
>
src/subPackage/page/pages/goToHome/goToHome.wxss
View file @
828de6db
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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