|
@@ -62,10 +62,10 @@
|
|
|
<view class="demo-layout bg-purple-light">
|
|
|
<view class="one2">
|
|
|
<!-- {{myList.islandName}} -->
|
|
|
- {{dto.name}}
|
|
|
+ {{dto.companyName}}
|
|
|
</view>
|
|
|
<view class="two2">
|
|
|
- {{dto.address}}
|
|
|
+ {{dto.areaDetail}}
|
|
|
</view>
|
|
|
</view>
|
|
|
</u-col>
|
|
@@ -131,7 +131,7 @@
|
|
|
|
|
|
},
|
|
|
getInfo() {
|
|
|
- this.$api.get('/merchant/merchantFisherman/home/' + uni.getStorageSync('merchantId')).then(res => {
|
|
|
+ this.$api.get('/api/merchant/food/merchant/' + uni.getStorageSync('merchantId')).then(res => {
|
|
|
console.log(res)
|
|
|
if (res.data.code == 0) {
|
|
|
this.dto = res.data.data;
|