VtuanConfirm.js 14.9 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649
import {
  request
} from "../../request/index.js"
const a = getApp()
Page({
  data: {
    imagesUrl: a.globalData.baseUrl,
    img: false,
    img1: false,
    address_id: '', //地址ID;不传则找默认地址
    gou_arr: '', //购物车的ID数组[从购物车过来,传这个]
    id: '', //普通商品的ID[从商品详情过来,传id和gui_arr和num,单规格则传id和num]
    gui_arr: '', // 规格ID数组[从商品详情过来]
    num: '', //购买数量[从商品详情过来]
    ConfirmAnOrder: [],
    orderContent: '',
    address: {},
    order_no: '', // 订单号
    type: 3, //1=平台积分抵扣;2=4s店积分抵扣;3=不抵扣.
    bei: '选填,给商家留言', // 备注,
    service: '快递配送',
    pei_type: 1,
    shifu: {
      red_name: ''
    },
    all_pay: ' ', // 实付金额
    timeStamp: '',
    nonceStr: '',
    package: '',
    signType: 'MD5',
    paySign: '',
    pathed: 2,
    msg: '',
    list_id: '', // 优惠券id
    tuan_id: '',
    s4id: '',
    // 展示弹出
    bind4sClerk: '',
    showClerk: false,
    // 从4s选择页拿回的数据
    s4_id: '',
    s4_name: '',
    // 测试
    code: 0,
    // 店员列表
    ClerkList: '',
    // 选中的店员
    ClerkName: '',
    // 选中的店员ID
    ClerkId: '',
    // 步骤条
    steps: [{
        text: '选择店员',
      },
      {
        text: '确认信息',
      },
      {
        text: '成功支付',
      },
    ],
    activeSteps: 0,
    // 配送改
    pei: [{
        name: '快递配送',
        id: 1
      },
      {
        name: '自提',
        id: 2
      },
    ],
    // 抽奖
    showModalStatus2: false,
    jump_img:'',
    jump_id:'',
  },

  onLoad: function (options) {
    console.log(this.data.address,this.data.address_id,'选中的地址')
    let that = this
    console.log(options);
    if (options.gui_arr) {
      that.setData({
        id: options.id,
        num: options.num,
        gui_arr: options.gui_arr,
        tuan_id: options.tuan_id || '',
        s4id: options.s4id
      })
    } else {
      that.setData({
        id: options.id,
        num: options.num,
        tuan_id: options.tuan_id,
        s4id: options.s4id
      })
    }
    if(options.drawid&&options.drawimg){
      that.setData({
        jump_id:options.drawid,
        jump_img:options.drawimg
      })
    }
    that.getConfirmAnOrder()
    // 测试
    // that.showDrawModal()
  },
  onShow: function () {
    let that = this
    that.setData({
      s4_id: wx.getStorageSync('s4_id'),
      s4_name: wx.getStorageSync('s4_name')
    })
    // console.log(that.data.s4_id, that.data.s4_name)
  },

  async getConfirmAnOrder() {
    
    let that = this
    try {
      const {
        data: {
          data
        }
      } = await request({
        url: 'api/shop2/tuanOrder',
        data: {
          id: that.data.id,
          num: that.data.num,
          gui_arr: that.data.gui_arr,
          address_id: that.data.address_id,
          tuan_id: that.data.tuan_id
        }
      })
      //  console.log(data);
      that.setData({
        ConfirmAnOrder: data.good,
        address: data.address ? data.address : {},
        address_id: data.address ? data.address.id : '',
        orderContent: data,
        all_pay: data.all_pay,
        order_no: data.order_no
      })
    } catch (err) {
      //  console.log(err);
      that.setData({
        msg: err.msg
      })
      that.popTest()
    }

  },
  // nextDeliveryservice() {
  //   if (this.data.s4id != 0) {
  //     wx.navigateTo({
  //       url: '/pages/deliveryservice/deliveryservice?title=' + this.data.service
  //     })
  //   }

  // },
  // 配送改
  choosePeiType(e) {
    this.setData({
      pei_type: e.currentTarget.dataset.type
    })
    console.log(this.data.pei_type)
  },
  goRedPacketd(e) {
    let order_no = e.currentTarget.dataset.order_no
    wx.navigateTo({
      url: '/pages/usePacket/usePacket?order_no=' + order_no
    })
  },

  changeReceiverAddress() {
    wx.navigateTo({
      url: '/pages/receiverAddress/receiverAddress'
    })
  },

  // //唤起弹窗
  chooseClerk() {
    let that = this
    that.Subscribe()
    if (that.data.address.id || that.data.pei_type == 2) {
      that.setData({
        bind4sClerk: true
      })
    } else {
      a.popTest('请先选择收货地址')
    }

  },
  // 点击选选择经销商
  show4s() {
    let that = this
    wx.navigateTo({
      url: '/pages/Vmore4SList/Vmore4SList',
    })
  },
  // 点击选择店员
  async showClerk() {
    let that = this
    let s4_name = that.data.s4_name
    if (s4_name) {
      that.setData({
        showClerk: true
      })
      try {
        const {
          data
        } = await request({
          url: '/api/shop4s/clerkList',
          data: {
            s4_id: that.data.s4_id
          }
        })
      } catch (err) {
        that.setData({
          ClerkList: err.data
        })
      }
    } else {
      wx.showToast({
        title: '请先绑定4S店',
      })
    }
  },
  // 关闭绑定弹窗
  onClose() {
    this.setData({
      bind4sClerk: false,
      activeSteps: 0
    });
  },
  // 选择绑定数据弹窗关闭
  onshowClose() {
    this.setData({
      showClerk: false,
    });
  },
  // 用户选选择的店员
  onSelect(event) {
    this.setData({
      ClerkName: event.detail.name,
      ClerkId: event.detail.id
    })
    console.log(this.data.ClerkId, this.data.s4_id)
  },
  // 点击确定,发送4s和店员数据
  send4sClerk(e) {
    let that = this
    // 绑定4s和店员的判空
    if (that.data.ClerkName && that.data.s4_name && that.data.activeSteps == 0) {
      if (that.data.pei_type == 2) {
        that.setData({
          // bind4sClerk: false,
          bindClerk: false,
          activeSteps: that.data.activeSteps + 2
        })
      } else {
        that.setData({
          // bind4sClerk: false,
          bindClerk: false,
          activeSteps: that.data.activeSteps + 1
        })
      }

    } else if (that.data.activeSteps == 2) {
      that.setData({
        bind4sClerk: false,
      })
      that.goTOpay()
    } else if (that.data.ClerkName && that.data.s4_name && that.data.activeSteps == 1) {
      that.setData({
        activeSteps: that.data.activeSteps + 1
      })
    } else {
      wx.showToast({
        icon: 'none',
        title: '请选择门店及店员',
      })
    }

  },
  goTOpay() { // 订单支付
    let that = this
    let obj = {
      // 订单号
      order_no: that.data.order_no,
      // 积分
      type: that.data.type,
      // 备注
      bei: that.data.bei,
      // 地址
      address_id: that.data.address.id || '',
      // 优惠券id
      list_id: that.data.list_id,
      // 购买状态?
      pei_type: that.data.pei_type,
      // 绑定的店员id
      s4_clerk_id: that.data.ClerkId
    }
    if (that.data.pei_type == 1) {
      console.log(that.data.pei_type, '支付前得配送')
      // 改
      if (obj.address_id) {
        console.log(obj.address_id)
        request({
          url: 'api/gou/buy2',
          data: obj
        }).then(res => {
          // 改
          console.log(res,'支付前')
          if (res.data.data.type == 0) {
            wx.requestPayment({
              timeStamp: res.data.data.timeStamp,
              nonceStr: res.data.data.nonceStr,
              package: res.data.data.package,
              signType: 'MD5',
              paySign: res.data.data.paySign,
              success(res) {

                // console.log(res);
                if(wx.getStorageSync('is_share')){
                  that.DefaultFollow()
                }
                console.log(that.data.jump_id,'抽奖id')
                if(that.data.jump_id){
                  
                  console.log('开启抽奖')
                  that.showDrawModal()
                }else{
                  wx.redirectTo({
                    url: '/pages/VtuanOrder/VtuanOrder',
                  })
                }

              },
              fail(res) {
                // console.log(res)
                wx.redirectTo({
                  url: '/pages/VtuanOrder/VtuanOrder',
                })
              }
            })

          } else {
            that.setData({
              msg: '支付成功'
            })
            if(that.data.jump_id&&that.data.jump_img){
              that.showDrawModal()
            }
            that.popSuccessTest()
          }

        }).catch(err => {
          a.popTest(err.msg)
          //  console.log(err);
        })
      }
      // else {
      //   a.popTest('请先选择收货地址')
      // }
    } else {
      // 改
      console.log('成功支付')
      request({
        url: 'api/gou/buy2',
        data: obj
      }).then(res => {
        if (res.data.data.type == 0) {
          wx.requestPayment({
            timeStamp: res.data.data.timeStamp,
            nonceStr: res.data.data.nonceStr,
            package: res.data.data.package,
            signType: 'MD5',
            paySign: res.data.data.paySign,
            success(res) {
              if(that.data.jump_id&&that.data.jump_img){
                that.showDrawModal()
              }
              //  console.log(res);
            },
            fail(res) {
              console.log(res)
              wx.redirectTo({
                url: '/pages/VtuanOrder/VtuanOrder',
              })
            }
          })
        } else {
          that.setData({
            msg: '支付成功'
          })
          if(that.data.jump_id&&that.data.jump_img){
            that.showDrawModal()
          }
          that.popSuccessTest()
        }
      }).catch(err => {
        a.popTest(err.msg)
        //  console.log(err);
      })
    }

  },
    // 分享进入默认关注
    async DefaultFollow(){
      try {
        const {
          data
        } = await request({
          url: 'api/index2/guan1',
          data: {
            id: wx.getStorageSync('s4_id')
          }
        })
        //  console.log(data);
        if (data.code == 1) {

        }
      } catch (err) {
        //  console.log(err);
        that.setData({
          msg: err.msg
        })
        that.popTest()
      }
    },
  changeChe() { //同放积分
    if (this.data.img1) {
      this.setData({
        img1: false,
        img: true,
        type: 1
      })
      this.actualPacket()
    } else {
      if (this.data.img) {
        this.setData({
          img: false,
          type: 3
        })
        this.actualPacket()
      } else {
        this.setData({
          img: true,
          type: 1
        })
        this.actualPacket()

      }
    }


  },
  change4S() { //4S店积分
    if (this.data.img) {
      this.setData({
        img1: true,
        img: false,
        type: 2
      })
      this.actualPacket()
    } else {
      if (this.data.img1) {
        this.setData({
          img1: false,
          type: 3
        })

      } else {
        this.setData({
          img1: true,
          type: 2
        })
        this.actualPacket()

      }
    }


  },
  clickme() { //备注
    this.showModal();
  },
  formSubmit(e) { //备注提交信息
    this.setData({
      bei: e.detail.value.value
    })
    //  console.log(e);
    this.hideModal()
  },
  async actualPacket() {
    let that = this
    let obj = {}
    obj.list_id = that.data.list_id
    obj.order_no = that.data.order_no
    obj.type = that.data.type
    const {
      data
    } = await request({
      url: 'api/red/shiPay',
      data: obj
    })
    that.setData({
      shifu: data.data,
      all_pay: data.data.shi
    })

  },
  //显示对话框
  showModal() {
    // 显示遮罩层
    var animation = wx.createAnimation({
      duration: 200,
      timingFunction: "linear",
      delay: 0
    })
    this.animation = animation
    animation.translateY(300).step()
    this.setData({
      animationData: animation.export(),
      showModalStatus: true
    })
    setTimeout(function () {
      animation.translateY(0).step()
      this.setData({
        animationData: animation.export()
      })
    }.bind(this), 100)
  },
  //隐藏对话框
  hideModal() {
    // 隐藏遮罩层
    var animation = wx.createAnimation({
      duration: 200,
      timingFunction: "linear",
      delay: 0
    })
    this.animation = animation
    animation.translateY(300).step()
    this.setData({
      animationData: animation.export(),
    })
    setTimeout(function () {
      animation.translateY(0).step()
      this.setData({
        animationData: animation.export(),
        showModalStatus: false
      })
    }.bind(this), 100)
  },
  popTest() {
    wx.showToast({ //纯文字弹窗
      title: this.data.msg,
      icon: 'none', //如果要纯文本,不要icon,将值设为'none'
      duration: 1300
    })
  },
  // 抽奖
  showDrawModal() { //显示对话框
    var animation = wx.createAnimation({
      duration: 200,
      timingFunction: "linear",
      delay: 0
    })
    this.animation = animation
    animation.translateY(300).step()
    this.setData({
      animationData: animation.export(),
      showModalStatus2: true
    })
    setTimeout(function () {
      animation.translateY(0).step()
      this.setData({
        animationData: animation.export()
      })
    }.bind(this), 100)
  },
  hideDrawModal() { //隐藏对话框
    wx.redirectTo({
      url: '/pages/VtuanOrder/VtuanOrder',
    })
    // var animation = wx.createAnimation({
    //   duration: 200,
    //   timingFunction: "linear",
    //   delay: 0
    // })
    // this.animation = animation
    // animation.translateY(300).step()
    // this.setData({
    //   animationData: animation.export(),
    // })
    // setTimeout(function () {
    //   animation.translateY(0).step()
    //   this.setData({
    //     animationData: animation.export(),
    //     showModalStatus2: false
    //   })
    // }.bind(this), 100)
  },
  jumpImgUrl() {
    let that = this
    wx.navigateTo({
      // url: '/pages/webview/webview?url=' + encodeURIComponent(that.data.jump_url)
      url: '/package/pages/LuckDraw/LuckDraw?id=' + that.data.jump_id
      // url: '/pages/LuckDraw/LuckDraw?id=' + result
    })
    that.hideModal()
  },
  popSuccessTest() { // 消息提示
    wx.showToast({
      title: this.data.msg,
      icon: '', //默认值是success,就算没有icon这个值,就算有其他值最终也显示success
      duration: 1300, //停留时间
    })
  },
  //调起订阅消息 /团购成功 
  Subscribe(){
    return new Promise((resolve, reject) => {
      wx.requestSubscribeMessage({
        tmplIds: ["Q_ecLnQbmEaiyVRYD7air0OVQnlF4daXW5WaXkx201U"],
        success: (res) => {
          console.log(res,'订阅成功')
          if (res['Q_ecLnQbmEaiyVRYD7air0OVQnlF4daXW5WaXkx201U'] === 'accept'){
            wx.showToast({
              title: '订阅OK!',
              duration: 1000,
              success(data) {
                //成功
                resolve()
              }
            })
          }
        },
        fail(err) {
          //失败
          console.error(err);
          reject()
        }
      })
    })
  },

})