chengziding 1 year ago
parent
commit
31a6544e6e
1 changed files with 4 additions and 5 deletions
  1. 4 5
      pages/payCentre.vue

+ 4 - 5
pages/payCentre.vue

@@ -10,14 +10,13 @@
 	export default {
 		data() {
 			return {
-
+				data:""
 			}
 		},
 		onLoad(options) {
-			// if(options.orderNo){
-			// 	this.goto(options.orderNo)
-			// }
-				this.goto('100712401150003')
+			if(options.orderNo){
+				this.goto(options.orderNo)
+			}
 		},
 		methods: {
 			goto(orderNo) {