@@ -48,7 +48,7 @@ export default {
init() {
getOrderShop().then(res => {
uni.setNavigationBarTitle({
- title: `${res.shop.merchantName}`
+ title: `${res.merchant.merchantName}`
});
this._detail();