|
@@ -403,7 +403,7 @@
|
|
|
<view style="height: 129rpx;width:100%;position: absolute;bottom:-30rpx;display: flex;align-items: top;">
|
|
|
<view class="center-analysis-enter-font">政务新媒体矩阵</view>
|
|
|
<view class="center-analysis-enter-button">
|
|
|
- <view style="background: linear-gradient(90deg, #AF66DC 0%, #D6AAF3 100%);"
|
|
|
+ <view bindtap="gotoMTJZ" style="background: linear-gradient(90deg, #AF66DC 0%, #D6AAF3 100%);"
|
|
|
class="center-analysis-enter-button-item">
|
|
|
进入 ></view>
|
|
|
</view>
|
|
@@ -471,7 +471,7 @@
|
|
|
<view style="height: 129rpx;width:100%;position: absolute;bottom:-30rpx;display: flex;align-items: top;">
|
|
|
<view class="center-analysis-enter-font">南岸报</view>
|
|
|
<view class="center-analysis-enter-button">
|
|
|
- <view style="background: linear-gradient(90deg, #F58661 0%, #FCAF96 100%);" class="center-analysis-enter-button-item">
|
|
|
+ <view bindtap="gotoNAB" style="background: linear-gradient(90deg, #F58661 0%, #FCAF96 100%);" class="center-analysis-enter-button-item">
|
|
|
进入 ></view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -558,7 +558,7 @@
|
|
|
<view style="height: 129rpx;width:100%;position: absolute;bottom:-30rpx;display: flex;align-items: top;">
|
|
|
<view class="center-analysis-enter-font">视频推荐</view>
|
|
|
<view class="center-analysis-enter-button">
|
|
|
- <view style="background: linear-gradient(90deg, #FFAF03 0%, #F9BF41 100%);" class="center-analysis-enter-button-item">
|
|
|
+ <view bindtap="gotoSPTJ" style="background: linear-gradient(90deg, #FFAF03 0%, #F9BF41 100%);" class="center-analysis-enter-button-item">
|
|
|
进入 ></view>
|
|
|
</view>
|
|
|
</view>
|