feat(pages)modify style
@@ -65,10 +65,12 @@ Page {
margin-top: 15px;
}
.qrcode-img{
- width: 193px;
- height: 192px;
+ width: 153px;
+ height: 162px;
border-radius: 0px;
margin-top: 20px;
+ /* margin-left:85rpx ; */
+
.qrcode-title{
width: 184px;
@@ -13,7 +13,11 @@
<view class="top_center_bottom">{{item.beginTimestamp}} 至 {{item.endTimestamp}}</view>
</view>
<view class="top-right">
- <view bindtap="goToShare">立即分享</view>
+ <!-- <view bindtap="goToShare">立即分享</view> -->
+ <view bindtap="goToShare" wx:if="{{userMobile.length>0}}" data-id="{{item.activityId}}">立即分享</view>
+ <!-- <button open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber" wx:else>立即分享</button> -->