Commit 97292881 authored by ly's avatar ly

多典花

parent 3aa085dc
...@@ -38,7 +38,7 @@ let env = process.env.VUE_APP_BASE_NODE_ENV ...@@ -38,7 +38,7 @@ let env = process.env.VUE_APP_BASE_NODE_ENV
*/ */
// #ifdef APP-PLUS // #ifdef APP-PLUS
env = "prod"; env = "development";
// #endif // #endif
const api = { const api = {
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
"name" : "多典花", "name" : "多典花",
"appid" : "__UNI__DE04B13", "appid" : "__UNI__DE04B13",
"description" : "", "description" : "",
"versionName" : "1.0.2", "versionName" : "1.0.3",
"versionCode" : 102, "versionCode" : 104,
"transformPx" : false, "transformPx" : false,
/* 5+App特有相关 */ /* 5+App特有相关 */
"app-plus" : { "app-plus" : {
......
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
</template> </template>
<script> <script>
import { switchShowTabbar, isLogin,initSettings } from '@/utils/index'
export default { export default {
data() { data() {
return { return {
...@@ -73,6 +74,8 @@ export default { ...@@ -73,6 +74,8 @@ export default {
}, },
onShow() { onShow() {
this.buryingPoint('app:my_pageView') this.buryingPoint('app:my_pageView')
// 显示隐藏tabBar
switchShowTabbar()
this.init(); this.init();
this.initPawn() this.initPawn()
}, },
...@@ -162,8 +165,11 @@ export default { ...@@ -162,8 +165,11 @@ export default {
self.$request('/app/v1/userIndex', 'GET').then(res => { self.$request('/app/v1/userIndex', 'GET').then(res => {
const { menuBar, user, baseMenuBar, extMenuBarList } = res.result const { menuBar, user, baseMenuBar, extMenuBarList } = res.result
const showIndex = uni.getStorageSync('showIndex') const showIndex = uni.getStorageSync('showIndex')
console.log(showIndex,'myindex')
if(showIndex==true){ if(showIndex==true){
self.menuBar = menuBar self.menuBar = menuBar
}else{
self.menuBar =[]
} }
self.menuList = baseMenuBar self.menuList = baseMenuBar
self.extMenuBarList = extMenuBarList self.extMenuBarList = extMenuBarList
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
appleAppid=io.dcloud.ddh appleAppid=io.dcloud.ddh
[appstore] [appstore]
appstore=f78d3568306c96378cd0dc20d87bde50 appstore=
[iosStyle] [iosStyle]
iosStyle= iosStyle=
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment