Compare commits
5 Commits
557798d558
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| edf47a5cc3 | |||
| b24dbee5b0 | |||
| 31604027e3 | |||
| 1c67b47ff6 | |||
| 21b36969ff |
@ -0,0 +1 @@
|
|||||||
|
oslWGWc_CQW7j5ihsEgwDCIM9UCRJ6F4xYpl6BoI2mU.rGo-7MeQym6vvdWtE2EmeK-QrR4vQClzR5C-LJqfurM
|
||||||
@ -94,19 +94,19 @@ class DistributionLogic extends Logic
|
|||||||
public static function apply($post)
|
public static function apply($post)
|
||||||
{
|
{
|
||||||
|
|
||||||
$time = time();
|
$time = time();
|
||||||
$data = [
|
$data = [
|
||||||
'user_id' => $post['user_id'],
|
'user_id' => $post['user_id'],
|
||||||
'real_name' => $post['real_name'],
|
'real_name' => $post['real_name'],
|
||||||
'mobile' => $post['mobile'],
|
'mobile' => $post['mobile'],
|
||||||
'province' => $post['province'],
|
'province' => $post['province'],
|
||||||
'city' => $post['city'],
|
'city' => $post['city'],
|
||||||
'district' => $post['district'],
|
'district' => $post['district'],
|
||||||
'reason' => $post['reason'],
|
'reason' => $post['reason'],
|
||||||
'status' => 0, // 待审核
|
'status' => 0, // 待审核
|
||||||
'create_time' => $time,
|
'create_time' => $time,
|
||||||
'update_time' => $time
|
'update_time' => $time
|
||||||
];
|
];
|
||||||
return DistributionMemberApply::create($data);
|
return DistributionMemberApply::create($data);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
@ -666,7 +666,7 @@ class DistributionLogic extends Logic
|
|||||||
try {
|
try {
|
||||||
$width = 430;
|
$width = 430;
|
||||||
// 'env_version' => 'trial',
|
// 'env_version' => 'trial',
|
||||||
// $envVersion = 'develop';
|
// $envVersion = 'develop';
|
||||||
$envVersion = 'release';
|
$envVersion = 'release';
|
||||||
$page = "pages/index/index";
|
$page = "pages/index/index";
|
||||||
$save_dir = public_path() . 'uploads/wxqrcode/';
|
$save_dir = public_path() . 'uploads/wxqrcode/';
|
||||||
|
|||||||
@ -365,7 +365,7 @@ class GoodsLogic extends Logic
|
|||||||
self::recordKeyword(trim($get['keyword']), $get['user_id']);
|
self::recordKeyword(trim($get['keyword']), $get['user_id']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(isset($get['city_id']) && !empty($get['city_id'])) {
|
if(isset($get['city_id'])) {
|
||||||
$shop_msg = Shop::where("city_id",$get['city_id'])
|
$shop_msg = Shop::where("city_id",$get['city_id'])
|
||||||
->where("is_run",1)
|
->where("is_run",1)
|
||||||
->where("is_freeze",0)
|
->where("is_freeze",0)
|
||||||
|
|||||||
0
runtime/index.html
Normal file → Executable file
0
runtime/index.html
Normal file → Executable file
Reference in New Issue
Block a user