| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272 |
- <template>
- <view class="flex-col page">
- <view class="flex-col content">
- <view class="out1">
- <view class="flex-col top">
- <view class="flex-row title">
- <text>{{activity.title}}</text>
- </view>
- <view class="flex-row price">
- <text>¥{{activity.salePrice}}</text>
- </view>
- <view class="flex-row" >
- <view class="activityKey ">
- <text>活动时间:</text>
- </view>
- <view>
- <text v-if="activity.valid == 2">{{activity.validBeginTime.substring(0,10)}} 至 {{activity.validEndTime.substring(0,10)}}</text>
- <text v-else>长期有效</text>
- </view>
- </view>
- <view class="flex-row">
- <view class="activityKey ">
- <text>活动门店:</text>
- </view>
- <view class="activityValue">
- <text>{{activity.useStoreDesc}}</text>
- </view>
- </view>
- <view class="flex-row">
- <view class="activityKey ">
- <text>活动描述:</text>
- </view>
- <view class="activityValue">
- <text>{{activity.description}}</text>
- </view>
- </view>
- </view>
- </view>
- <!-- <view class="out1">-->
- <!-- <view class="flex-col top1">-->
- <!-- <view class="flex-row justify-center title">-->
- <!-- <text>退款策略(模块标题)</text>-->
- <!-- </view>-->
- <!-- <view class="flex-row">-->
- <!-- <text>-->
- <!-- 活动描述活动描述活动描述活动描述活动描述活动描述活动描述活动描述活动描述活动描述活动描述活动描述活动描述活动描述活动描述活动描述活动描述活动描述活动描述-->
- <!-- </text>-->
- <!-- </view>-->
- <!-- </view>-->
- <!-- </view>-->
- <view class="out2" v-if="activity.couponList">
- <view class="flex-col ticket">
- <view class="flex-row justify-center title">
- <text>赠送优惠券</text>
- </view>
- <view class="flex-row ticketList" v-for="(i,index) in activity.couponList">
- <view class="h-text flex-col justify-center ">
- <text class="money">{{i.discountsPrice}}</text>
- <text class="desc">满{{ i.reachPrice }}可用</text>
- </view>
- <view class="h-center-content flex-col justify-around">
- <view class="h-value">
- <text>{{ i.name }}</text>
- </view>
- <!-- <view class="ticketMsg">-->
- <!-- 使用平台:-->
- <!-- <text>全平台</text>-->
- <!-- </view>-->
- <view class="ticketMsg">
- 使用次数:{{ i.degree }}
- </view>
- <view class="ticketMsg">
- 领取后{{ i.effectiveDays }}天内有效
- </view>
- <!-- <view class="ticketMsg flex-row">-->
- <!-- <text @click.stop="showRemark(item)">使用规则</text>-->
- <!-- <u-icon v-if="item.id == showRemarkId" name="arrow-down-fill" color="" size="12"></u-icon>-->
- <!-- <u-icon v-else name="play-right-fill" color="" size="12"></u-icon>-->
- <!-- </view>-->
- </view>
- <view class="h-right-content flex-col justify-center ">
- <!-- <view class="btn">-->
- <!-- <text>立即领取</text>-->
- <!-- </view>-->
- </view>
- </view>
- </view>
- <!-- <view class="flex-row justify-between link">-->
- <!-- <text>跳转一</text>-->
- <!-- <u-icon name="arrow-right" color="" size="12"></u-icon>-->
- <!-- </view>-->
- <!-- <view class="flex-row justify-between link">-->
- <!-- <text>跳转一</text>-->
- <!-- <u-icon name="arrow-right" color="" size="12"></u-icon>-->
- <!-- </view>-->
- </view>
- <view class="out2" v-if="activity.equityList">
- <view class="flex-col ticket">
- <view class="flex-row justify-center title">
- <text>赠送权益卡</text>
- </view>
- <view class="flex-row ticketList" v-for="(i,index) in activity.equityList">
- <view class="h-text flex-col justify-center ">
- <text class="money">{{i.salePrice}}</text>
- <text class="desc">售价</text>
- </view>
- <view class="h-center-content flex-col justify-around">
- <view class="h-value">
- <text>{{ i.title }}</text>
- </view>
- <view class="ticketMsg">
- 适用门店:{{ i.useStoreDesc || '' }}
- </view>
- <view class="ticketMsg">
- 领取后{{ i.effectiveDays }}天内有效
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="out2" v-if="activity.rechargeList">
- <view class="flex-col ticket">
- <view class="flex-row justify-center title">
- <text>赠送储值卡</text>
- </view>
- <view class="flex-row ticketList" v-for="(i,index) in activity.rechargeList">
- <view class="h-text flex-col justify-center ">
- <text class="money">{{i.reachPrice}}</text>
- <text class="desc">储值额度</text>
- </view>
- <view class="h-center-content flex-col justify-around">
- <view class="h-value">
- <text>{{ i.name }}</text>
- </view>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="flex-row justify-center inBtnView" >
- <view class="inBtn" @click="commitOrder" v-if="!isActivityCheck">立即参与</view>
- <view class="inBtn" v-else>已参与</view>
- </view>
- <myPay ref="myPay" :selectBlPay="userInfo.balance *1 >= activity.salePrice *1" :balance="userInfo.balance" :totalAmount="activity.salePrice" :lovePay="false" :blPay="false"
- :orderNo="subOrderNo" @payResult="payResult" @improperClose="improperClose"></myPay>
- </view>
- </template>
- <script>
- import myPay from '../../components/pay/pay';
- export default {
- components: {
- myPay
- },
- data() {
- return {
- userInfo:{},
- subOrderNo:'',
- id:'',
- activity:{},
- requestStatus:false,
- isActivityCheck:true, //是否参与过该活动
- }
- },
- onLoad(e) {
- this.userInfo = uni.getStorageSync('userInfo')
- this.id = e.id
- console.log('上一个页面传递过来的活动ID',this.id)
- this.activityDetail()
- this.activityCheck()
- },
- methods: {
- //支付结果回调
- payResult(e){
- console.log(e)
- if(e.payResult){
- uni.showToast({
- title: '支付成功!'
- });
- this.isActivityCheck = true
- }else {
- uni.showToast({
- title: '支付失败!',
- icon: 'error'
- });
- }
- },
- //支付弹窗关闭回调
- improperClose(){
- },
- //提交订单
- commitOrder() {
- if (this.subOrderNo){
- this.$refs.myPay.openPopup()
- }else {
- if (this.requestStatus) {
- return;
- }
- this.requestStatus = true
- uni.showLoading({
- title: '加载中'
- });
- this.$api.commonGeneralOrder({
- orderType: 7,
- activityId: this.activity.id,
- }).then(res => {
- console.log('++++++++++++++++++订单提交+++++++++++', res)
- uni.hideLoading();
- this.subOrderNo = res.data.data.orderNo
- this.$refs.myPay.openPopup()
- this.requestStatus = false
- }).catch(err => {
- this.requestStatus = false
- })
- }
- },
- activityDetail(){
- this.$api.activityDetail({
- id:this.id,
- }).then(res=>{
- console.log(res)
- this.activity = res.data.data
- this.$set(this.activity)
- })
- },
- activityCheck(){
- this.$api.activityCheck({activityId:this.id,}).then(res=>{
- console.log(res)
- this.isActivityCheck = res.data.data
- })
- }
- }
- }
- </script>
- <style lang="scss" scoped>
- @import '/common/css/common.css';
- @import './index.rpx.scss';
- </style>
|