@@ -54,28 +54,7 @@ Page({
},
// 调用微信支付
handleWXPay () {
- var that = this
- wx.showLoading({
- title: '支付中...',
- mask: true
- })
- setTimeout(() => {
- wx.hideLoading({
- success: () => {
- wx.showModal({
- content: '支付成功,立即去预约',
- cancelColor: '#666',
- confirmText: '去预约',
- confirmColor: '#333',
- success (res) {
- if (res.confirm) {
- that.handleAppointment()
- }
- }, 1000);
+
handleAppointment () {
wx.navigateTo({
@@ -89,7 +89,7 @@ Page({
// 点击全部档案
handleAllFile () {
- url: '/pages/allFile/allFile',
+ url: '/pages/myFile/myFile',
})
// 添加检测人