shish %!s(int64=5) %!d(string=hai) anos
pai
achega
14264a6f55
Modificáronse 2 ficheiros con 6 adicións e 2 borrados
  1. 3 1
      ghsApp/src/admin/home/me.vue
  2. 3 1
      hdApp/src/admin/home/me.vue

+ 3 - 1
ghsApp/src/admin/home/me.vue

@@ -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 {
       }

+ 3 - 1
hdApp/src/admin/home/me.vue

@@ -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 {
       }