|
@@ -23,7 +23,7 @@ Page({
|
|
|
agreeText: false
|
|
agreeText: false
|
|
|
},
|
|
},
|
|
|
goBack() {
|
|
goBack() {
|
|
|
- wx.navigateTo({
|
|
|
|
|
|
|
+ wx.redirectTo({
|
|
|
url: '/pages/index/index',
|
|
url: '/pages/index/index',
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
@@ -68,7 +68,7 @@ Page({
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
showAgreeModal() {
|
|
showAgreeModal() {
|
|
|
- if (!this.checkout()) return
|
|
|
|
|
|
|
+ // if (!this.checkout()) return
|
|
|
this.setData({
|
|
this.setData({
|
|
|
agreeModal: true
|
|
agreeModal: true
|
|
|
})
|
|
})
|
|
@@ -122,7 +122,7 @@ Page({
|
|
|
wx.showToast({
|
|
wx.showToast({
|
|
|
title: res.msg,
|
|
title: res.msg,
|
|
|
})
|
|
})
|
|
|
- wx.navigateTo({
|
|
|
|
|
|
|
+ wx.redirectTo({
|
|
|
url: '/pages/takePhoto/takePhoto',
|
|
url: '/pages/takePhoto/takePhoto',
|
|
|
})
|
|
})
|
|
|
} else {
|
|
} else {
|