feat:澜品优选开启权益权收入口+修复绑卡BUG
| | |
| | | "name" : "澜品优选", |
| | | "appid" : "__UNI__27C0349", |
| | | "description" : "", |
| | | "versionName" : "1.3.8", |
| | | "versionCode" : 138, |
| | | "versionName" : "1.3.9", |
| | | "versionCode" : 139, |
| | | "transformPx" : false, |
| | | /* 5+App特有相关 */ |
| | | "app-plus" : { |
| | |
| | | }) |
| | | }) |
| | | console.log(ygxRes); |
| | | // if(!ygxRes.data.data.boughtEquity){ |
| | | // goUrl = '/pages/quanyi/index' |
| | | // // t.$util.goPages(goUrl) |
| | | // uni.navigateTo({ |
| | | // url: '/pages/quanyi/index' |
| | | // }) |
| | | // return |
| | | // } |
| | | if(!ygxRes.data.data.boughtEquity){ |
| | | goUrl = '/pages/quanyi/index' |
| | | // t.$util.goPages(goUrl) |
| | | uni.navigateTo({ |
| | | url: '/pages/quanyi/index' |
| | | }) |
| | | return |
| | | } |
| | | |
| | | t.ygxLogin = ygxRes.data.data |
| | | uni.setStorageSync('ygxLogin', t.ygxLogin) |
| | |
| | | <view>{{item.text}}</view> |
| | | </view> |
| | | </template> |
| | | <!-- <view class="mySerCon-v" @tap="toHuishou" > |
| | | <view class="mySerCon-v" @tap="toHuishou" > |
| | | <template v-if="isShop"> |
| | | <image src="/static/imgs/quanshou.png" mode="widthFix"></image> |
| | | <text>会员权收</text></template> |
| | | |
| | | </view> --> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <!-- <view style="text-align: center;font-size: 24rpx;color: #666666;margin: 80rpx 0;"> |
| | |
| | | const _this = this; |
| | | this.isAgree = uni.getStorageSync('boughtEquity') |
| | | uni.request({ |
| | | url: _this.$webHost+'/api/v2/customer/getRyxBenefitsRecordList?phone='+_this.$util.getUserInfo().phone+'&appId='+'47be9559-6b1b-42dd-84ed-25d028065013', |
| | | url: _this.$webHost+'/api/v2/customer/getRyxBenefitsRecordList?phone='+_this.$util.getUserInfo().phone+'&appId='+uni.getStorageSync('ygxLogin').appId, |
| | | success: function (res) { |
| | | if(res.data.code==200){ |
| | | _this.lst = res.data.data; |
| | |
| | | <!-- <view style="font-size: 28rpx;font-weight: 400;background: -webkit-linear-gradient(#FFEEE7, #F4936F);-webkit-background-clip: text;-webkit-text-fill-color: transparent;">会员预计最高节省1359.27元</view>--> |
| | | <view style="display: flex;margin-top: 30rpx;align-items: self-end;"> |
| | | <view v-if="lst.length" style="font-size: 24rpx;width: 70%;"> |
| | | <p style="font-size: 36rpx;color: #253567;font-weight: bold;">¥{{lst[0].amount.toFixed(2)}} 99<span style="font-size: 28rpx;margin-left: 20rpx;">{{lst[0].isBuy?'已扣款' : '待扣款'}}</span></p> |
| | | <p style="font-size: 36rpx;color: #253567;font-weight: bold;">¥{{lst[0].amount.toFixed(2)}} <span style="font-size: 28rpx;margin-left: 20rpx;">{{lst[0].isBuy?'已扣款' : '待扣款'}}</span></p> |
| | | <!-- <p style="font-size: 48rpx;color: #253567;font-weight: bold;">¥99.00<span style="font-size: 28rpx;margin-left: 20rpx;">已扣款</span></p>--> |
| | | <!-- <p style="background: -webkit-linear-gradient(#FFEEE7, #F4936F);-webkit-background-clip: text;-webkit-text-fill-color: transparent;">{{lst[0].buyDate}}</p>--> |
| | | </view> |
| | |
| | | title: e.data.data, |
| | | icon: 'none' |
| | | }); |
| | | return; |
| | | } |
| | | uni.request({ |
| | | url:_this.$webHost+`/api/v2/pay/getPayBindCardInfo/${uni.getStorageSync('ygxLogin').customerId}`, |