|
|
|
@ -1,10 +1,10 @@ |
|
|
|
<!--pages/setting/notification.wxml--> |
|
|
|
<van-popup show="{{ notice }}" position="top" z-index="200" bind:close="onClose"> |
|
|
|
<view style="height:{{CustomBar}}px;padding-top:{{StatusBar}}rpx;padding: {{StatusBar}}rpx 32rpx;"> |
|
|
|
<view class="text-xl" style="margin-top:8rpx">{{message.categoryName || '开卡提示'}}</view> |
|
|
|
<view class="text-df" style="width:76%">{{message.content}}</view> |
|
|
|
<view class="flex flex-center" style="height:{{CustomBar}}px;padding-top: {{StatusBar}}rpx;justify-content: flex-start"> |
|
|
|
<view class="text-xl" style="margin-left:32rpx">{{message.categoryName || '开卡提示'}}</view> |
|
|
|
</view> |
|
|
|
<view class="flex" style="padding: 0rpx 24rpx 24rpx 24rpx;justify-content: flex-end;margin-top: 24rpx"> |
|
|
|
<view class="text-df" style="padding: 0rpx 32rpx;margin-top:12rpx">{{message.content}}</view> |
|
|
|
<view class="flex" style="padding: 24rpx;justify-content: flex-end;"> |
|
|
|
<van-button round plain type="info" size="small" custom-style="width: 150rpx" bind:click="submit">稍后处理</van-button> |
|
|
|
<van-button id="employ" round type="info" size="small" bind:click="submit" custom-style="margin-left:24rpx;width: 150rpx" wx:if="{{isAdmin}}">绑定员工</van-button> |
|
|
|
<van-button id="client" round type="info" size="small" bind:click="submit" custom-style="margin-left:24rpx;width: 150rpx">绑定客户</van-button> |
|
|
|
|