Commit bed9079c authored by wangxuewei's avatar wangxuewei

[提交人]:王雪伟

[提交简述] :幸福农场
[实现方案] :订单列表
parent 4b141ddb
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="JDK" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" /> <output url="file://$PROJECT_DIR$/build/classes" />
</component> </component>
<component name="ProjectType"> <component name="ProjectType">
......
...@@ -4,12 +4,9 @@ import androidx.recyclerview.widget.LinearLayoutManager ...@@ -4,12 +4,9 @@ import androidx.recyclerview.widget.LinearLayoutManager
import com.ym.game.adapter.GameOrderListAdapter import com.ym.game.adapter.GameOrderListAdapter
import com.ym.game.module.OrderListEntity import com.ym.game.module.OrderListEntity
import com.ym.library.net.BaseActivity import com.ym.library.net.BaseActivity
import com.ym.library.utils.Utils
import com.ym.library.utils.Utils.str2Obj import com.ym.library.utils.Utils.str2Obj
import com.ym.task.module.adapter.DailyTaskRecyclerAdapter
import com.ym.xync.R import com.ym.xync.R
import kotlinx.android.synthetic.main.activity_order_list.* import kotlinx.android.synthetic.main.activity_order_list.*
import kotlinx.android.synthetic.main.fragment_sound_task.*
/** /**
* @author (wangXuewei) * @author (wangXuewei)
* @datetime 2020-10-18 16:30 GMT+8 * @datetime 2020-10-18 16:30 GMT+8
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment