Commit b84af9ef authored by 黄奎's avatar 黄奎

页面修改

parent c2e06ca7
......@@ -119,7 +119,6 @@
changeData() {
if (this.DataArray && this.DataArray.length > 0 && this.changeIndex <= this.DataArray.length - 1) {
var dataObj = this.DataArray[this.changeIndex];
console.log(" this.FeatureData.dataObj", this.FeatureData);
if (dataObj) {
if (this.FeatureData) {
if (this.FeatureData.dataObj) {
......
......@@ -204,7 +204,6 @@
if (tripObj && tripObj.allArray) {
this.DataArray = tripObj.allArray;
}
console.log("this.DataArray", this.DataArray);
if (this.FeatureData && this.FeatureData.FeatureHtmlJson && typeof (this.FeatureData.FeatureHtmlJson) ==
Array) {
this.FeatureData.FeatureHtmlJson.forEach(x => {
......
......@@ -2171,8 +2171,6 @@
}else{
Price = PreferPrice
}
// console.log('膨胀金=',PreferPrice,'----正常优惠=',PreferPriceTwo)
// console.log(Price,'=-=-=-=-')
return Price
}else {
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