Browse Source

fix(workbenchManage): 修复推广攻略和教程点击事件及显示内容

更新点击事件绑定的配置项名称,并使用configList中的paramValue和paramValueText动态显示内容,提高代码可维护性
master
主管理员 2 weeks ago
parent
commit
0ab61be24b
1 changed files with 8 additions and 6 deletions
  1. +8
    -6
      otherPages/workbenchManage/bindUser/index.vue

+ 8
- 6
otherPages/workbenchManage/bindUser/index.vue View File

@ -31,24 +31,26 @@
</view> </view>
<view class="flex flex-evenly mt60"> <view class="flex flex-evenly mt60">
<view class="header-card card-left box-size" <view class="header-card card-left box-size"
@click="configPopupRef.open('pet_attention_details')">
@click="configPopupRef.open('icon_popularize_strategy')">
<view class="flex-between flex"> <view class="flex-between flex">
<view class="mr20"> <view class="mr20">
<view class="mb20 ml20" :style="{color:'#A55822',fontWeight:'bold',fontSize:'30rpx'}">推广攻略
<view class="mb20 ml20" :style="{color:'#A55822',fontWeight:'bold',fontSize:'30rpx'}">
{{ configList.icon_popularize_strategy.paramValue }}
</view> </view>
<view :style="{color:'#A55822',fontSize:'22rpx'}">快速定位宠友群体</view>
<view :style="{color:'#A55822',fontSize:'22rpx'}">{{ configList.icon_popularize_strategy.paramValueText }}</view>
</view> </view>
<up-image :show-loading="true" src="https://cdn.catmdogd.com/Work/image/work/icon1.png" <up-image :show-loading="true" src="https://cdn.catmdogd.com/Work/image/work/icon1.png"
width="71rpx" height="85rpx"></up-image> width="71rpx" height="85rpx"></up-image>
</view> </view>
</view> </view>
<view class="header-card card-right box-size" <view class="header-card card-right box-size"
@click="configPopupRef.open('pet_attention_details')">
@click="configPopupRef.open('icon_popularize_tutorial')">
<view class="flex flex-between"> <view class="flex flex-between">
<view class="mr20"> <view class="mr20">
<view class="mb20 ml20" :style="{color:'#A55822',fontWeight:'bold',fontSize:'30rpx'}">推广教程
<view class="mb20 ml20" :style="{color:'#A55822',fontWeight:'bold',fontSize:'30rpx'}">
{{ configList.icon_popularize_tutorial.paramValue }}
</view> </view>
<view :style="{color:'#A55822',fontSize:'22rpx'}">推广问题一目了然</view>
<view :style="{color:'#A55822',fontSize:'22rpx'}">{{ configList.icon_popularize_tutorial.paramValueText }}</view>
</view> </view>
<up-image :show-loading="true" src="https://cdn.catmdogd.com/Work/image/work/icon2.png" <up-image :show-loading="true" src="https://cdn.catmdogd.com/Work/image/work/icon2.png"
width="71rpx" height="85rpx"></up-image> width="71rpx" height="85rpx"></up-image>


Loading…
Cancel
Save