@@ -68,14 +68,32 @@
uni.hideLoading();
if(res.code==0){
this.orderData=res.data
- uni.showToast({
- title: '兑换成功',
- icon: 'none',
- duration: 3000
+ // uni.showToast({
+ // title: '兑换成功',
+ // icon: 'none',
+ // duration: 3000
+ // });
+
+ var that = this
+ uni.showModal({
+ title: '提示',
+ content: '提交成功',
+ cancelText:'回到首页',
+ confirmText:'查看订单',
+ success: function (res2) {
+ if (res2.confirm) {
+ uni.redirectTo({
+ url:'recordDetail?id='+res.data
+ })
+ } else if (res2.cancel) {
+ uni.switchTab({
+ url:'../index/index'
+ }
});
- uni.redirectTo({
- url:'recordDetail?id='+res.data
- })
}else{
uni.showToast({
title: res.msg,
@@ -236,7 +236,7 @@
title: '加载中'
})
- that.$http('openOrderManagement/updateSheetState', {
+ that.$http('openIntegralMall/cancelExchange', {
id: that.id,
@@ -249,9 +249,9 @@
icon: 'none',
duration: 2000
- setTimeout(function() {
+ //setTimeout(function() {
that.getData();
- }, 1000);
+ //}, 1000);