소스 검색

[拼团][未支付跳转]

tags/江西版6.1.0
luqc 6 년 전
부모
커밋
78ad102931
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      pages/spellGroup/mySpellGroup/index.js

+ 3
- 3
pages/spellGroup/mySpellGroup/index.js 파일 보기

@@ -390,16 +390,16 @@ Page({
title: '提示', title: '提示',
content: '您有未支付订单,请先进行支付', content: '您有未支付订单,请先进行支付',
confirmText: "去支付", confirmText: "去支付",
success: function(res) {
success: function (res) {
console.log(res.confirm) console.log(res.confirm)
if (res.confirm) { if (res.confirm) {
wx.navigateTo({ wx.navigateTo({
url: `/pages/spellGroup/spellGroup?from=myspellList`,
url: '/pages/order/index/index?id=all',
}) })
} }
} }
}) })
} else if (err.code == 11005) {
} else if (err.code == 11005) {
/** /**
* 将值传到用户手机号授权的页面 * 将值传到用户手机号授权的页面
* *


불러오는 중...
취소
저장