Commit d0728ae3 authored by 黄奎's avatar 黄奎

页面修改

parent 04d1fe3d
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<div class="TFslide" v-for="item in TypeArray" <div class="TFslide" v-for="item in TypeArray"
:class="{'TFcked':item.isShow,'display_none':(item.TypeState===4 && FeatureData.FeatureType !== 4) || (item.TypeState===4 && !$route.query.configId)}" :class="{'TFcked':item.isShow,'display_none':(item.TypeState===4 && FeatureData.FeatureType !== 4) || (item.TypeState===4 && !$route.query.configId)}"
@click="clickFeature(item)" :key="item.subCode" @click="clickFeature(item)" :key="item.subCode"
v-if="((item.TypeState>3 && CurrentUserInfo.RB_Group_id==QjGroupId())||item.TypeState<=3)"> v-if="((item.TypeState>3 && CurrentUserInfo.RB_Group_id==QjGroupId())||item.TypeState<=3)&&item.TypeState!=8">
<img v-bind:src="item.imgUrl"> <img v-bind:src="item.imgUrl">
<div>{{item.ckTitle}}</div> <div>{{item.ckTitle}}</div>
</div> </div>
......
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
</div> </div>
<div class="UpgradedVersionDetails-Img-two relative"> <div class="UpgradedVersionDetails-Img-two relative">
<template v-for="(items,indexs) in subscriptText"> <template v-for="(items,indexs) in subscriptText">
<p class="absolute row-sb" v-if="indexs==index" :style="{'color':TripColor}"> <p :key="indexs+10000" class="absolute row-sb" v-if="indexs==index" :style="{'color':TripColor}">
<span v-for="(t,i) in items.Name">{{t}}</span> <span v-for="(t,i) in items.Name" :key="i+100000">{{t}}</span>
</p> </p>
</template> </template>
</div> </div>
......
...@@ -41,10 +41,10 @@ ...@@ -41,10 +41,10 @@
</div> </div>
<div class="featureHome-right"> <div class="featureHome-right">
<div class="featureHome-right-text featureHome-right-one absolute z-index1"> <div class="featureHome-right-text featureHome-right-one absolute z-index1">
<vEditDiv :canEdit='canEdit5' v-model="first5"></vEditDiv> <vEditDiv :canEdit='canEdit5' v-model="FeatureItem.dataObj.SubShadowName"></vEditDiv>
</div> </div>
<div class="featureHome-right-text featureHome-right-two absolute z-index1"> <div class="featureHome-right-text featureHome-right-two absolute z-index1">
<vEditDiv :canEdit='canEdit6' v-model="first6"></vEditDiv> <vEditDiv :canEdit='canEdit6' v-model="FeatureItem.dataObj.ShadowName"></vEditDiv>
</div> </div>
<div class="featureHome-right-three absolute z-index1"> <div class="featureHome-right-three absolute z-index1">
<div> <div>
...@@ -93,8 +93,6 @@ ...@@ -93,8 +93,6 @@
], ],
data() { data() {
return { return {
first5: '在古老的日本樱花街道',
first6: '遇见最美好的自己',
canEdit: true, canEdit: true,
canEdit1: true, canEdit1: true,
canEdit2: true, canEdit2: true,
......
...@@ -168,6 +168,8 @@ ...@@ -168,6 +168,8 @@
newObj.MainName = "大阪 京都 富士山 伊豆 都 H"; //地区1 newObj.MainName = "大阪 京都 富士山 伊豆 都 H"; //地区1
newObj.SubName = "冲绳 大阪城公园湖 伊豆 H"; //地区2 newObj.SubName = "冲绳 大阪城公园湖 伊豆 H"; //地区2
newObj.DetailsName = "浅草寺 Senso-ji Temple"; newObj.DetailsName = "浅草寺 Senso-ji Temple";
newObj.ShadowName = "遇见最美好的自己";
newObj.SubShadowName = "在古老的日本樱花街道";
newObj.ImgList = [{ newObj.ImgList = [{
url: "http://imgfile.oytour.com/Upload/DMC/DsrkBYw5MnQnzk2WzksZ4knrrKFbeP3a.jpg" url: "http://imgfile.oytour.com/Upload/DMC/DsrkBYw5MnQnzk2WzksZ4knrrKFbeP3a.jpg"
}]; }];
...@@ -227,7 +229,6 @@ ...@@ -227,7 +229,6 @@
pItem.dataObj = newObj; pItem.dataObj = newObj;
}); });
} }
console.log("this.pageList", this.pageList); console.log("this.pageList", this.pageList);
}, },
}, },
......
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