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
8a411857
Commit
8a411857
authored
Oct 22, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
联系我
parent
adda204f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletions
+13
-1
app.json
src/app.json
+7
-0
userCenter.json
src/pages/userCenter/userCenter.json
+3
-1
userCenter.wxml
src/pages/userCenter/userCenter.wxml
+3
-0
No files found.
src/app.json
View file @
8a411857
...
...
@@ -118,5 +118,11 @@
"wxc3b64b09b1d3dfc2"
,
"wx857ea77f4f7f4f34"
],
"plugins"
:
{
"contactPlugin"
:
{
"version"
:
"1.0.12"
,
"provider"
:
"wx104a1a20c3f81ec2"
}
},
"sitemapLocation"
:
"sitemap81.json"
}
\ No newline at end of file
src/pages/userCenter/userCenter.json
View file @
8a411857
...
...
@@ -14,6 +14,7 @@
"bottom-tabs"
:
"/component/bottomTabs/bottomTabs"
,
"authorization-modal"
:
"/component/authorization-modal/authorization-modal"
,
"plus"
:
"/component/plus/plus"
,
"share-benefit-modal"
:
"/component/shareBenefitModal/shareBenefitModal"
"share-benefit-modal"
:
"/component/shareBenefitModal/shareBenefitModal"
,
"cell"
:
"plugin://contactPlugin/cell"
}
}
\ No newline at end of file
src/pages/userCenter/userCenter.wxml
View file @
8a411857
...
...
@@ -36,3 +36,5 @@
<!--<authorization-modal isAuthorization='{{isAuthorization}}'/>-->
<!-- 底部补充高度 防止被遮盖 -->
<view class="bottom-fixed" style="padding-bottom:{{paddingBottom}}"></view>
<!--联系我-->
<cell bind:startmessage='startmessage' bind:completemessage="completemessage" plugid='plugid' />
\ No newline at end of file
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