|
@@ -251,11 +251,12 @@
|
|
<image src="/static/img/index_bg.png" class="bgimg"></image>
|
|
<image src="/static/img/index_bg.png" class="bgimg"></image>
|
|
<view class="inner-top"></view>
|
|
<view class="inner-top"></view>
|
|
<view class="inner">
|
|
<view class="inner">
|
|
|
|
+ <view style="text-align: center;color: #FC2D47;padding: 25rpx 0rpx;font-size: 36rpx;font-weight: bold;">{{title}}</view>
|
|
<scroll-view scroll-y class="max-he">
|
|
<scroll-view scroll-y class="max-he">
|
|
<u-parse :content="content" :noData="content" />
|
|
<u-parse :content="content" :noData="content" />
|
|
</scroll-view>
|
|
</scroll-view>
|
|
- <view class="fx-r fx-bc fx-ac foot">
|
|
+ <view class="fx-r fx-bc fx-ac foot" style="margin-top: 60rpx;">
|
|
- <view class="btn" @tap="tapYGdBtn">点击查看></view>
|
|
+ <view class="btn" @tap="tapYGdBtn">未阅读,去查看></view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="m-close">
|
|
<view class="m-close">
|
|
@@ -294,6 +295,7 @@
|
|
product: []
|
|
product: []
|
|
},
|
|
},
|
|
content: "",
|
|
content: "",
|
|
|
|
+ title:'',
|
|
isGg: false,
|
|
isGg: false,
|
|
gGid: 0,
|
|
gGid: 0,
|
|
merchantData: [],
|
|
merchantData: [],
|
|
@@ -463,6 +465,7 @@
|
|
.then(res => {
|
|
.then(res => {
|
|
console.log(res);
|
|
console.log(res);
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
|
|
+ this.title = res.data.title;
|
|
this.content = res.data.content;
|
|
this.content = res.data.content;
|
|
this.isGg = true;
|
|
this.isGg = true;
|
|
|
|
|
|
@@ -1208,7 +1211,7 @@
|
|
|
|
|
|
.popwin .body .bgimg {
|
|
.popwin .body .bgimg {
|
|
width: 80vw;
|
|
width: 80vw;
|
|
- height: 106vw;
|
|
+ height: 120vw;
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 0;
|
|
top: 0;
|
|
}
|
|
}
|
|
@@ -1225,7 +1228,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.max-he {
|
|
.max-he {
|
|
- height: 50vw;
|
|
+ height: 43vw;
|
|
}
|
|
}
|
|
|
|
|
|
.foot {
|
|
.foot {
|
|
@@ -1237,7 +1240,7 @@
|
|
box-shadow: 2px 7px 7px 0px rgba(161, 23, 36, 0.4);
|
|
box-shadow: 2px 7px 7px 0px rgba(161, 23, 36, 0.4);
|
|
border-radius: 15rpx;
|
|
border-radius: 15rpx;
|
|
height: 66rpx;
|
|
height: 66rpx;
|
|
- width: 40vw;
|
|
+ width: 45vw;
|
|
font-size: 38rpx;
|
|
font-size: 38rpx;
|
|
color: #97000E;
|
|
color: #97000E;
|
|
text-align: center;
|
|
text-align: center;
|