| | |
| | | <template> |
| | | <view class="points"> |
| | | |
| | | <view class="info-rule" @click="jumpService">积分规则</view> |
| | | <view class="head" :style="{ backgroundImage: 'url(' + backImage + ')', height: 'calc(' + (navHeight + statusbarHeight + 'px + 376rpx)') }"> |
| | | <view :style="{ width: '100%', height: navHeight + statusbarHeight + 'px' }"></view> |
| | |
| | | shop:{}, |
| | | active:0, |
| | | backHeadImage:'', |
| | | backImage: require('@/static/images/jifen_bg@2x.png') |
| | | backImage: '' |
| | | }; |
| | | }, |
| | | onReachBottom(){ |
| | |
| | | } |
| | | }, |
| | | onLoad() { |
| | | this.getBase64Img('/static/images/jifen_bg@2x.png') |
| | | if (uni.getStorageSync('backgroundImage')) { |
| | | this.backImage = uni.getStorageSync('backgroundImage').shopIntegralBg |
| | | } |
| | | // this.getBase64Img('/static/images/jifen_bg@2x.png') |
| | | }, |
| | | onShow() { |
| | | this.shop ={} |