|
@@ -84,7 +84,7 @@
|
|
|
<view class="function-sections">
|
|
<view class="function-sections">
|
|
|
<!-- 视频学习 -->
|
|
<!-- 视频学习 -->
|
|
|
<view class="function-section">
|
|
<view class="function-section">
|
|
|
- <view class="section-title">
|
|
|
|
|
|
|
+ <view class="section-title" @click="getNewApp()">
|
|
|
<text class="emoji-icon">🎓</text>
|
|
<text class="emoji-icon">🎓</text>
|
|
|
<text>学习中心</text>
|
|
<text>学习中心</text>
|
|
|
</view>
|
|
</view>
|
|
@@ -170,10 +170,6 @@
|
|
|
|
|
|
|
|
<!-- #ifdef APP-PLUS -->
|
|
<!-- #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">
|
|
<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>
|
|
<view class="tui-title">关闭APP</view>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|
|
@@ -387,7 +383,7 @@ export default {
|
|
|
goAdmin(){
|
|
goAdmin(){
|
|
|
this.$util.pageTo({ url: '/admin/staff/admin'})
|
|
this.$util.pageTo({ url: '/admin/staff/admin'})
|
|
|
},
|
|
},
|
|
|
- getHzg(){
|
|
|
|
|
|
|
+ getNewApp(){
|
|
|
// #ifdef APP-PLUS
|
|
// #ifdef APP-PLUS
|
|
|
let that = this
|
|
let that = this
|
|
|
let type = uni.getSystemInfoSync().platform
|
|
let type = uni.getSystemInfoSync().platform
|