소스 검색

[优惠卡样式的修改]

tags/广东版3.2.1
meo 6 년 전
부모
커밋
3ae735ca52
3개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -1
      pages/discountCardList/discountCardList.wxml
  2. +1
    -1
      pages/discountCardList/discountCardList.wxss
  3. +0
    -1
      pages/getuserinfo/index.wxml

+ 1
- 1
pages/discountCardList/discountCardList.wxml 파일 보기

@@ -4,7 +4,7 @@
<i-tabs current="{{current_scroll}}" scroll bindchange="handleChangeScroll">
<i-tab wx:for="{{tabs}}" wx:key="unique" key="{{item.id}}" title="{{item.title}}"></i-tab>
</i-tabs>
<view class='cards'>
<view class='cards clearfix'>
<view class="nocoupon" wx:if="{{list.length==0}}">
<image src="{{couponUrl}}" mode="widthFix" lazy-load="true" />
<text class="txt001">请您敬请期待</text>


+ 1
- 1
pages/discountCardList/discountCardList.wxss 파일 보기

@@ -228,5 +228,5 @@ button::after{ border: none; }
}
.cards{
margin-top: 30rpx;
padding: 0 30rpx;
padding: 0 40rpx;
}

+ 0
- 1
pages/getuserinfo/index.wxml 파일 보기

@@ -5,7 +5,6 @@
以关联您的账号</text>
</view>
<view class="login-btn">
<!-- <i-button i-class="login-btn-login" bind:click="getPhoneNumber">微信登陆</i-button> -->
<button open-type="getUserInfo" wx:if="{{canIUse}}" hover-class='active' class="login-btn-login" bindgetuserinfo="bindGetUserInfo">获取微信授权</button>
<view wx:else>请升级微信版本</view>
</view>

불러오는 중...
취소
저장