| | |
| | | <template> |
| | | <view class="elm-wrapper wrapperLayer" |
| | | :style="optionsCurrent==3?'background-color:#1088FE;':'background-color:#62BC00;'"> |
| | | :style="optionsCurrent==3?'background-color:#1088FE;':'background-color:#1088FE;'"> |
| | | <view class="flexbox borderBox colCen" |
| | | :style="optionsCurrent==3?'background-color:#1088FE;':'background-color:#62BC00;'"> |
| | | :style="optionsCurrent==3?'background-color:#1088FE;':'background-color:#1088FE;'"> |
| | | <view class="topbarbox"></view> |
| | | <view class="leftimgbox rowCenBet" @tap="back()"> |
| | | <view class="shadow rowCenCen" style="background:rgba(0,0,0,0);"> |
| | |
| | | <view class="center-container rowCenBet"> |
| | | <block v-for="(items,index) in optionsList" :key="index"> |
| | | <view class="items-content rowCenCen" |
| | | :style="optionsCurrent==items.type?items.type==3?'color:#1088FE;':'color:#62BC00;':''" |
| | | :style="optionsCurrent==items.type?items.type==3?'color:#1088FE;':'#1088FE;':''" |
| | | @tap="navTap(items.type,index)"> |
| | | <view>{{items.label}}</view> |
| | | </view> |
| | |
| | | data() { |
| | | return { |
| | | optionsCurrent: 3, |
| | | activeIndex: 0, // 当前选中的index |
| | | activeIndex: 1, // 当前选中的index |
| | | scrollTop: 0, |
| | | optionsList: [{ |
| | | label: "外卖", |
| | | type: 3 |
| | | optionsList: [ |
| | | { |
| | | label: "美团", |
| | | type: 0 |
| | | }, |
| | | { |
| | | label: "饿了么", |
| | | type: 3 |
| | | }, |
| | | |
| | | /* { |
| | | label: "果蔬", |
| | | type: 5 |
| | | } |
| | | } */ |
| | | ], |
| | | pageInfo: null, |
| | | wxQrcodeUrl: '', |
| | |
| | | if (this.optionsCurrent != type) { |
| | | this.optionsCurrent = type |
| | | this.activeIndex = index |
| | | if (this.optionsCurrent == 5) { |
| | | if(this.optionsCurrent == 0) |
| | | { |
| | | uni.redirectTo({ |
| | | url:'./mt' |
| | | }) |
| | | return; |
| | | } |
| | | /* else if (this.optionsCurrent == 5) { |
| | | uni.setNavigationBarColor({ |
| | | frontColor: '#ffffff', |
| | | backgroundColor: '#62BC00' |
| | |
| | | backgroundColor: '#1088FE' |
| | | }) |
| | | } |
| | | this.IntiData() |
| | | this.IntiData() */ |
| | | } |
| | | }, |
| | | jumpMini() { |