shish hace 4 meses
padre
commit
1e7fee7e10
Se han modificado 1 ficheros con 2 adiciones y 6 borrados
  1. 2 6
      ghsApp/src/admin/home/me.vue

+ 2 - 6
ghsApp/src/admin/home/me.vue

@@ -84,7 +84,7 @@
         <view class="function-sections">
           <!-- 视频学习 -->
           <view class="function-section">
-            <view class="section-title">
+            <view class="section-title" @click="getNewApp()">
               <text class="emoji-icon">🎓</text>
               <text>学习中心</text>
             </view>
@@ -170,10 +170,6 @@
 
             <!-- #ifdef APP-PLUS -->
 
-            <tui-list-cell @click="getHzg()" class="line-cell" :hover="false" :arrow="true">
-              <view class="tui-title">更新APP</view>
-            </tui-list-cell>
-
             <tui-list-cell @click="closeApp()" class="line-cell" :hover="false" :arrow="true" v-if="!$util.isEmpty(getLoginInfo.admin) && getLoginInfo.admin.currentGhsShopId > 0">
               <view class="tui-title">关闭APP</view>
             </tui-list-cell>
@@ -387,7 +383,7 @@ export default {
     goAdmin(){
       this.$util.pageTo({ url: '/admin/staff/admin'})
     },
-    getHzg(){
+    getNewApp(){
       // #ifdef APP-PLUS
       let that = this
       let type = uni.getSystemInfoSync().platform