Explorar o código

猫王博物馆

DESKTOP-O04BTUJ\muzen %!s(int64=3) %!d(string=hai) anos
pai
achega
fe118f2c9b
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      src/pages/museum/index.vue

+ 0 - 5
src/pages/museum/index.vue

@@ -7,7 +7,6 @@
     </view>
     <view style="height: 1094rpx" />
     <view class="dev" v-show="active === 0">
-      <button @click="close">返回</button>
       <view v-for="(item, index) in list" :key="index">
         <view class="title">
           <text>{{ item.title }}</text>
@@ -109,10 +108,6 @@ export default {
           url: `/pages/museum/detail?id=${i.id}`
         })
       }
-    },
-
-    close() {
-      closePage.postMessage('关闭页面')
     }
   }
 }