|
@@ -12,6 +12,8 @@ import './index.less'
|
12
|
12
|
|
13
|
13
|
export default function BaoXiuFeiYong () {
|
14
|
14
|
|
|
15
|
+ console.log(Current.router.params, `params`)
|
|
16
|
+
|
15
|
17
|
const { user } = useModel('user')
|
16
|
18
|
const [ShowPopup, setShowPopup] = useState(false)
|
17
|
19
|
const [PopupType, setPopupType] = useState(0)
|
|
@@ -85,6 +87,7 @@ export default function BaoXiuFeiYong () {
|
85
|
87
|
if (res.confirm) {
|
86
|
88
|
WechatPay([BillInfo.id - 0]).then(() => {
|
87
|
89
|
setShowPopup(false)
|
|
90
|
+ console.log(`弹窗已设置关闭`)
|
88
|
91
|
Taro.showToast({
|
89
|
92
|
title: '缴费成功',
|
90
|
93
|
icon: 'success'
|