| | |
| | | <view class="list-cell b-b m-t" hover-class="cell-hover" :hover-stay-time="50"> |
| | | <u-row gutter="12" justify="start" @click="navigateTo('/pages/msgTips/sysMsg/index')"> |
| | | <u-col span="2" class="uCol" style="text-align:center;"> |
| | | <image class="img" src="/static/mine/setting.png"></image> |
| | | <image class="img" src="/pages/subComponents/static/mine/setting.png"></image> |
| | | </u-col> |
| | | <u-col span="7"> |
| | | <p class="tit_title">系统消息</p> |
| | |
| | | <!-- <view class="list-cell b-b m-t" hover-class="cell-hover" :hover-stay-time="50"> |
| | | <u-row gutter="12" justify="start" @click="navigateTo('/pages/msgTips/packagemsg/index')"> |
| | | <u-col span="2" class="uCol" style="text-align:center;"> |
| | | <image class="img" src="/static/mine/logistics.png"></image> |
| | | <image class="img" src="/pages/subComponents/static/mine/logistics.png"></image> |
| | | |
| | | </u-col> |
| | | <u-col span="7"> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import '@/uview-components/uview-ui' |
| | | import '@/components/uview-components/uview-ui' |
| | | import { |
| | | mapMutations |
| | | } from "vuex"; |