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
eba2b9eb
Commit
eba2b9eb
authored
Nov 22, 2019
by
谢中龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改布局样式
parent
c6a6063e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
18 additions
and
7 deletions
+18
-7
IntegralMallGoods.wxml
...ckage/page/pages/IntegralMallGoods/IntegralMallGoods.wxml
+1
-1
IntegralMallGoods.wxss
...ckage/page/pages/IntegralMallGoods/IntegralMallGoods.wxss
+1
-1
recordList.js
src/subPackage/page/pages/recordList/recordList.js
+7
-0
recordList.wxml
src/subPackage/page/pages/recordList/recordList.wxml
+5
-1
recordList.wxss
src/subPackage/page/pages/recordList/recordList.wxss
+4
-4
No files found.
src/subPackage/page/pages/IntegralMallGoods/IntegralMallGoods.wxml
View file @
eba2b9eb
<!--pages/userCenter.wxml-->
<!--pages/userCenter.wxml-->
<view class='page-integral-mall' style="padding-bottom: {{currentTab =='goods' ? '
7
0rpx' : '40rpx'}}">
<view class='page-integral-mall' style="padding-bottom: {{currentTab =='goods' ? '
8
0rpx' : '40rpx'}}">
<!-- title -->
<!-- title -->
<view class='mall-title'>
<view class='mall-title'>
<view class='title-num-point'>
<view class='title-num-point'>
...
...
src/subPackage/page/pages/IntegralMallGoods/IntegralMallGoods.wxss
View file @
eba2b9eb
...
@@ -146,7 +146,7 @@ page {
...
@@ -146,7 +146,7 @@ page {
display: flex;
display: flex;
justify-content: center;
justify-content: center;
align-items: center;
align-items: center;
height:
7
0rpx;
height:
8
0rpx;
position: fixed;
position: fixed;
left: 0;
left: 0;
bottom: 0;
bottom: 0;
...
...
src/subPackage/page/pages/recordList/recordList.js
View file @
eba2b9eb
...
@@ -36,6 +36,13 @@ wxService.page({
...
@@ -36,6 +36,13 @@ wxService.page({
//获取兑换记录
//获取兑换记录
getWxchangeRecords
(){
getWxchangeRecords
(){
const
{
memberId
}
=
wx
.
getStorageSync
(
'_baseUserInfo'
)
const
{
memberId
}
=
wx
.
getStorageSync
(
'_baseUserInfo'
)
if
(
!
memberId
){
wx
.
showToast
({
title
:
'登录失效,请返回登录'
,
icon
:
'none'
});
return
;
}
let
pageNo
=
this
.
data
.
pageNo
,
let
pageNo
=
this
.
data
.
pageNo
,
pageSize
=
this
.
data
.
pageSize
;
pageSize
=
this
.
data
.
pageSize
;
wxService
.
post
(
`/member/pointsRedemptionProductRecord/page?pageNo=
${
pageNo
}
&pageSize=
${
pageSize
}
`
,{
wxService
.
post
(
`/member/pointsRedemptionProductRecord/page?pageNo=
${
pageNo
}
&pageSize=
${
pageSize
}
`
,{
...
...
src/subPackage/page/pages/recordList/recordList.wxml
View file @
eba2b9eb
...
@@ -9,7 +9,11 @@
...
@@ -9,7 +9,11 @@
</view>
</view>
<view class="list-point">-{{item.point}}积分</view>
<view class="list-point">-{{item.point}}积分</view>
</view>
</view>
<view class="desc-address">{{item.fullAddress}}</view>
<view class="desc-address">
{{item.fullAddress}}
<text style='margin-left:20rpx;margin-right:10rpx;'>{{item.exchangeInfo.name}}</text>
<text>{{item.exchangeInfo.mobile}}</text>
</view>
</view>
</view>
</block>
</block>
<!-- view -->
<!-- view -->
...
...
src/subPackage/page/pages/recordList/recordList.wxss
View file @
eba2b9eb
...
@@ -7,9 +7,9 @@
...
@@ -7,9 +7,9 @@
box-sizing: border-box;
box-sizing: border-box;
}
}
.list-item {
.list-item {
height:
164rpx
;
height:
auto
;
border-bottom: 1px solid #eeeeee;
border-bottom: 1px solid #eeeeee;
padding: 3
5rpx 20rpx 34
rpx 20rpx;
padding: 3
0
rpx 20rpx;
box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
overflow: hidden;
}
}
...
@@ -43,14 +43,14 @@
...
@@ -43,14 +43,14 @@
.desc-time,
.desc-time,
.desc-address {
.desc-address {
color: rgba(170, 170, 170, 1);
color: rgba(170, 170, 170, 1);
font-size: 2
2
rpx;
font-size: 2
4
rpx;
}
}
.desc-address {
.desc-address {
width: 100%;
width: 100%;
text-overflow: ellipsis;
text-overflow: ellipsis;
display: -webkit-box;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-box-orient: vertical;
-webkit-line-clamp:
2
;
-webkit-line-clamp:
3
;
overflow: hidden;
overflow: hidden;
}
}
.desc-time {
.desc-time {
...
...
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