[最新更新]

This commit is contained in:
2024-03-04 15:13:17 +08:00
parent 51a04d53ce
commit ee98f5921d
42 changed files with 1853 additions and 74 deletions

View File

@@ -75,6 +75,14 @@ Page({
loding: false
})
break;
default:
wx.showToast({
title: '请选择支付',
icon : 'none'
})
this.setData({
loding: false
})
}
},
/**