| | |
| | | <uni-popup ref="popup_pddtip" type="center"> |
| | | <view class="pdd_pop_contant"> |
| | | <view class="pdd_pop_title">比价订单</view> |
| | | <view class="pdd_pop_text">本次自购涉及比价行为,自购收益为0,建议先收藏该商品,2小时候通过大返官app购买,可正常获取对应收益。</view> |
| | | <view class="pdd_pop_text">本次自购涉及比价行为,自购收益为0,建议先收藏该商品,2小时后通过大返官app购买,可正常获取对应收益。</view> |
| | | </view> |
| | | </uni-popup> |
| | | </view> |
| | |
| | | this.optionsInfo = JSON.parse(options.info); |
| | | this.pageInfo = JSON.parse(options.info); |
| | | } |
| | | |
| | | this.pageType = this.optionsInfo.sourceType; |
| | | if (!this.optionsInfo.faction) { |
| | | if (this.pageType == 'tb' || this.pageType == 'tm' || this.pageType == 'tmshop') this.faction = 't'; |
| | |
| | | if (this.pageType == 'pdd') |
| | | { |
| | | this.faction = 'p'; |
| | | if(options.proform&&options.proform=="clipboard") |
| | | {//来自剪贴板 |
| | | this.isshowpdd=true; |
| | | } |
| | | |
| | | } |
| | | if (this.pageType == 'wph') this.faction = 'w'; |
| | | if (this.pageType == 'dy') this.faction = 'd'; |
| | |
| | | this.pageInfo.showImgs.push(a) |
| | | this.getrecommend() |
| | | } else if (this.pageType == 'pdd') { |
| | | if(this.optionsInfo.predictPromotionRate==0) |
| | | {//比价订单 |
| | | this.remindModel=true; |
| | | } |
| | | |
| | | } else if (this.pageType == 'jd') { |
| | | |
| | |
| | | this.empowerModel = false |
| | | this.pddempowerModel = false |
| | | }, |
| | | closeremind() |
| | | { |
| | | this.remindModel=false; |
| | | }, |
| | | getPageInfo(e) { |
| | | var that = this; |
| | | if (this.faction == 'j') { |