Authored by QC-L

添加uid判断,修改样式 reivew by 黄敬囿

... ... @@ -397,6 +397,7 @@ App({
获取用户相关union_type
*/
getUnionTypeWithUid: function (uid) {
if (!uid) return;
let param = {
method: 'app.union.shareOrder.queryUnionTypeByUid',
uid,
... ...
... ... @@ -27,7 +27,7 @@
.product_price {
color: #B0B0B0;
font-size: 36rpx;
font-size: 24rpx;
font-weight: bold;
margin-left: 20rpx;
text-decoration: line-through;
... ... @@ -81,7 +81,7 @@
margin-right: 16rpx;
vertical-align: text-top;
position: relative;
top: -2rpx;
top: -4rpx;
}
.countdown_labeltext {
... ...
... ... @@ -18,7 +18,7 @@
.product_price {
color: #B0B0B0;
font-size: 36rpx;
font-size: 24rpx;
font-weight: bold;
margin-left: 30rpx;
}
... ...
... ... @@ -6,7 +6,5 @@
<view class="mask-left"></view>
<view class="mask-right"></view>
</view>
<view class="number-seprator" wx:if="{{index !== 3}}">
:
</view>
<view class="number-seprator" wx:if="{{index !== 3}}">:</view>
</block>
... ...
... ... @@ -47,8 +47,12 @@
}
.number-seprator {
font-size: 50rpx;
font-size: 60rpx;
line-height: 84rpx;
height: 84rpx;
margin-left: 10rpx;
margin-right: 10rpx;
box-sizing: border-box;
color: black;
display: inline;
display: inline-block;
}
\ No newline at end of file
... ...
... ... @@ -338,7 +338,8 @@ Page(Object.assign({
if (this.data.bannerUrl == null) {
return;
}
jumpByUrl(that.data.bannerUrl);
jumpByUrl(this.data.bannerUrl);
},
onTabChange({detail}) {
... ...