|
|
@@ -31,7 +31,7 @@
|
|
|
{{ infoData.shopName }}
|
|
|
</view>
|
|
|
<view>
|
|
|
- <text>{{ infoData.sjName }} {{infoData.sjId}} {{infoData.shopId}}</text>
|
|
|
+ <text>{{ infoData.sjName }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -179,6 +179,8 @@ export default {
|
|
|
try {
|
|
|
const { data } = await mainMy();
|
|
|
this.infoData = data;
|
|
|
+ //不要删除此输出,方法查看 shish 20210512
|
|
|
+ console.log('商家ID',data.sjId,'门店ID',data.shopId)
|
|
|
uni.stopPullDownRefresh();
|
|
|
} finally {
|
|
|
}
|