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
6ac43b1e
Commit
6ac43b1e
authored
Oct 23, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
门店榜单
parent
63bad9fb
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
6 deletions
+19
-6
app.json
src/app.json
+7
-1
userCenter.js
src/pages/userCenter/userCenter.js
+6
-1
userCenter.json
src/pages/userCenter/userCenter.json
+3
-1
userCenter.wxml
src/pages/userCenter/userCenter.wxml
+2
-2
home.wxml
src/shoppingGuid/page/pages/home/home.wxml
+1
-1
No files found.
src/app.json
View file @
6ac43b1e
...
...
@@ -118,6 +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.js
View file @
6ac43b1e
...
...
@@ -68,7 +68,12 @@ wxService.page({
}
},
startmessage
(
e
){
console
.
log
(
'startmessage'
,
e
)
},
completemessage
(
e
){
console
.
log
(
'completemessage'
,
e
)
},
// 获取邀请奖励图片
getShareImg
()
{
wxService
.
get
(
`/member/share/inviteFriends/buyer/getValid`
).
then
(
res
=>
{
...
...
src/pages/userCenter/userCenter.json
View file @
6ac43b1e
...
...
@@ -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 @
6ac43b1e
...
...
@@ -37,4 +37,4 @@
<!-- 底部补充高度 防止被遮盖 -->
<view class="bottom-fixed" style="padding-bottom:{{paddingBottom}}"></view>
<!--联系我 客服ID-->
<!--<cell bind:startmessage='startmessage' bind:completemessage="completemessage" plugid='plugid' />-->
\ No newline at end of file
<cell bind:startmessage='startmessage' bind:completemessage="completemessage" plugid='plugid' />
\ No newline at end of file
src/shoppingGuid/page/pages/home/home.wxml
View file @
6ac43b1e
...
...
@@ -64,7 +64,7 @@
<view class='table-list-item'>
<view class='lf'>
<image src='{{item.member.avatar? item.member.avatar : defaultAvatar}}' mode='aspectFit' />
<text>
龙阳店
</text>
<text>
{{item.store.name}}
</text>
</view>
<view class='rg'>已招募
<text>{{item.recruitCount}}</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