|
|
@@ -39,7 +39,7 @@
|
|
|
</view>
|
|
|
</template>
|
|
|
<script>
|
|
|
-import { codePay,codePayCheck,cancelOrderFn,getDetail,paySuccessReport} from "@/api/order";
|
|
|
+import { codePay,codePayCheck,cancelOrderFn,getDetail} from "@/api/order";
|
|
|
export default {
|
|
|
name:'toPayWay',
|
|
|
components:{
|
|
|
@@ -95,7 +95,6 @@ export default {
|
|
|
if(res.code == 1){
|
|
|
if(res.data.payStatus == 1){
|
|
|
that.showSuccess = true
|
|
|
- //paySuccessReport({id:this.orderId})
|
|
|
setTimeout(function(){
|
|
|
that.payFinish()
|
|
|
},900)
|