no message

cyl/master
jscyl13849007907 1 week ago
parent 94ca61f25b
commit 35c933443f

@ -109,7 +109,10 @@
@clickItem="goPage('/root/person/set')" @clickItem="goPage('/root/person/set')"
/> />
</view> </view>
<view class="g_bg_f g_h_56 g_ml_12 g_mr_12 g_mt_24 g_radius_8 g_flex_row_center flex_center g_position_rela" @click="goPage('/root/merchantManagement/merchantManagement')" hover-class="thover" v-if="hasPermission"> <view class="g_bg_f g_h_56 g_ml_12 g_mr_12 g_mt_24 g_radius_8 g_flex_row_center flex_center g_position_rela"
@click="goPage('/root/merchantManagement/merchantManagement')" hover-class="thover"
v-if="hasPermission"
>
<view class="iconfont icon-shangjiahoutai g_mr_6 g_mt_2"></view> <view class="iconfont icon-shangjiahoutai g_mr_6 g_mt_2"></view>
<view class="g_fw_600 g_fs_17">商家管理后台</view> <view class="g_fw_600 g_fs_17">商家管理后台</view>
<view v-if="hasNewResume > 0" class="g_ml_4" style="font-size: 12px; color: #ffffff; background-color: #fa3534; display: inline-flex; justify-content: center; align-items: center; line-height: 24rpx; padding: 4rpx 8rpx; border-radius: 100rpx; z-index: 9"> <view v-if="hasNewResume > 0" class="g_ml_4" style="font-size: 12px; color: #ffffff; background-color: #fa3534; display: inline-flex; justify-content: center; align-items: center; line-height: 24rpx; padding: 4rpx 8rpx; border-radius: 100rpx; z-index: 9">

@ -321,12 +321,12 @@ export default {
path: "/root/merchantManagement/teamManage", path: "/root/merchantManagement/teamManage",
tip: this.hasNewApply, tip: this.hasNewApply,
}, },
// { {
// name: "", name: "动态公告",
// icon: "sound", icon: "sound",
// iconType: 1, iconType: 1,
// path: "/root/merchantManagement/dynamicNotice?type=", path: "/root/merchantManagement/dynamicNotice?type=动态公告",
// }, },
// { // {
// name: "", // name: "",
// icon: "comment", // icon: "comment",

@ -15,7 +15,7 @@
<u-input type="textarea" height="240" :customStyle="{ fontSize: '34rpx' }" :clearable="false" autoHeight v-model="notice" @input="changeNotice"></u-input> <u-input type="textarea" height="240" :customStyle="{ fontSize: '34rpx' }" :clearable="false" autoHeight v-model="notice" @input="changeNotice"></u-input>
</view> </view>
<view class="g_mt_32" hover-class="none" hover-stop-propagation="false" style="margin-top: 214px;"> <view class="g_mt_32" hover-class="none" hover-stop-propagation="false" style="margin-top: 214px;">
<rh-button primaryColor='#3578f6' :type="isChange ? 'primary' : 'disabled'" btnText="完成" @clickBtn="subNameInfo" <rh-button :primaryColor='primaryColor' :type="isChange ? 'primary' : 'disabled'" btnText="完成" @clickBtn="subNameInfo"
:loading="isSubmit" size='new' :loading="isSubmit" size='new'
/> />
</view> </view>
@ -56,6 +56,7 @@ export default {
}, },
data() { data() {
return { return {
primaryColor:getApp().globalData.themeColor,
sqlStr:'', sqlStr:'',
noticeImg: "", noticeImg: "",
noticList: [""], noticList: [""],

Loading…
Cancel
Save