|
@@ -87,7 +87,7 @@ export default {
|
|
|
{name: "零售区", url: "https://teaclub.oss-cn-chengdu.aliyuncs.com/menu/cart.png", type:1},
|
|
{name: "零售区", url: "https://teaclub.oss-cn-chengdu.aliyuncs.com/menu/cart.png", type:1},
|
|
|
{name: "批发区", url: "https://teaclub.oss-cn-chengdu.aliyuncs.com/menu/wholesale.png", type:2},
|
|
{name: "批发区", url: "https://teaclub.oss-cn-chengdu.aliyuncs.com/menu/wholesale.png", type:2},
|
|
|
{name: "精品优选", url: "https://teaclub.oss-cn-chengdu.aliyuncs.com/menu/preferred.png", type:3},
|
|
{name: "精品优选", url: "https://teaclub.oss-cn-chengdu.aliyuncs.com/menu/preferred.png", type:3},
|
|
|
- {name: "积分兑换", url: "https://teaclub.oss-cn-chengdu.aliyuncs.com/menu/integral.png", type:5}
|
|
|
|
|
|
|
+ {name: "茶宝兑换", url: "https://teaclub.oss-cn-chengdu.aliyuncs.com/menu/integral.png", type:5}
|
|
|
],
|
|
],
|
|
|
spc_list: [
|
|
spc_list: [
|
|
|
{url: "https://teaclub.oss-cn-chengdu.aliyuncs.com/ShuZiTea/ShuZiTeaHT/202210/f70cd8e0-e468-45eb-a9f7-2c42713cd607.jpg"},
|
|
{url: "https://teaclub.oss-cn-chengdu.aliyuncs.com/ShuZiTea/ShuZiTeaHT/202210/f70cd8e0-e468-45eb-a9f7-2c42713cd607.jpg"},
|
|
@@ -174,7 +174,7 @@ export default {
|
|
|
this.goto('/pages/product/productRetail',{type:item.type})
|
|
this.goto('/pages/product/productRetail',{type:item.type})
|
|
|
}
|
|
}
|
|
|
else if(item.type == 5){
|
|
else if(item.type == 5){
|
|
|
- this.goto('/pages/product/productRetail',{type:item.type})
|
|
|
|
|
|
|
+ this.goto('/pages/product/productTeaBaby',{type:item.type})
|
|
|
}
|
|
}
|
|
|
else{
|
|
else{
|
|
|
appEv.errTips('此功能暂未开放!')
|
|
appEv.errTips('此功能暂未开放!')
|