MrShi
18 小时以前 bfd70830b78bc42e0a284baa044efacc29897cd5
small-program/pages/storage-point/storage-point.vue
@@ -134,7 +134,7 @@
            </view>
         </view>
      </view>
      <auth-login v-if="showLogin" @close="showLogin = false"></auth-login>
      <auth-login :show="showLogin" @close="showLogin = false"></auth-login>
   </view>
</template>
@@ -281,6 +281,7 @@
               let arr = []
               res.data.records.forEach(item => {
                  let obj = {
                     id: item.id,
                     shopId: item.id,
                     name: item.name,
                     address: item.address,
@@ -389,6 +390,7 @@
            })
         },
         goShopDetails(item){
            console.log(item)
            uni.navigateTo({
               url: '/pages/storage-point-detail/storage-point-detail?id='+item.id
            })