Commit fa876401 by 姜雷

扫码进入采用重定向到支付页面

parent 0ed5b67f
...@@ -187,7 +187,7 @@ class Index extends Component { ...@@ -187,7 +187,7 @@ class Index extends Component {
} else { } else {
updatePayData([]); updatePayData([]);
} }
Taro.navigateTo({ Taro.redirectTo({
url: '/pages/pay/pay', url: '/pages/pay/pay',
}); });
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment