index.vue 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. <template>
  2. <view>
  3. <image src="../../static/images/my.png" mode="widthFix" class="top"></image>
  4. <view class="cmain">
  5. <view class="vsearch">
  6. <view class="vse">
  7. <u-search placeholder="搜索资讯" v-model="keyword" @search="search" :actionStyle="{ color: 'white' }"
  8. :animation="true" actionText="取消"></u-search>
  9. </view>
  10. <view class="icon" @click="message()">&#xe60d;</view>
  11. <view class="bage" v-if="count > 0"></view>
  12. </view>
  13. <!--轮播图-->
  14. <u-swiper circular :radius="5" :indicator="true" keyName="image" :list="bannerList" :height="110"
  15. class="uni-swiper" @click="click"></u-swiper>
  16. <!--通知公告-->
  17. <view class="notice">
  18. <u-notice-bar color="#848484" :text="noticeList" :step="true" direction="column" mode="link"
  19. bgColor="white" speed="300" url="/pages/notice/index"></u-notice-bar>
  20. </view>
  21. <!--菜单-->
  22. <view class="menu">
  23. <view class="msn" v-for="(item, index) in menuList" :key="index" @click="navTo(item.path)">
  24. <view class="out">
  25. <view class="int">
  26. <image :src="item.icon" mode="widthFix" style="max-width: 54px; max-height: 52px; object-fit: contain;"></image>
  27. <view class="tit">{{ item.menuName }}</view>
  28. </view>
  29. </view>
  30. </view>
  31. <view class="clear"></view>
  32. </view>
  33. <!--最新资讯-->
  34. <view class="news">
  35. <view class="vlabel">
  36. <view class="tag"></view>
  37. <text class="title">最新资讯</text>
  38. <text class="more" @click="navTo('/pages/news/list')">
  39. <text>更多</text>
  40. <text class="icon">&#xe8f2;</text>
  41. </text>
  42. </view>
  43. <view class="list animated fadeInDown">
  44. <view class="news_item" v-for="(item, index) in newsList" :key="index"
  45. @click="go('/pages/news/detail?id=' + item.id)">
  46. <image :src="item.cover" mode="aspectFill" class="img" v-if="item.cover"></image>
  47. <image src="../../static/tp.jpg" mode="aspectFill" class="img" v-else></image>
  48. <view class="con">
  49. <view class="title ellip">{{ item.title }}</view>
  50. <view class="source omit">
  51. <text class="icon">&#xe639;</text>
  52. <text>{{ item.readCount }}</text>
  53. </view>
  54. <view class="releaseTime">{{ util.forDate(item.releaseTime,'yyyy-MM-dd HH:mm') }}</view>
  55. </view>
  56. </view>
  57. </view>
  58. </view>
  59. </view>
  60. <u-popup :show="show" @close="close()" round="15" mode="center" :closeable="true" :closeOnClickOverlay="false"
  61. :customStyle="{ width: '90%' }">
  62. <view class="ppopup">
  63. <u-divider text="交易订单提醒" textSize="16"></u-divider>
  64. <view class="contents">
  65. <view class="item omit">
  66. <text class="label">商品名称:</text>
  67. <text class="desc">{{ order.goodsNames }}</text>
  68. </view>
  69. <view class="item omit">
  70. <text class="label">数量:</text>
  71. <text class="desc">{{ order.totalWeight }}</text>
  72. </view>
  73. <view class="item omit">
  74. <text class="label">金额:</text>
  75. <text class="desc">¥ {{ order.totalPrice }}</text>
  76. </view>
  77. </view>
  78. <button class="btn" @click="confirm()">去处理</button>
  79. </view>
  80. </u-popup>
  81. <u-popup :show="faceRegister" @close="close()" round="15" mode="center" :closeOnClickOverlay="false"
  82. :customStyle="{ width: '90%' }">
  83. <view class="reflush" @click="checkFace">刷新</view>
  84. <view class="ppopup">
  85. <u-divider text="人脸录入" textSize="16"></u-divider>
  86. <view class="contents">
  87. <view class="item omit">
  88. <text class="label">边民信息:</text>
  89. <text class="desc">{{ user.name }}({{ user.phone }})</text>
  90. </view>
  91. <view style="text-indent: 2rem;line-height: 60rpx;">
  92. 根据相关规定,边民进行互市贸易需要确保为本人实际操作,为了确保后续交易的合规合法话,需要您先录入人脸!</view>
  93. </view>
  94. <button class="btn" @click="go('/pages/face/faceRegister')">马上录入</button>
  95. </view>
  96. </u-popup>
  97. </view>
  98. </template>
  99. <script>
  100. export default {
  101. data() {
  102. return {
  103. keyword: '',
  104. bannerList: [],
  105. newsList: [],
  106. noticeList: ['天保物流APP上线了', '关于天保物流边民互市贸易开通注意事项'],
  107. roleMenu: [],
  108. menuList: [],
  109. count: 0,
  110. show: false,
  111. order: {},
  112. user: {},
  113. faceRegister: false,
  114. cooper_entrust: 2
  115. };
  116. },
  117. onLoad() {
  118. let user = this.getUser();
  119. this.user = user;
  120. this.getBannerList();
  121. this.getNewsList();
  122. this.getMenu();
  123. uni.$on('getMenu', res => {
  124. this.getMenu();
  125. });
  126. },
  127. onShow() {
  128. this.getOrderConfirm();
  129. //this.checkFace()
  130. this.keyword = '';
  131. this.getRead();
  132. },
  133. methods: {
  134. close() {
  135. this.show = false;
  136. },
  137. checkFace() {
  138. let user = this.getUser();
  139. if ((user.userType == 1 || user.userType == 2) && user.face == 0) {
  140. this.faceRegister = true;
  141. return;
  142. }
  143. this.faceRegister=false;
  144. this.getOrderConfirm();
  145. },
  146. go(url) {
  147. uni.navigateTo({
  148. url: url
  149. });
  150. },
  151. //获取待处理的订单弹出
  152. getOrderConfirm() {
  153. let user = this.getUser();
  154. if (user.userType > 2) {
  155. return;
  156. }
  157. // 是否校验互助委托书【1校验 2不校验】
  158. this.http.request({
  159. url: '/sp-admin/SpCfg/getCfg',
  160. method: 'POST',
  161. data: { cfgName: 'cooper_entrust_cfg' },
  162. success: res => {
  163. this.cooper_entrust = JSON.parse(res.data.data).cooper_entrust
  164. this.http.request({
  165. url: '/level-one-server/app/TbOrder/getNoConfirmOrder',
  166. data: {cooper_entrust: this.cooper_entrust},
  167. loading: 'false',
  168. success: res => {
  169. if (res.data.data) {
  170. this.order = res.data.data;
  171. this.show = true;
  172. }
  173. }
  174. });
  175. }
  176. })
  177. },
  178. confirm() {
  179. if (this.order.declareType == '1') {
  180. uni.navigateTo({
  181. url: '/pages/market/one/leader/handle?orderId=' + this.order.id
  182. });
  183. } else {
  184. uni.navigateTo({
  185. url: '/pages/market/one/leader/handleThree?orderId=' + this.order.id +
  186. '&peopleConfirmStatus=' + this.order.peopleConfirmStatus + '&cooperEntrustStatus=' +
  187. this.order.cooperEntrustStatus + '&applyConfirmStatus=' + this.order.applyConfirmStatus
  188. });
  189. }
  190. this.show = false;
  191. },
  192. getRead() {
  193. this.http.request({
  194. url: '/sp-admin/app/TbMessage/getRead',
  195. loading: 'false',
  196. success: res => {
  197. if (res.data.data.count > 0) {
  198. this.count = res.data.data.count;
  199. uni.setTabBarBadge({
  200. index: 1,
  201. text: res.data.data.count
  202. });
  203. } else {
  204. this.count = 0;
  205. }
  206. }
  207. });
  208. },
  209. getBannerList() {
  210. this.http.request({
  211. url: '/level-one-server/app/TbBanner/getList',
  212. success: res => {
  213. this.bannerList = res.data.data;
  214. }
  215. });
  216. },
  217. getMenu() {
  218. this.menuList = [];
  219. let menu = uni.getStorageSync('menu');
  220. this.http.request({
  221. url: '/sp-admin/app/AppMenu/getList',
  222. success: res => {
  223. let data = res.data.data;
  224. menu.map((item2, index1) => {
  225. data.map((item1, index) => {
  226. if (parseInt(item1.id) == parseInt(item2)) {
  227. item1.icon = this.http.ngip + item1.icon
  228. this.menuList.push(item1);
  229. }
  230. });
  231. });
  232. this.menuList.sort((a, b) => a.sort - b.sort);
  233. }
  234. });
  235. },
  236. getNewsList() {
  237. this.http.request({
  238. url: '/level-one-server/app/TbPortNews/getNewestList',
  239. data: {
  240. limit: 3
  241. },
  242. success: res => {
  243. this.newsList = res.data.data;
  244. }
  245. });
  246. },
  247. //点击轮播图
  248. click(index) {
  249. uni.navigateTo({
  250. url: '/pages/news/detail?id=8'
  251. });
  252. },
  253. message() {
  254. uni.switchTab({
  255. url: '/pages/message/message'
  256. });
  257. },
  258. search() {
  259. uni.navigateTo({
  260. url: '/pages/news/list?keyword=' + this.keyword
  261. });
  262. },
  263. navTo(url) {
  264. //收购商需要认证才给访问
  265. if (this.getUser().userType == 3 && !this.hasAuth()) {
  266. uni.navigateTo({
  267. url: '/pages/authentication/index'
  268. });
  269. return;
  270. }
  271. uni.navigateTo({
  272. url: url,
  273. fail: res => {
  274. console.log('zx:' + JSON.stringify(res));
  275. uni.showModal({
  276. content: '功能还在开发中',
  277. showCancel: false
  278. });
  279. }
  280. });
  281. },
  282. go(url) {
  283. uni.navigateTo({
  284. url: url
  285. });
  286. }
  287. },
  288. //下拉刷新
  289. onPullDownRefresh() {
  290. setTimeout(() => {
  291. uni.stopPullDownRefresh();
  292. this.getMenu();
  293. }, 1000);
  294. }
  295. };
  296. </script>
  297. <style lang="scss">
  298. page {
  299. background-color: $pg;
  300. }
  301. .top {
  302. width: 100%;
  303. position: relative;
  304. }
  305. .cmain {
  306. padding: 10px 15px 10px 15px;
  307. margin-top: -183px;
  308. position: relative;
  309. .vsearch {
  310. margin-bottom: 13px;
  311. position: relative;
  312. .vse {
  313. width: 82% !important;
  314. }
  315. .icon {
  316. position: absolute;
  317. right: 0px;
  318. top: 0px;
  319. color: white;
  320. font-size: 25px;
  321. top: 5px;
  322. }
  323. .bage {
  324. width: 8px;
  325. height: 8px;
  326. border-radius: 50%;
  327. background-color: #f44336;
  328. top: 0px;
  329. right: 0px;
  330. position: absolute;
  331. }
  332. }
  333. .uni-swiper {
  334. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  335. }
  336. .notice {
  337. margin-top: 10px;
  338. border-radius: 5px !important;
  339. overflow: hidden;
  340. }
  341. .news {
  342. margin-top: 15px;
  343. }
  344. }
  345. .reflush {
  346. width: 60rpx;
  347. height: 60rpx;
  348. float: right;
  349. position: absolute;
  350. right: 20rpx;
  351. padding: 20rpx;
  352. font-size: 24rpx;
  353. }
  354. .ppopup {
  355. padding: 50rpx 30rpx;
  356. .item {
  357. padding: 5px 0px 5px 0px;
  358. color: $font-c;
  359. .label {
  360. width: 70px;
  361. float: left;
  362. text-align: left;
  363. padding-right: 10px;
  364. font-weight: bold;
  365. }
  366. }
  367. }
  368. </style>