index.vue 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. <template>
  2. <view class="content">
  3. <view class="content_top">
  4. <u-navbar leftText="" height="44px" :bgColor="bgColor" :placeholder="true">
  5. <view class="navbar_left hflex acenter" slot="left">
  6. <image src="../../../static/images/index/logo.png" style="width: 160rpx;height: 60rpx;"></image>
  7. <view class="dian"></view>
  8. <view class="hflex acenter" @click="toWeather">
  9. <image :src="weather.icon" style="width: 32rpx;height: 32rpx;margin-right: 8rpx;"></image>
  10. <view class="text_style1">{{weather.min}}&deg;~{{weather.max}}&deg;</view>
  11. </view>
  12. </view>
  13. </u-navbar>
  14. <view class="search hflex acenter">
  15. <view class="hflex acenter" @click="changeCity">
  16. <view class="city">{{city}}</view>
  17. <u-icon name="arrow-down-fill" color="#000" size="10"></u-icon>
  18. </view>
  19. <u-input v-model="serach_value" type="text" :border="true" placeholder="搜索关键词" shape="circle"
  20. prefixIcon="search" prefixIconStyle="font-size: 22px;color: #909399" @focus="focus">
  21. </u-input>
  22. </view>
  23. </view>
  24. <view class="swiper">
  25. <u-swiper :list="bannerList" radius="20rpx" @click="toBanner"></u-swiper>
  26. </view>
  27. <view class="notice hflex acenter jbetween">
  28. <!-- <view class="notice_left">公告</view> -->
  29. <u-notice-bar :text="notice_text" direction="column" icon="公告" color="#7a7b7c" bgColor="#f3f7ff"></u-notice-bar>
  30. <view class="hflex acenter" @click="toNotice">
  31. <view class="text1">更多</view>
  32. <u-icon name="arrow-right" color="#bebebf" size="14"></u-icon>
  33. </view>
  34. </view>
  35. <view class="boxs hflex acenter jbetween">
  36. <image :src="class_img1" mode="widthFix" style="width: 336rpx;" @click="toDetail(1)"></image>
  37. <image :src="class_img2" mode="widthFix" style="width: 336rpx;" @click="toDetail(2)"></image>
  38. </view>
  39. <view class="boxs hflex acenter jbetween">
  40. <image :src="class_img3" mode="widthFix" style="width: 220rpx;" @click="toDetail(3)"></image>
  41. <image :src="class_img4" mode="widthFix" style="width: 220rpx;" @click="toDetail(4)"></image>
  42. <image :src="class_img5" mode="widthFix" style="width: 220rpx;" @click="toDetail(5)"></image>
  43. </view>
  44. <view class="boxs">
  45. <u-tabs :list="tabs" @click="changeTaaba"
  46. :scrollable = "false"
  47. :activeStyle="{
  48. color: '#000',
  49. }" :inactiveStyle="{
  50. color: '#888888'
  51. }"></u-tabs>
  52. </view>
  53. <view class="boxs">
  54. <news-module :pageList="pageList"></news-module>
  55. </view>
  56. </view>
  57. </template>
  58. <script>
  59. import $api, { closeLoading } from '@/static/js/api.js'
  60. var that = ''
  61. const app = getApp().globalData
  62. export default {
  63. data() {
  64. return {
  65. title: 'Hello',
  66. weather: {
  67. icon: '/static/icons/100.svg',
  68. min: 0,
  69. max: 10
  70. },
  71. city: '',
  72. location: '',
  73. serach_value: '',
  74. bannerList: [
  75. "/static/images/index/class_img1.png",
  76. "/static/images/index/class_img1.png"
  77. ],
  78. notice_text: [
  79. '找工作有妙招,这里看过来~',
  80. '浔阳江头夜送客'
  81. ],
  82. class_img1: '/static/images/index/class_img1.png',
  83. class_img2: '/static/images/index/class_img2.png',
  84. class_img3: '/static/images/index/class_img3.png',
  85. class_img4: '/static/images/index/class_img4.png',
  86. class_img5: '/static/images/index/class_img5.png',
  87. tabs: [
  88. {
  89. name: '推荐',
  90. },
  91. {
  92. name: '发现',
  93. },
  94. {
  95. name: '资讯',
  96. },
  97. {
  98. name: '实时',
  99. },
  100. {
  101. name: '娱乐',
  102. },
  103. {
  104. name: '美食',
  105. }
  106. ],
  107. pageList: [
  108. {
  109. title: '2022年上半年十部好剧,《开端》第7名,《人世间》第4名,值得观看',
  110. imgs: [
  111. "/static/images/index/class_img1.png",
  112. "/static/images/index/class_img1.png",
  113. "/static/images/index/class_img1.png"
  114. ],
  115. type: '资讯',
  116. client: '澎湃新闻客户端',
  117. comment: 77
  118. }
  119. ],
  120. bgColor: 'rgb(255,255,255,0)',
  121. }
  122. },
  123. async onLoad() {
  124. that = this
  125. await this.getCity()
  126. // that.HXlogin()
  127. },
  128. onShow() {
  129. },
  130. watch: {
  131. city(newVal) {
  132. console.log('城市数据发生改变');
  133. that.getCity()
  134. }
  135. },
  136. onPageScroll(e) {
  137. if(e.scrollTop != 0) {
  138. that.bgColor = "#fff"
  139. } else {
  140. that.bgColor = 'rgba(255,255,255,0)'
  141. }
  142. },
  143. methods: {
  144. // 获取当前位置
  145. getCity() {
  146. that.city = uni.getStorageSync('city')
  147. if(!that.city) {
  148. return new Promise((resolve, reject) => {
  149. app.getLoca().then(res=> {
  150. console.log('getLoaction',res);
  151. that.city = res[0].regeocodeData.addressComponent.city
  152. uni.setStorageSync('city',that.city)
  153. uni.setStorageSync('locationCity',that.city)
  154. })
  155. })
  156. }
  157. that.getWeather()
  158. },
  159. changeCity() {
  160. $api.jump('/page_index/pages/index/changeCity')
  161. },
  162. // 获取当前城市天气
  163. getWeather() {
  164. uni.request({
  165. url: 'https://geoapi.qweather.com/v2/city/lookup',
  166. data: {
  167. key: '682de67f4b8d4a5e97bc63ed722ae3cf',
  168. location:that.city
  169. },
  170. header:{
  171. 'content-type': 'application/x-www-form-urlencoded',
  172. },
  173. success(res) {
  174. uni.request({
  175. url: "https://devapi.qweather.com/v7/weather/7d",
  176. data: {
  177. location: res.data.location[0].id,
  178. key: '682de67f4b8d4a5e97bc63ed722ae3cf'
  179. },
  180. header:{
  181. 'content-type': 'application/x-www-form-urlencoded',
  182. },
  183. success(res2) {
  184. that.weather = {
  185. icon: '/static/icons/' + res2.data.daily[0].iconDay + '.svg',
  186. min: res2.data.daily[0].tempMin,
  187. max: res2.data.daily[0].tempMax
  188. }
  189. }
  190. })
  191. }
  192. })
  193. },
  194. // 点击天气
  195. toWeather() {
  196. // $api.jump('/page_index/pages/index/weather')
  197. },
  198. // 轮播图跳转
  199. toBanner(e) {
  200. console.log("点击轮播",e);
  201. },
  202. // 点击输入框
  203. focus() {
  204. $api.jump('/page_index/pages/index/search')
  205. },
  206. // 公告列表
  207. toNotice() {
  208. $api.jump('/page_index/pages/index/noticeList')
  209. },
  210. toDetail(index) {
  211. var url = ''
  212. switch(index) {
  213. case 1:
  214. url = '/page_index/pages/demand/demand';
  215. break;
  216. case 2:
  217. url = '/page_index/pages/purchase/purchase';
  218. break;
  219. case 3:
  220. url = '/page_index/pages/repair/repair';
  221. break;
  222. case 4:
  223. url = '/page_index/pages/bidding/bidding';
  224. break;
  225. case 5:
  226. url = '/page_index/pages/resources/resources';
  227. break;
  228. }
  229. console.log(url);
  230. $api.jump(url)
  231. },
  232. // 切换tabs
  233. changeTaaba(e) {
  234. console.log(e);
  235. },
  236. HXlogin() {
  237. var HXtoken = uni.getStorageSync('HXtoken')
  238. if(HXtoken) {
  239. var userId = uni.getStorageSync('id')
  240. var options = {
  241. user: userId,
  242. accessToken: HXtoken,
  243. appKey: uni.WebIM.config.appKey,
  244. }
  245. uni.WebIM.conn.open(options);
  246. }
  247. }
  248. }
  249. }
  250. </script>
  251. <style lang="scss" scoped>
  252. .content::v-deep {
  253. // padding: 0 30rpx;
  254. background: #fff;
  255. .content_top {
  256. background: url('../../../static/images/index/bg.png') no-repeat;
  257. background-size: 100%;
  258. box-sizing: border-box;
  259. padding: 0 30rpx;
  260. .navbar_left {
  261. .dian {
  262. width: 8rpx;
  263. height: 8rpx;
  264. background: #232323;
  265. border-radius: 50%;
  266. margin: 0 6rpx 0 12rpx;
  267. }
  268. }
  269. .search {
  270. width: 100%;
  271. box-sizing: border-box;
  272. padding: 20rpx;
  273. margin-top: 36rpx;
  274. .city {
  275. color: #222222;
  276. font-size: 32rpx;
  277. margin-right: 16rpx;
  278. }
  279. .u-input {
  280. border: solid 1rpx #526eff;
  281. background: #fff;
  282. height: 76rpx;
  283. margin-left: 16rpx;
  284. padding: 0 24rpx !important;
  285. }
  286. }
  287. }
  288. .swiper {
  289. width: 690rpx;
  290. // box-sizing: border-box;
  291. // padding: 0 30rpx;
  292. // height: 340rpx;
  293. margin: 24rpx 30rpx 20rpx;
  294. border-radius: 20rpx;
  295. }
  296. .notice {
  297. width: 690rpx;
  298. box-sizing: border-box;
  299. padding: 15rpx 30rpx 15rpx 0;
  300. background-color: #f3f7ff;
  301. margin: 0 20rpx 0;
  302. border-radius: 20rpx;
  303. .u-notice-bar {
  304. // background-color: #f3f7ff !important;
  305. //
  306. .u-icon__icon {
  307. font-size: 32rpx;
  308. // padding-left: 24rpx;
  309. color: #506dff !important;
  310. padding-right: 20rpx;
  311. border-right: 3rpx solid #f1f1f1;
  312. }
  313. }
  314. .notice_left {
  315. }
  316. }
  317. // .class_img {
  318. // width: 100%;
  319. // box-sizing: border-box;
  320. // padding: 0 30rpx;
  321. // }
  322. .boxs {
  323. width: 100%;
  324. box-sizing: border-box;
  325. padding: 0 30rpx;
  326. margin: 24rpx 0 0;
  327. }
  328. .text1 {
  329. font-size: 25rpx;
  330. color: #8f8f90;
  331. }
  332. }
  333. </style>