Browse Source

分享商城標題不改變

jiangfeng 5 years ago
parent
commit
ff33d3fec9
1 changed files with 1 additions and 1 deletions
  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) {
 				if (this.option.pageType) {
 					this.tabIndex = parseInt(this.option.pageType)
 					this.tabIndex = parseInt(this.option.pageType)
 				}
 				}
-				getOrderShop().then(res => {
+				getOrderShop(true).then(res => {
 					this.inpFocus = true
 					this.inpFocus = true
 					uni.setNavigationBarTitle({
 					uni.setNavigationBarTitle({
 						title: `您正在向【${res.shop.merchantName} ${res.shop.shopName}】付款`
 						title: `您正在向【${res.shop.merchantName} ${res.shop.shopName}】付款`