|
@@ -324,7 +324,7 @@ export default {
|
|
|
? "继续选课"
|
|
|
: type == 2
|
|
|
? "继续选题"
|
|
|
- : type == 3
|
|
|
+ : type == 3 || type == 8
|
|
|
? "继续选购"
|
|
|
: "";
|
|
|
}
|
|
@@ -400,6 +400,12 @@ export default {
|
|
|
url: "/pages4/shopping/shoppingCart",
|
|
|
});
|
|
|
} else {
|
|
|
+ if (this.shoppingCartList[0].goodsType == 8) {
|
|
|
+ uni.reLaunch({
|
|
|
+ url: "/pages/information/index",
|
|
|
+ });
|
|
|
+ return;
|
|
|
+ }
|
|
|
uni.switchTab({
|
|
|
url: "/pages/course/index",
|
|
|
});
|