chengziding il y a 1 an
Parent
commit
31a6544e6e
1 fichiers modifiés avec 4 ajouts et 5 suppressions
  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) {