| | |
| | | <image bindtap="gotoQrcode" style="width: 24px;height: 24px;padding: 6px;" src="/res/icons/qrcode.png"></image> |
| | | </view> |
| | | <view class="flex-h" style="margin-top: 30px;"> |
| | | <image class="user-icon" src="/res/icons/learn_2.png" mode="aspectFill"></image> |
| | | <image class="user-icon" src="{{icon1}}" mode="aspectFill"></image> |
| | | <view class="flex-v"> |
| | | <view class="user-name">{{userRealName}}</view> |
| | | <view class="user-tag">{{companyName}}</view> |
| | |
| | | <!-- <view>{{authStatus[1] ? '修改店铺信息' : '店铺信息认证'}}</view> --> |
| | | <view>店铺信息认证</view> |
| | | </view> |
| | | <view wx:if="{{sceneType == 6}}" bindtap="gotoAuthentication" data-index="1"> |
| | | <text class="{{authStatus[1] ? 'status-1' : 'status-2'}}">{{authStatus[1] ? '已认证' : '未认证'}}</text> |
| | | <image src="/res/icons/scene_info.png"></image> |
| | | <view>环保管理认证</view> |
| | | </view> |
| | | <view bindtap="gotoAuthentication" data-index="2"> |
| | | <text class="{{authStatus[2] ? 'status-1' : 'status-2'}}">{{authStatus[2] ? '已认证' : '未认证'}}</text> |
| | | <image src="/res/icons/personal.png"></image> |
| | |
| | | </view> |
| | | </view> |
| | | <view class="fyui-panel"> |
| | | <view class="fyui-cell fyui-cell_select title" bindtap="goto" data-index="9"> |
| | | <view class="fyui-cell__hd"> |
| | | <image src="/res/icons/cq_illegal.png" class="icon" /> |
| | | </view> |
| | | <view class="fyui-cell__bd">问题整改</view> |
| | | <view class="fyui-cell__ft"></view> |
| | | </view> |
| | | <view class="fyui-cell fyui-cell_select title" bindtap="goto" data-index="8"> |
| | | <view class="fyui-cell__hd"> |
| | | <image src="/res/icons/icon9.png" class="icon" /> |
| | | </view> |
| | | <view class="fyui-cell__bd">守法承诺</view> |
| | | <view class="fyui-cell__ft"></view> |
| | | </view> |
| | | <view class="fyui-cell fyui-cell_select title" bindtap="goto" data-index="0"> |
| | | <view class="fyui-cell__hd"> |
| | | <image src="/res/icons/icon5.png" class="icon" /> |
| | | <image src="/res/icons/icon8.png" class="icon" /> |
| | | </view> |
| | | <view class="fyui-cell__bd">监测数据</view> |
| | | <view class="fyui-cell__ft"></view> |