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
18bdac35
Commit
18bdac35
authored
Jun 13, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify: 积分兑换详情页_botton
parent
eb87e127
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
7 deletions
+16
-7
base.wxss
src/base/base.wxss
+1
-2
integralMallDetail.wxml
src/pages/integralMallDetail/integralMallDetail.wxml
+3
-3
integralMallDetail.wxss
src/pages/integralMallDetail/integralMallDetail.wxss
+10
-0
project.config.json
src/project.config.json
+2
-2
No files found.
src/base/base.wxss
View file @
18bdac35
...
@@ -248,8 +248,7 @@ a {
...
@@ -248,8 +248,7 @@ a {
position: fixed;
position: fixed;
width: 100%;
width: 100%;
bottom: 0;
bottom: 0;
padding: 20rpx;
box-shadow: 0 0 20rpx #ccc;
margin: 20rpx;
}
}
/*!
/*!
* weui.js v1.1.0 (https://github.com/weui/weui-wxss)
* weui.js v1.1.0 (https://github.com/weui/weui-wxss)
...
...
src/pages/integralMallDetail/integralMallDetail.wxml
View file @
18bdac35
...
@@ -15,11 +15,11 @@
...
@@ -15,11 +15,11 @@
</view>
</view>
<view class='integral-detail' wx:if="{{integralMallDetail.desc}}">
<view class='integral-detail' wx:if="{{integralMallDetail.desc}}">
<image src='{{integralMallDetail.desc}}' mode="widthFix" style="width: 100%;"></image>
<image src='{{integralMallDetail.desc}}' mode="widthFix" style="width: 100%;"></image>
<button type='primary' class="redeem-now" bindtap='exchange'>立即兑换</button
>
<!-- <button type='primary' class="redeem-now" bindtap='exchange'>立即兑换</button>--
>
</view>
</view>
</view>
</view>
</view>
</view>
<
!--<
view class="position-bottom">
<view class="position-bottom">
<button type='primary' class="redeem-now" bindtap='exchange'>立即兑换</button>
<button type='primary' class="redeem-now" bindtap='exchange'>立即兑换</button>
</view>
-->
</view>
<exchange-coupon-modal exchangeId="{{integralMallDetail.id}}" exchangePoint="{{integralMallDetail.point}}" isExchange='{{isExchange}}' />
<exchange-coupon-modal exchangeId="{{integralMallDetail.id}}" exchangePoint="{{integralMallDetail.point}}" isExchange='{{isExchange}}' />
src/pages/integralMallDetail/integralMallDetail.wxss
View file @
18bdac35
...
@@ -3,13 +3,23 @@
...
@@ -3,13 +3,23 @@
.coupon-wrap{
.coupon-wrap{
padding: 20rpx;
padding: 20rpx;
clear: both;
clear: both;
margin-bottom: 150rpx;
}
}
.redeem-now{
.redeem-now{
font-size: 28rpx!important;
font-size: 28rpx!important;
margin: 20rpx 40rpx;
box-sizing: border-box;
height: 88rpx;
height: 88rpx;
line-height: 88rpx;
line-height: 88rpx;
background-color: rgb(0, 188, 112)!important;
background-color: rgb(0, 188, 112)!important;
}
}
/* .redeem-now{
font-size: 28rpx!important;
height: 88rpx;
line-height: 88rpx;
background-color: rgb(0, 188, 112)!important;
} */
.coupon-list{
.coupon-list{
width: 712rpx;
width: 712rpx;
height: 209rpx;
height: 209rpx;
...
...
src/project.config.json
View file @
18bdac35
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
"list"
:
[]
"list"
:
[]
},
},
"miniprogram"
:
{
"miniprogram"
:
{
"current"
:
12
,
"current"
:
6
,
"list"
:
[
"list"
:
[
{
{
"id"
:
-1
,
"id"
:
-1
,
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
"id"
:
6
,
"id"
:
6
,
"name"
:
"积分兑换详情页"
,
"name"
:
"积分兑换详情页"
,
"pathName"
:
"pages/integralMallDetail/integralMallDetail"
,
"pathName"
:
"pages/integralMallDetail/integralMallDetail"
,
"query"
:
"id=585
87371978057728
0"
"query"
:
"id=585
54641785513984
0"
},
},
{
{
"id"
:
8
,
"id"
:
8
,
...
...
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