liwei2496 7 місяців тому
батько
коміт
2086b024d8
1 змінених файлів з 3 додано та 3 видалено
  1. 3 3
      pagesHouse/Mine/index.vue

+ 3 - 3
pagesHouse/Mine/index.vue

@@ -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;