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