| | |
| | | import cn.sinata.xldutils.callPhone |
| | | import cn.sinata.xldutils.utils.optString |
| | | import com.dollearn.student.R |
| | | import com.dollearn.student.WeparkApplication |
| | | import com.dollearn.student.DollearnApplication |
| | | import com.dollearn.student.dialog.PayDialog |
| | | import com.dollearn.student.network.Apis |
| | | import com.dollearn.student.network.HttpManager |
| | |
| | | } |
| | | |
| | | private fun getFree(){ |
| | | HttpManager.queryStoreFreeBenefit(WeparkApplication.storeId).request(this){_,data-> |
| | | HttpManager.queryStoreFreeBenefit(DollearnApplication.storeId).request(this){ _, data-> |
| | | phone = data?.optString("phone") |
| | | data?.optString("img")?.loadLongImage(this,iv_img) |
| | | } |