Commit 26770433 authored by 王雪伟's avatar 王雪伟

[提交人]:王雪伟

[提交简述] :小象省钱
[实现方案] :跳转订单UI
parent 58bc56a7
package com.zxbw.modulemain.adapter package com.zxbw.modulemain.adapter
import android.app.Activity
import android.content.ClipData import android.content.ClipData
import android.content.ClipboardManager import android.content.ClipboardManager
import android.content.Context import android.content.Context
...@@ -18,14 +19,14 @@ import com.zxhl.cms.utils.Utils ...@@ -18,14 +19,14 @@ import com.zxhl.cms.utils.Utils
//我的订单 //我的订单
class MyOrderAdapter : BaseRecyclerAdapter<ShopOrderEntity, RecyclerView.ViewHolder> { class MyOrderAdapter : BaseRecyclerAdapter<ShopOrderEntity, RecyclerView.ViewHolder> {
private var mContext: Context? = null private var mContext: Activity? = null
private val VIEW_TYPE_GOODS_VIEW = 101 private val VIEW_TYPE_GOODS_VIEW = 101
private val VIEW_TYPE_CARD_VIEW = 201 private val VIEW_TYPE_CARD_VIEW = 201
private val VIEW_TYPE_VIP_VIEW = 301 private val VIEW_TYPE_VIP_VIEW = 301
constructor( constructor(
content: Context? content: Activity?
) : super() { ) : super() {
mContext = content mContext = content
} }
......
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