瀏覽代碼

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

From-wh 3 年之前
父節點
當前提交
2593180cb7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      template/uni-app/pages/users/payment_on_behalf/index.vue

+ 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,
 			};
 		},