|
|
@@ -153,7 +153,7 @@
|
|
|
getOrderShop(true).then(res => {
|
|
|
this.inpFocus = true
|
|
|
uni.setNavigationBarTitle({
|
|
|
- title: `您正在向【${res.shop.merchantName} ${res.shop.shopName}】付款`
|
|
|
+ title: `您正在向【${res.shop.showName}】付款`
|
|
|
})
|
|
|
|
|
|
this.$refs.couponSel._getUserDiscount().then(status => {
|