diff --git a/components/FooterNav/index.vue b/components/FooterNav/index.vue index 8eb0a00..2078f1b 100644 --- a/components/FooterNav/index.vue +++ b/components/FooterNav/index.vue @@ -6,11 +6,11 @@ - + @@ -23,44 +23,28 @@ } from '@/config/host.js' export default { props: { - + footGroup:{ + type:Object, + default:{} + }, + footCheck:{ + type:Number, + default:0 + }, }, data() { return { - footCheck: 'home', - title: 'Hello', - loading: true, - buttonGroup: [{ - image: imghost + "/static/image/foot-nav-button-one", - url: '/pages/index/index', - name: 'home', - title:'汪汪行天下', - }, - { - image: imghost + "/static/image/foot-nav-button-two", - url: '/pages/order/index', - name: 'order', - title:'订单', - }, - { - image: imghost + "/static/image/foot-nav-button-three", - url: '/pages/chatList/index', - name: 'chat', - title:'在线沟通', - }, - { - image: imghost + "/static/image/foot-nav-button-four", - url: '/pages/user/index', - name: 'user', - title:'', - }, - ], + check:0, } }, onLoad() { }, methods: { + selectItem(index){ + this.current = index; + this.$emit('change',index) + }, commitFootCheck(item) { this.$store.commit('footCheck',item.name); this.$store.commit('title',item.title); @@ -70,6 +54,9 @@ // return this.; } }, + mounted() { + this.check = this.footCheck; + }, watch: { "$store.state.footCheck": { handler(newVal, oldVal) { diff --git a/components/HeaderNav/index.vue b/components/HeaderNav/index.vue index 5259aa8..32f958c 100644 --- a/components/HeaderNav/index.vue +++ b/components/HeaderNav/index.vue @@ -63,7 +63,7 @@ console.log('this.headerPadding',this.headerPadding); }, navBack(){ - wx.navigateBack({ + uni.navigateBack({ delta:1 }); } diff --git a/components/RightNav/index.vue b/components/RightNav/index.vue index 9a02e5d..c3c19a5 100644 --- a/components/RightNav/index.vue +++ b/components/RightNav/index.vue @@ -1,6 +1,8 @@ @@ -11,22 +13,22 @@ return { title: 'Hello', loading: true, - buttonGroup:[ - { - image:imghost+"/static/image/right-button-wechat.png", - },{ - image:imghost+"/static/image/right-button-chat.png", - },{ - image:imghost+"/static/image/right-button-phone.png", - }, - ] + staticImage:{ + wechat: imghost + "/static/image/right-button-wechat.png", + chat: imghost + "/static/image/right-button-chat.png", + phone: imghost + "/static/image/right-button-phone.png", + } } }, onLoad() { - + }, methods: { - + callPhone(phone){ + uni.makePhoneCall({ + phoneNumber: phone.toString() + }); + }, } } diff --git a/config/image.js b/config/image.js new file mode 100644 index 0000000..69992ef --- /dev/null +++ b/config/image.js @@ -0,0 +1,14 @@ +import {imghost} from "@/config/host"; + +const image = { + CardList:{ + screenActiveImg: imghost + '/static/image/screen-active.png', + cardBackground: imghost + '/static/image/order-card-background.png', + wallpaperBgImage:imghost +'/static/image/card-background.png', + dogImage:imghost+'/static/image/index-user-title-dog.png', + }, + IndexPage(){ + + } +} +export default image; \ No newline at end of file diff --git a/pages/Addr/index.vue b/pages/Addr/index.vue index 6c42478..d35eb9b 100644 --- a/pages/Addr/index.vue +++ b/pages/Addr/index.vue @@ -215,7 +215,7 @@ }); }, navTo(url){ - wx.navigateTo({ + uni.navigateTo({ url:url }) }, diff --git a/pages/Card/index.vue b/pages/Card/index.vue index e5ed877..7a35d20 100644 --- a/pages/Card/index.vue +++ b/pages/Card/index.vue @@ -31,7 +31,7 @@ {{item.illustrate}} - 抵扣券有效期:{{item.que_illustrate}} + {{item.que_illustrate}} @@ -51,26 +51,30 @@ - - — 没有更多内容了 — - + + + + +