Commit b84af9ef authored by 黄奎's avatar 黄奎

页面修改

parent c2e06ca7
...@@ -119,7 +119,6 @@ ...@@ -119,7 +119,6 @@
changeData() { changeData() {
if (this.DataArray && this.DataArray.length > 0 && this.changeIndex <= this.DataArray.length - 1) { if (this.DataArray && this.DataArray.length > 0 && this.changeIndex <= this.DataArray.length - 1) {
var dataObj = this.DataArray[this.changeIndex]; var dataObj = this.DataArray[this.changeIndex];
console.log(" this.FeatureData.dataObj", this.FeatureData);
if (dataObj) { if (dataObj) {
if (this.FeatureData) { if (this.FeatureData) {
if (this.FeatureData.dataObj) { if (this.FeatureData.dataObj) {
......
...@@ -204,7 +204,6 @@ ...@@ -204,7 +204,6 @@
if (tripObj && tripObj.allArray) { if (tripObj && tripObj.allArray) {
this.DataArray = tripObj.allArray; this.DataArray = tripObj.allArray;
} }
console.log("this.DataArray", this.DataArray);
if (this.FeatureData && this.FeatureData.FeatureHtmlJson && typeof (this.FeatureData.FeatureHtmlJson) == if (this.FeatureData && this.FeatureData.FeatureHtmlJson && typeof (this.FeatureData.FeatureHtmlJson) ==
Array) { Array) {
this.FeatureData.FeatureHtmlJson.forEach(x => { this.FeatureData.FeatureHtmlJson.forEach(x => {
......
...@@ -2171,8 +2171,6 @@ ...@@ -2171,8 +2171,6 @@
}else{ }else{
Price = PreferPrice Price = PreferPrice
} }
// console.log('膨胀金=',PreferPrice,'----正常优惠=',PreferPriceTwo)
// console.log(Price,'=-=-=-=-')
return Price return Price
}else { }else {
return Price return Price
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment