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
44819ec4
Commit
44819ec4
authored
Sep 04, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plus
parent
98a4beaf
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
imageSwiper.wxml
src/component/imageSwiper/imageSwiper.wxml
+1
-1
plus.wxml
src/component/plus/plus.wxml
+2
-2
cart.js
src/pages/cart/cart.js
+1
-0
subPage.js
src/subPackage/page/pages/subPage/subPage.js
+1
-0
No files found.
src/component/imageSwiper/imageSwiper.wxml
View file @
44819ec4
...
...
@@ -11,7 +11,7 @@
<swiper-item class="swiper-item">
<image
wx:if="{{baseImgUrl}}"
src="{{
baseImgUrl}}{{
item.imageUrl}}"
src="{{item.imageUrl}}"
data-appid="{{item.link.appid}}"
data-path="{{item.link.url}}"
data-link="{{item.link}}"
...
...
src/component/plus/plus.wxml
View file @
44819ec4
...
...
@@ -45,13 +45,13 @@
class='btn btn-primary'
hover-class="btn-hover"
>
<text>
{{currentHasUserInfo}}
立即支付</text>
<text>立即支付</text>
<text>¥158</text>
</button>
</block>
<block wx:else>
<button class="btn btn-primary" bindtap="payPlus">
<text>
{{currentHasUserInfo}}
立即支付</text>
<text>立即支付</text>
<text>¥158</text>
</button>
</block>
...
...
src/pages/cart/cart.js
View file @
44819ec4
...
...
@@ -38,6 +38,7 @@ wxService.page({
* 生命周期函数--监听页面显示
*/
onShow
:
function
()
{
console
.
log
(
'cart'
,
this
.
data
.
currentHasUserInfo
)
if
(
typeof
this
.
getTabBar
===
'function'
&&
this
.
getTabBar
())
{
this
.
getTabBar
().
setData
({
...
...
src/subPackage/page/pages/subPage/subPage.js
View file @
44819ec4
...
...
@@ -65,6 +65,7 @@ wxService.page({
* 生命周期函数--监听页面显示
*/
onShow
()
{
console
.
log
(
'subbbbbbbbb'
,
this
.
data
.
currentHasUserInfo
)
const
{
pageId
}
=
this
.
options
this
.
setData
({
token
:
wx
.
getStorageSync
(
'token'
),
...
...
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