Преглед изворни кода

分享商城標題不改變

jiangfeng пре 5 година
родитељ
комит
ff33d3fec9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      mallApp/src/pages/pay/index.vue

+ 1 - 1
mallApp/src/pages/pay/index.vue

@@ -148,7 +148,7 @@
 				if (this.option.pageType) {
 					this.tabIndex = parseInt(this.option.pageType)
 				}
-				getOrderShop().then(res => {
+				getOrderShop(true).then(res => {
 					this.inpFocus = true
 					uni.setNavigationBarTitle({
 						title: `您正在向【${res.shop.merchantName} ${res.shop.shopName}】付款`