Commit 6ac43b1e by 高淑倩

门店榜单

parent 63bad9fb
......@@ -118,6 +118,11 @@
"wxc3b64b09b1d3dfc2",
"wx857ea77f4f7f4f34"
],
"plugins": {
"contactPlugin": {
"version": "1.0.12",
"provider": "wx104a1a20c3f81ec2"
}
},
"sitemapLocation": "sitemap81.json"
}
\ No newline at end of file
......@@ -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 => {
......
......@@ -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
......@@ -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
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment