|
@@ -257,7 +257,11 @@ var supporting = new Vue({
|
|
mounted: function () {
|
|
mounted: function () {
|
|
this.listQuery.productId = getUrlParam("productId") ? getUrlParam("productId")*1 : "";
|
|
this.listQuery.productId = getUrlParam("productId") ? getUrlParam("productId")*1 : "";
|
|
this.userId = this.listQuery.userId = GLOBAL_USER_ID;
|
|
this.userId = this.listQuery.userId = GLOBAL_USER_ID;
|
|
- this.getCommodityCombinationList();
|
|
|
|
|
|
+ if(isPC){
|
|
|
|
+ window.location.href = '/product-'+this.listQuery.productId+'.html';
|
|
|
|
+ }else{
|
|
|
|
+ this.getCommodityCombinationList();
|
|
|
|
+ }
|
|
// $('.productInfo').slide({
|
|
// $('.productInfo').slide({
|
|
// mainCell:".tabCon"
|
|
// mainCell:".tabCon"
|
|
// ,titCell:".tabTit span"
|
|
// ,titCell:".tabTit span"
|