分享朋友圈调整
This commit is contained in:
@@ -27,7 +27,6 @@ Page({
|
||||
*/
|
||||
getPayState(trade_id){
|
||||
wx.$api.pay.payState(trade_id).then(res => {
|
||||
console.log(res.data.is_paid)
|
||||
let { is_paid } = res.data
|
||||
if(is_paid){
|
||||
this.setData({
|
||||
|
||||
Reference in New Issue
Block a user