a49eae4f by simon

默认提交

1 parent 38453c3d
......@@ -79,11 +79,11 @@ $contentWidth: 690px;
text-align: center;
.t1 {
font-size: 36px;
font-size: 30px;
}
.t2 {
font-size: 24px;
font-size: 22px;
opacity: .7;
}
}
......
......@@ -27,7 +27,7 @@
</view>
<view class="line"></view>
<view bindtap="onIntegralDetailHandler" class="wrap">
<view class="t1">{{userInfo.promotionNum}}</view>
<view class="t1">{{userInfo.promotionNum}}</view>
<view class="t2">推广数据</view>
</view>
</view>
......