Parcourir la source

clp

feat(pages)modify style
clp il y a 3 ans
Parent
commit
296b3dad7d
2 fichiers modifiés avec 9 ajouts et 3 suppressions
  1. 4 2
      pages/activityInfo/activityInfo.wxss
  2. 5 1
      pages/activityList/activityList.wxml

+ 4 - 2
pages/activityInfo/activityInfo.wxss

@@ -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;

+ 5 - 1
pages/activityList/activityList.wxml

@@ -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> -->
+
+    
     </view>