|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<view id="tabber" style="position: fixed; z-index: 1000; bottom: 0">
|
|
|
- <view class="bottom u-flex u-row-between" v-if="value1 == 3">
|
|
|
+ <view class="bottom u-flex u-row-between" v-if="value1 == 2">
|
|
|
<view class="u-flex">
|
|
|
<u-checkbox-group v-model="all" placement="column" @change="checkAll">
|
|
|
<u-checkbox shape="circle" :name="i18n.selectall" activeColor="#F83224">
|
|
@@ -101,12 +101,13 @@
|
|
|
},
|
|
|
list() {
|
|
|
|
|
|
- var list = [{
|
|
|
- iconPath: "../../static/express1.png",
|
|
|
- selectedIconPath: "../../static/express2.png",
|
|
|
- text: "跨境速递",
|
|
|
- pagePath: "pages/express/express",
|
|
|
- },
|
|
|
+ var list = [
|
|
|
+ // {
|
|
|
+ // iconPath: "../../static/express1.png",
|
|
|
+ // selectedIconPath: "../../static/express2.png",
|
|
|
+ // text: "跨境速递",
|
|
|
+ // pagePath: "pages/express/express",
|
|
|
+ // },
|
|
|
{
|
|
|
iconPath: "../../static/index1.png",
|
|
|
selectedIconPath: "../../static/index2.png",
|
|
@@ -132,13 +133,13 @@
|
|
|
pagePath: "pages/mine/mine",
|
|
|
},
|
|
|
];
|
|
|
- list[2].iconPath = this.ten_yuan_image
|
|
|
- list[2].selectedIconPath = this.ten_yuan_image
|
|
|
- list[0].text = this.i18n.border;
|
|
|
- list[1].text = this.i18n.shop;
|
|
|
- list[2].text = this.i18n.chase;
|
|
|
- list[3].text = this.i18n.Shopping;
|
|
|
- list[4].text = this.i18n.mine;
|
|
|
+ list[1].iconPath = this.ten_yuan_image
|
|
|
+ list[1].selectedIconPath = this.ten_yuan_image
|
|
|
+ // list[0].text = this.i18n.border;
|
|
|
+ list[0].text = this.i18n.shop;
|
|
|
+ list[1].text = this.i18n.chase;
|
|
|
+ list[2].text = this.i18n.Shopping;
|
|
|
+ list[3].text = this.i18n.mine;
|
|
|
return list;
|
|
|
},
|
|
|
},
|
|
@@ -262,31 +263,31 @@
|
|
|
},
|
|
|
|
|
|
click1(e) {
|
|
|
- if (e == 4) {
|
|
|
+ if (e == 3) {
|
|
|
uni.switchTab({
|
|
|
url: "../../pages/mine/mine",
|
|
|
});
|
|
|
}
|
|
|
|
|
|
- if (e == 0) {
|
|
|
- uni.switchTab({
|
|
|
- url: "../../pages/express/express",
|
|
|
- });
|
|
|
- }
|
|
|
+ // if (e == 0) {
|
|
|
+ // uni.switchTab({
|
|
|
+ // url: "../../pages/express/express",
|
|
|
+ // });
|
|
|
+ // }
|
|
|
|
|
|
- if (e == 1) {
|
|
|
+ if (e == 0) {
|
|
|
uni.switchTab({
|
|
|
url: "../../pages/index/index",
|
|
|
});
|
|
|
}
|
|
|
|
|
|
- if (e == 2) {
|
|
|
+ if (e == 1) {
|
|
|
uni.switchTab({
|
|
|
url: "../../pages/shopping/shopping",
|
|
|
});
|
|
|
}
|
|
|
|
|
|
- if (e == 3) {
|
|
|
+ if (e == 2) {
|
|
|
uni.switchTab({
|
|
|
url: "../../pages/cart/cart",
|
|
|
});
|