No. 27 August class-based personal summary (group name: double-H)

 

Today tasks:

First, today submitted a code on gitlab:

 

① completed the layout of the list of movies, each movie will be written in assembly itemview, tweaked some style, then the list of data to render the pages also completed.

(Click for more, there will be more information on the film and television, movies, television dramas, variety and unity are among the list page)

 

 

Because of the time during reptiles may have to wait, so we added a item loading state

 

 

② will network.js written into the utils folder as the use of global variables, and the function call inside the movies, television dramas, variety of written consent getitemList function (yes I still put him optimized a bit, but this time for behind the convenient, so we had to do)

 

 

③ Click appears on the layout of the specific details of video materials derail pages were conceived, written and also a little bit.

Tomorrow's plan:

① label layout and style details detail page will be completed.

② Commentary on the detail page of the details were completed, and the parameters for entry details page set.

③ for details detail pages for details of the data.

 

Daily Summary:

Problems encountered:

① start when writing a list of pages, the network got the requested data, list.wxss style is also configured, but always to achieve the effect I want, all videos are by

Column ways row

 

 

 

Also looking for some time, but always can not find how it is, and later in Wxml debugger finally found this app.wxss global style name and my list of the names used in view of the formation are called container but app.wxss high priority, the compiler will think this is performed inside the code, then deleted the app.wxss inside enough.

 

 ② while continuing to add video information, I found that the sliding surface is on both sides of the last movie, and the middle is empty

 

 

For this reason it touches soon found it, because I set the layout in list.wxss for flex, and then justify-content setting is space-between

If you take more than this movie is 2 will be the case, first I would like to find some flex properties in the document layout that comes to solve, I tried several after still not found,

Later, I thought simply to fill an empty insert data, so it will be pushed to the middle of the second most, I tried it found to be feasible

 

 

个人感悟总结:

今天总算没有纠结于代码的优化等等东西,进度也快了很多,遇到的bug也不少,但是组员两个人一起的话就会有两个角度来看待问题,

这样许多问题解决起来比一个人单打独斗也要好很多。

 

Guess you like

Origin www.cnblogs.com/TC-TC/p/11420395.html