|
|
|
|
@ -47,7 +47,7 @@
|
|
|
|
|
<!-- && appid != 'wxb0c590fd696b79be' -->
|
|
|
|
|
<!-- noticList.length > 0 && -->
|
|
|
|
|
<view class="g_flex_row_start flex_center g_bg_f g_ml_10 g_mr_10 g_radius_8" style="overflow: hidden;margin-top: 8px;"
|
|
|
|
|
v-if="appid == 'wx15bc9c758f4eb129' && isAdmin"
|
|
|
|
|
v-if="isAgency"
|
|
|
|
|
@click="getMore"
|
|
|
|
|
>
|
|
|
|
|
<view class="g_flex_c g_h_48 g_w_40 g_flex_none">
|
|
|
|
|
@ -55,7 +55,7 @@
|
|
|
|
|
<i class="iconfont icon-sound" style="font-size: 24px;"></i>
|
|
|
|
|
</view>
|
|
|
|
|
<view :style="{
|
|
|
|
|
'width':'calc(100vw - ' + (isAdmin ? 90 : 80) + 'px)'
|
|
|
|
|
'width':'calc(100vw - ' + (isJm ? 90 : 80) + 'px)'
|
|
|
|
|
}"
|
|
|
|
|
>
|
|
|
|
|
<u-notice-bar ref="noticeBar"
|
|
|
|
|
@ -70,7 +70,7 @@
|
|
|
|
|
class="g_flex_1"
|
|
|
|
|
></u-notice-bar>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="g_flex_c g_h_48 g_flex_none" style="width: 30px;" v-if="isAdmin">
|
|
|
|
|
<view class="g_flex_c g_h_48 g_flex_none" style="width: 30px;" v-if="isJm">
|
|
|
|
|
<i class="iconfont icon-gengduo11 g_c_c" style="font-size: 16px;"></i>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
@ -394,7 +394,8 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
isAdmin: uni.getStorageSync("apply-userinfo").admin,
|
|
|
|
|
isAgency: uni.getStorageSync("apply-userinfo").agencyId,
|
|
|
|
|
isJm:uni.getStorageSync("apply-userinfo").agencyId && uni.getStorageSync("apply-userinfo").agencyId == '114827',
|
|
|
|
|
hrtext: 2,
|
|
|
|
|
tabbarShow: true,
|
|
|
|
|
navbarHeight: 0, // navbar高度
|
|
|
|
|
@ -544,7 +545,7 @@ export default {
|
|
|
|
|
methods: {
|
|
|
|
|
getMore(){
|
|
|
|
|
let that = this;
|
|
|
|
|
if(that.isAdmin){
|
|
|
|
|
if(that.isJm){
|
|
|
|
|
uni.navigateTo({
|
|
|
|
|
url:'/root/merchantManagement/dynamicNotice?cont=' + that.noticList[0]
|
|
|
|
|
})
|
|
|
|
|
|