This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
weapp
/
C
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
66
Wiki
Activity
Browse Source
[活动报名][修改]:[修改样式,积分列表修改]
tags/C.7.1.0
meo
6 years ago
parent
ec07fb1d8f
commit
a35520ef48
3 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/radetail/index.wxml
+1
-1
pages/radetail/index.wxss
+1
-0
utils/creditType.js
+ 1
- 1
pages/radetail/index.wxml
View File
@@ -3,7 +3,7 @@
<image src='{{wmhome}}' mode="widthFix"></image>
</button>
<!-- 活动正常排版格式 -->
<view class='coupons'>
<view class='coupons'
style='{{data.type!=2?"padding-bottom: 160rpx":0}}'
>
<view class="coupons-body">
<view class='banner'>
<image src='{{data.coverImg}}'></image>
+ 1
- 1
pages/radetail/index.wxss
View File
@@ -762,7 +762,7 @@ navigator:nth-of-type(2n+1) {
line-height: 87rpx;
}
.content{
padding: 0 20rpx;
padding: 0 20rpx
160rpx
;
}
.posi>view:nth-child(2) text:nth-child(1) {
font-size: 30rpx;
+ 1
- 0
utils/creditType.js
View File
@@ -11,6 +11,7 @@ let creditType=[
{ name: "新增积分", value: "10" },
{ name: "积分兑换", value: "11" },
{ name: "消费积分", value: "12" },
{ name: "活动报名", value: "13" }
]
module.exports = {
creditType
Write
Preview
Loading…
Cancel
Save