Sfoglia il codice sorgente

fix: 代付分享订单信息展示问题

From-wh 2 anni fa
parent
commit
2593180cb7

+ 1 - 1
template/uni-app/pages/users/payment_on_behalf/index.vue

@@ -174,7 +174,7 @@
 			return {
 				title: "",
 				imageUrl: "",
-				path: "/pages/users/payment_on_behalf/index?order_id=" + that.id + "&spread=" + this.$store.state.app
+				path: "/pages/users/payment_on_behalf/index?order_id=" + that.order_id + "&spread=" + this.$store.state.app
 					.uid,
 			};
 		},